.claude/skills/livestock-aquaculture/SKILL.md
Fish farming domain knowledge for catfish and tilapia in LivestockAI
npx skillsauth add captjay98/gemini-livestockai Livestock - AquacultureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
LivestockAI supports aquaculture with specialized tracking for catfish and tilapia.
| Species | Purpose | Typical Cycle | | ------- | --------------- | ------------- | | Catfish | Meat production | 4-6 months | | Tilapia | Meat production | 6-8 months |
const fishSourceSizes = [
{ value: 'fingerling', label: 'Fingerling (3-5cm)' },
{ value: 'juvenile', label: 'Juvenile (5-10cm)' },
{ value: 'post-fingerling', label: 'Post-Fingerling' },
{ value: 'table-size', label: 'Table Size' },
]
Critical parameters monitored:
| Parameter | Optimal Range | | ---------------- | ------------- | | Temperature | 26-30°C | | pH | 6.5-8.5 | | Dissolved Oxygen | >5 mg/L | | Ammonia | <0.02 mg/L | | Nitrite | <0.1 mg/L |
batch-centric-design - UI patterns for batch managementfinancial-calculations - Cost and revenue trackingdata-ai
Input validation patterns with Zod in LivestockAI server functions
testing
Unit testing patterns with Vitest in LivestockAI
tools
Server → Service → Repository pattern for feature organization
data-ai
Server-side rendering and server functions with TanStack Start in LivestockAI