Directory

Discover and filter AI agent skills. 27,776 active skills available.

Popular guides from the directory

Start with intent-focused guides, then come back to the full directory when you need broader coverage.

Results

Showing 4393-4416 of 27,776Page 184 of 1158

rulebook-skill-enable

11
from hivellm/rulebook

Enable a skill in the project configuration. Checks for conflicts with existing skills. Use to add new capabilities to the project.

rulebook-skill-disable

11
from hivellm/rulebook

Disable a skill in the project configuration. Removes its rules from the next AGENTS.md generation. Use to remove unwanted capabilities.

rulebook-quality-gates

11
from hivellm/rulebook

Automated quality checks and enforcement for code commits. Use when validating code quality, running pre-commit checks, ensuring test coverage, or enforcing coding standards before commits and pushes.

rulebook-mcp

11
from hivellm/rulebook

MCP server overview and integration guide. Use this for setup, configuration, and discovering available MCP tools for task and skill management.

rulebook-git-workflow

11
from hivellm/rulebook

Git workflow standards including branching strategy, commit conventions, and PR guidelines. Use when creating branches, writing commit messages, preparing pull requests, or following git best practices.

spec

11
from hivellm/rulebook

Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.

security-audit

11
from hivellm/rulebook

Run a security audit on the project (dependencies, secrets, OWASP)

Rulebook Terse

11
from hivellm/rulebook

Output-verbosity compression. Cuts response tokens ~40-70% without losing technical accuracy. Four intensity levels (off/brief/terse/ultra) aligned with Rulebook's agent-tier system. Use when user says 'terse mode', 'be terse', 'less tokens please', or invokes /rulebook-terse. Auto-activates via SessionStart hook with tier-aware default.

Rulebook Terse Review

11
from hivellm/rulebook

Ultra-compressed code review comments. One line per finding: location, problem, fix. Use when user says 'review this PR', 'code review', 'review the diff', or invokes /rulebook-terse-review. Independent of the base rulebook-terse mode.

Rulebook Terse Commit

11
from hivellm/rulebook

Terse Conventional Commits generator. Subject ≤50 chars (hard cap 72), body only when 'why' isn't obvious, no filler. Use when user says 'write a commit', 'generate commit', 'commit message', or invokes /rulebook-terse-commit. Independent of the base rulebook-terse mode.

review

11
from hivellm/rulebook

Deep code review of recent changes or specified files

research

11
from hivellm/rulebook

Explore codebase and gather context about a topic or area

refactor

11
from hivellm/rulebook

Identify code smells and execute safe refactorings

perf

11
from hivellm/rulebook

Performance analysis, profiling, and optimization

migrate

11
from hivellm/rulebook

Plan and execute migrations (database, API, framework)

Karpathy Guidelines

11
from hivellm/rulebook

Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.

handoff

11
from hivellm/rulebook

Save session state to .rulebook/handoff/_pending.md for cross-session continuity

docs

11
from hivellm/rulebook

Generate or update project documentation based on recent changes

deploy

11
from hivellm/rulebook

Prepare deployment artifacts and verify CI/CD readiness

debug

11
from hivellm/rulebook

Systematic debugging workflow for bugs and test failures

db-design

11
from hivellm/rulebook

Database schema design, migrations, and query optimization

build-fix

11
from hivellm/rulebook

Diagnose and fix build failures or CI issues

architect

11
from hivellm/rulebook

Architecture review, design decisions, and ADR writing

api-design

11
from hivellm/rulebook

Design or review API endpoints (REST/GraphQL)