Agent skill
Livestock - Apiculture
Beekeeping domain knowledge for honey production in LivestockAI
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/livestock-apiculture
SKILL.md
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
batch-centric-design- UI patterns for batch managementfinancial-calculations- Cost and revenue tracking
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?