Claude-skill-registry Livestock - Aquaculture
Fish farming domain knowledge for catfish and tilapia in LivestockAI
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/livestock-aquaculture" ~/.claude/skills/majiayu000-claude-skill-registry-livestock-aquaculture && rm -rf "$T"
manifest:
skills/data/livestock-aquaculture/SKILL.mdsource content
Livestock - Aquaculture
LivestockAI supports aquaculture with specialized tracking for catfish and tilapia.
Supported Species
| Species | Purpose | Typical Cycle |
|---|---|---|
| Catfish | Meat production | 4-6 months |
| Tilapia | Meat production | 6-8 months |
Source Sizes
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' }, ]
Key Metrics
Catfish
- FCR: Target 1.2-1.5
- Survival Rate: Target >90%
- Stocking Density: 50-100 fish/m³
- Target Weight: 1.0-1.5kg at harvest
Tilapia
- FCR: Target 1.5-1.8
- Survival Rate: Target >85%
- Stocking Density: 20-50 fish/m³
- Target Weight: 400-600g at harvest
Water Quality Tracking
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 Lifecycle
- Stocking: Fingerlings introduced to pond/tank
- Nursery (Week 1-4): High protein feed, frequent feeding
- Grow-out (Month 2-5): Standard feed, monitoring
- Harvest: Partial or complete harvest
Related Skills
- UI patterns for batch managementbatch-centric-design
- Cost and revenue trackingfinancial-calculations