Back to authors
hive

hive

15 Skills published on GitHub.

hive.batch-ledger

Track per-item status when processing collections to prevent skipped or duplicated items.

UncategorizedView skill →

hive.context-preservation

Proactively preserve critical information before automatic context pruning destroys it.

UncategorizedView skill →

hive.error-recovery

Follow a structured recovery protocol when tool calls fail instead of blindly retrying or giving up.

UncategorizedView skill →

hive.note-taking

Maintain structured working notes throughout execution to prevent information loss during context pruning.

UncategorizedView skill →

hive.quality-monitor

Periodically self-assess output quality to catch degradation before the judge does.

UncategorizedView skill →

hive.task-decomposition

Decompose complex tasks into explicit subtasks before diving in.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

hive.error-recovery

Follow a structured recovery protocol when tool calls fail instead of blindly retrying or giving up.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →
hive | Agent Skills