Claude-skill-registry Livestock - Ruminants
Cattle, goats, and sheep farming domain knowledge 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-ruminants" ~/.claude/skills/majiayu000-claude-skill-registry-livestock-ruminants && rm -rf "$T"
manifest:
skills/data/livestock-ruminants/SKILL.mdsource content
Livestock - Ruminants
LivestockAI supports ruminant farming including cattle, goats, and sheep.
Supported Species
Cattle
| Type | Purpose | Typical Cycle |
|---|---|---|
| Beef cattle | Meat production | 18-24 months |
| Dairy cattle | Milk production | Ongoing |
Goats
| Type | Purpose | Typical Cycle |
|---|---|---|
| Meat goats | Meat production | 6-12 months |
| Dairy goats | Milk production | Ongoing |
Sheep
| Type | Purpose | Typical Cycle |
|---|---|---|
| Meat sheep | Meat production | 6-12 months |
| Wool sheep | Wool production | Ongoing |
Source Sizes
const ruminantSourceSizes = [ { value: 'calf', label: 'Calf/Kid/Lamb' }, { value: 'weaner', label: 'Weaner' }, { value: 'yearling', label: 'Yearling' }, { value: 'adult', label: 'Adult' }, ]
Key Metrics
Cattle
- Average Daily Gain: 0.8-1.5 kg/day (beef)
- Feed Efficiency: 6-8 kg feed per kg gain
- Target Weight: 450-600 kg at slaughter
Goats
- Average Daily Gain: 100-200 g/day
- Kidding Rate: 1.5-2.0 kids per doe
- Target Weight: 25-40 kg at slaughter
Sheep
- Average Daily Gain: 150-300 g/day
- Lambing Rate: 1.2-1.8 lambs per ewe
- Target Weight: 35-50 kg at slaughter
Batch Lifecycle
- Acquisition: Purchase or birth
- Growing: Pasture + supplemental feeding
- Finishing: Intensive feeding before sale
- Sale/Breeding: Market or retained for breeding
Related Skills
- UI patterns for batch managementbatch-centric-design
- Cost and revenue trackingfinancial-calculations