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.
building-agents-construction
Step-by-step guide for building goal-driven agents. Creates package structure, defines goals, adds nodes, connects edges, and finalizes agent class. Use when actively building an agent.
building-agents-core
Core concepts for goal-driven agents - architecture, node types, tool discovery, and workflow overview. Use when starting agent development or need to understand agent fundamentals.
building-agents-patterns
Best practices, patterns, and examples for building goal-driven agents. Includes pause/resume architecture, hybrid workflows, anti-patterns, and handoff to testing. Use when optimizing agent design.
hive.error-recovery
Follow a structured recovery protocol when tool calls fail instead of blindly retrying or giving up.
hive
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
hive-concepts
Core concepts for goal-driven agents - architecture, node types (event_loop, function), tool discovery, and workflow overview. Use when starting agent development or need to understand agent fundamentals.
hive-create
Step-by-step guide for building goal-driven agents. Qualifies use cases first (the good, bad, and ugly), then creates package structure, defines goals, adds nodes, connects edges, and finalizes agent class. Use when actively building an agent.
hive-credentials
Set up and install credentials for an agent. Detects missing credentials from agent config, collects them from the user, and stores them securely in the local encrypted store at ~/.hive/credentials.
hive-patterns
Best practices, patterns, and examples for building goal-driven agents. Includes client-facing interaction, feedback edges, judge patterns, fan-out/fan-in, context management, and anti-patterns.