agents-md
25Command
Build or rebuild AGENTS.md with progressive disclosure.
Command
Build or rebuild AGENTS.md with progressive disclosure.
Command
Audit your project's harness against the CAR framework.
Command
Generate resume artifacts — LEARNED.md, CHECKPOINT.json — for long-running sessions.
Command
Add context monitoring and backpressure hooks to manage agent attention budget.
Command
Generate or update PostToolUse auto-formatter hook.
Command
Generate or update quality gate Stop hook.
Command
Generate or update security guardrail hooks.
Command
Scaffold a complete harness for the current project — AGENTS.md, hooks, guardrails.
Command
Generate MCP server health check hook.
Command
Generate PostToolUse trace logging hook for agent observability.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From sliday/harn.
Skill Claude CodeCodex
Build or rebuild AGENTS.md with progressive disclosure. Use when: /harn:agents-md, 'create AGENTS.md', 'update agent instructions', 'too many instructions'.
Skill Claude CodeCodex
Generate PostToolUse auto-formatter hook. Triggers: /harn:format, 'auto format', 'formatter hook', 'PostToolUse formatter'.
Skill Claude CodeCodex
Audit project harness against the CAR framework. Use when: /harn:analyze, 'audit harness', 'check CAR', 'harness health', 'how good is my harness'.
Skill Claude CodeCodex
Scaffold resume artifacts (LEARNED.md, CHECKPOINT.json) for long-running sessions. Triggers: /harn:checkpoint, 'resume artifacts', 'checkpoint', 'session recovery', 'LEARNED.md'.
Skill Claude CodeCodex
Generate context monitoring and backpressure hooks. Triggers: /harn:context, 'context monitoring', 'backpressure', 'context budget', 'attention budget', 'context rot'.
Skill Claude CodeCodex
Scaffold a complete harness for the current project — AGENTS.md, hooks, guardrails. Use when starting a new project or hardening an existing one. Triggers: /harn:init, 'set up harness', 'scaffold guardrails', 'create AGENTS.md'.
Skill Claude CodeCodex
Generate MCP server health check for SessionStart. Triggers: /harn:mcp-check, 'MCP health', 'check MCP servers', 'validate MCP'.
Skill Claude CodeCodex
Generate or update the quality gate Stop hook. Use when: /harn:quality-gate, 'set up type checking', 'add quality gate', 'stop hook'.
Skill Claude CodeCodex
Generate or update security guardrail hooks. Use when: /harn:guard, 'update security rules', 'block dangerous commands', 'add guardrail'.
Skill Claude CodeCodex
Generate PostToolUse trace logging hook for observability. Triggers: /harn:trace, 'trace logging', 'observable hooks', 'agent trace', 'JSONL logging'.
Plugin Claude Code
Community skill intelligence for Claude Code. Auto-suggests skills by success rate, silently tracks outcomes, discovers skills via hive telemetry.
Hook
Runs when you submit a prompt, before the agent sees it, executing auto-suggest.sh. From sliday/alit-plugin.
Hook
Runs after a tool call finishes for Skill tool calls, executing track-outcome.sh. From sliday/alit-plugin.