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.md
source 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

ProductHarvest Frequency
Honey2-3 times/year
BeeswaxWith honey harvest
PropolisPeriodic
Royal jellySpecialized

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

SeasonActivities
SpringColony inspection, swarm prevention
SummerHoney harvest, expansion
FallWinter preparation, feeding
WinterMinimal disturbance, monitoring

Batch Lifecycle

  1. Establishment: New colony setup
  2. Building: Colony growth and comb building
  3. Production: Honey flow and harvest
  4. Maintenance: Disease prevention, feeding

Related Skills

  • batch-centric-design
    - UI patterns for batch management
  • financial-calculations
    - Cost and revenue tracking