agent-workflow
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates building-agents-* and testing-agent skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
hive.batch-ledger
Track per-item status when processing collections to prevent skipped or duplicated items.
hive.context-preservation
Proactively preserve critical information before automatic context pruning destroys it.
hive.error-recovery
Follow a structured recovery protocol when tool calls fail instead of blindly retrying or giving up.
hive.note-taking
Maintain structured working notes throughout execution to prevent information loss during context pruning.
hive.quality-monitor
Periodically self-assess output quality to catch degradation before the judge does.
hive.task-decomposition
Decompose complex tasks into explicit subtasks before diving in.