Instructions file
Claude Code instructions for zxkane/autonomous-dev-team, covering project name - development workflow, project overview, tech stack, development workflow (tdd + agent-assisted) and mandatory rules (hook enforced).
1,196 tagged claude-code-hooks, measured the same way as everything else here.
Browse within: claude-code-extension 30claude-code-plugins 19claude-code-skill 14bun 12claude-code-skills 11nix 11nix-flake 11claude-code-marketplace 9claude-code-mcp 8claude-code-cli 7accessibility 6claude-code-plugins-marketplace 6claude-hooks 6claudecode 6
Instructions file
Claude Code instructions for zxkane/autonomous-dev-team, covering project name - development workflow, project overview, tech stack, development workflow (tdd + agent-assisted) and mandatory rules (hook enforced).
Skill Claude CodeCodex
Use to develop a feature or bug fix end-to-end through a TDD git-worktree workflow — interactively (developer-led) or unattended (autonomous-mode, driven by the dispatcher). Triggers on phrases like "implement issue #N", "fix this bug", "add a feature", "create a worktree", "write test cases", "push and open a PR"…
Skill Claude CodeCodex
Use to perform an end-to-end PR review and reach an approve/request-changes verdict — including verifying acceptance criteria, running E2E tests via browser automation, resolving merge conflicts, and (when verdict passes) merging the PR. Triggers on phrases like "review this PR", "decide whether to approve and merge"…
Skill Claude CodeCodex
Use when the user asks to create a GitHub issue, file a bug, request a feature, open a tracking issue, or break a feature into multiple sub-issues. Guides interactive issue drafting with structured templates, workspace-change attachment, dependency linking, and the optional autonomous label for the automated dev…
Instructions file
Instructions for awrshift/claude-memory-kit, covering working on memory kit, rules that are easy to get wrong, before committing a change to hooks or skills, docs that must stay true in the same commit and language.
Plugin Claude Code
Persistent memory for Claude Code agents: a hot cache injected every session and held under three size caps, per-session handoffs, and agent-audited promotion into knowledge articles and rules. Carries the builder's layers too — executor/recon/idea-validator agents, session review, second opinion, agent QA and a…
Agent
Builder to an ALREADY-DECIDED spec (the model split: the main session designs; the executor builds). Use for: building a designed slice/chunk, test writing, mechanical refactors with an objective gate (typecheck, test suites, byte-replay). The spec — normally a file at projects/ /plans/YYYY-MM-DD- .md, named in the…
Agent
Isolated Claude instance that critiques ideas, designs, patterns, hypotheses, or plans without context from the parent conversation. Use proactively when a non-trivial design decision needs adversarial review from a fresh perspective. Pair with an external-family model (parallel call) when you have one — different…
Agent
Read-only fact-gatherer (the model split: the main session designs; recon gathers — breadth over depth). Use for: mapping a codebase surface before a design, input-availability tables, verifying a doc claim against code, sweeping many files for a fact, external fresh-checks against official sources. Returns RAW FACTS…
Hook
Runs when a session starts on startup, clear, resume, compact and fork, executing session-start.py via python3. From awrshift/claude-memory-kit.
Hook
Runs before the agent uses a tool for Edit and Write tool calls, executing protect-tests.py via python3. From awrshift/claude-memory-kit.
Hook
Runs when a session ends, executing session-end.sh via bash. From awrshift/claude-memory-kit.
Skill Claude CodeCodex
Cross-check the agent's own answer with independent reviewers before bringing it to the user. Use when the user says 'second opinion', 'sanity check', 'cross-check', 'am I missing something', 'stress-test', 'devil's advocate', 'run a full review', 'this is important', 'high-stakes', 'help me choose between', 'critique…
Skill Claude CodeCodex
End-of-session adversarial review loop. Assemble the session's work into a role-assigned, self-contained brief, then run independent reviewers in parallel — an isolated code-reader (the idea-validator agent) that reads the ACTUAL files and web-checks technology currency, plus an external-family model if you have one …
Skill Claude CodeCodex
A recurring evidence-based review of an agent system, its documentation, rules, memory, tools, infrastructure, and delivered work.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hs.
Plugin Claude Code
Pre-execution safety layer that blocks dangerous shell commands and credential file reads using pattern matching + LLM analysis. Fail-closed design.
Skill Claude CodeCodex
ACTIVATE THIS SKILL FOR ANY SHELL COMMAND OR FILE READ. Check curl, wget, rm, sudo, apt, dpkg, chmod, dd, format, powershell, bash, sh. Check pipe patterns like | sh or | bash. Check shell wrappers like bash -c, xargs, find -exec. Check cloud CLI (aws, gcloud, kubectl, terraform). Check when user says sysadmin told…
Instructions file CodexOpenCode
AGENTS.md instructions for frmoretto/hardstop, covering agents.md - hardstop, what this repository does, quick start for agents, 1. load the skill and 2. understand the components.
Instructions file
Claude Code instructions for frmoretto/hardstop, covering hardstop - claude code project guide, project structure, versioning, skill file copies and version bump checklist.
Command
Hardstop - Pre-execution safety layer for shell commands. Shows status and help.
Command
Show Hardstop audit log entries.
Command
Skip Hardstop safety check for the next command only.
Hook
Runs before the agent uses a tool for Bash, PowerShell and Read tool calls, executing pre_tool_use.py and pre_read.py via python (3 commands). From frmoretto/hardstop.
At most 3 mods per repository are shown here — the rest are on their repository pages: