Claude-skill-registry Livestock - Apiculture
Beekeeping domain knowledge for honey production 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-apiculture" ~/.claude/skills/majiayu000-claude-skill-registry-livestock-apiculture && rm -rf "$T"
manifest:
skills/data/livestock-apiculture/SKILL.mdsource content
Livestock - Apiculture
LivestockAI supports beekeeping (apiculture) for honey and bee product production.
Tracking Units
Unlike other livestock, bees are tracked by:
- Colonies/Hives (not individual bees)
- Frames within hives
Products
| Product | Harvest Frequency |
|---|---|
| Honey | 2-3 times/year |
| Beeswax | With honey harvest |
| Propolis | Periodic |
| Royal jelly | Specialized |
Key Metrics
- Colony strength (frames of bees)
- Queen status (present, laying, superseded)
- Honey yield per hive
- Swarm events
Source Sizes
const beeSourceSizes = [ { value: 'nucleus', label: 'Nucleus Colony (Nuc)' }, { value: 'package', label: 'Package Bees' }, { value: 'established', label: 'Established Hive' }, { value: 'swarm', label: 'Captured Swarm' }, ]
Seasonal Calendar
| Season | Activities |
|---|---|
| Spring | Colony inspection, swarm prevention |
| Summer | Honey harvest, expansion |
| Fall | Winter preparation, feeding |
| Winter | Minimal disturbance, monitoring |
Batch Lifecycle
- Establishment: New colony setup
- Building: Colony growth and comb building
- Production: Honey flow and harvest
- Maintenance: Disease prevention, feeding
Related Skills
- UI patterns for batch managementbatch-centric-design
- Cost and revenue trackingfinancial-calculations