.claude/skills/livestock-apiculture/SKILL.md
Beekeeping domain knowledge for honey production in LivestockAI
npx skillsauth add captjay98/gemini-livestockai Livestock - ApicultureInstall 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 beekeeping (apiculture) for honey and bee product production.
Unlike other livestock, bees are tracked by:
| Product | Harvest Frequency | | ----------- | ------------------ | | Honey | 2-3 times/year | | Beeswax | With honey harvest | | Propolis | Periodic | | Royal jelly | Specialized |
const beeSourceSizes = [
{ value: 'nucleus', label: 'Nucleus Colony (Nuc)' },
{ value: 'package', label: 'Package Bees' },
{ value: 'established', label: 'Established Hive' },
{ value: 'swarm', label: 'Captured Swarm' },
]
| Season | Activities | | ------ | ----------------------------------- | | Spring | Colony inspection, swarm prevention | | Summer | Honey harvest, expansion | | Fall | Winter preparation, feeding | | Winter | Minimal disturbance, monitoring |
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