.gemini/skills/livestock-ruminants/SKILL.md
Cattle, goats, and sheep farming domain knowledge in LivestockAI
npx skillsauth add captjay98/gemini-livestockai Livestock - RuminantsInstall 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 ruminant farming including cattle, goats, and sheep.
| Type | Purpose | Typical Cycle | | ------------ | --------------- | ------------- | | Beef cattle | Meat production | 18-24 months | | Dairy cattle | Milk production | Ongoing |
| Type | Purpose | Typical Cycle | | ----------- | --------------- | ------------- | | Meat goats | Meat production | 6-12 months | | Dairy goats | Milk production | Ongoing |
| Type | Purpose | Typical Cycle | | ---------- | --------------- | ------------- | | Meat sheep | Meat production | 6-12 months | | Wool sheep | Wool production | Ongoing |
const ruminantSourceSizes = [
{ value: 'calf', label: 'Calf/Kid/Lamb' },
{ value: 'weaner', label: 'Weaner' },
{ value: 'yearling', label: 'Yearling' },
{ value: 'adult', label: 'Adult' },
]
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