claude code hooks skills

382 tagged claude code hooks, measured the same way as everything else here.

Browse within: claude-code-commands 111claude-code-agents 97claude-code-skills 60claude-code-plugins 54claude-code-agent 49claude-code-hook 49claude-code-mcp 42claude-code-skill 42claude-code-subagents 29claude-code-cli 27claude-code-marketplace 17ai-automation 13iterm2 12shell 11

context-mode-ops

01

mksglu/context-mode

Skill Claude CodeCodex

Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters…

20k +25 yesterday A 75 tokens

context-mode

02

mksglu/context-mode

Skill Claude CodeCodex

Mandatory routing rules for Antigravity CLI. Invoke when exploring a codebase, reading files for analysis, listing context-mode tools, searching, parsing, counting, comparing, summarizing, fetching web content, or running data-heavy commands.

20k +25 yesterday A 50 tokens

ctx-purge

03

mksglu/context-mode

Skill Claude CodeCodex

Purge the context-mode knowledge base. Permanently deletes all indexed content and resets session stats. This is destructive and cannot be undone. Trigger: /context-mode:ctx-purge.

20k +25 yesterday A 42 tokens

agentica-sdk

04

parcadei/Continuous-Claude-v3

Skill Claude CodeCodex

Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration.

3.9k 7mo ago A 23 tokens original MIT

ai-meeting

07

ccplugins/awesome-claude-code-plugins

Skill Claude CodeCodex

Run structured AI meetings for plans, product ideas, technical designs, business decisions, feature proposals, and strategy choices. Use when the user wants an AI meeting, AI roundtable, multi-agent discussion, debate, proposal review, plan review, decision review, or wants Codex, Claude Code, and other CLI agents to…

926 19d ago A 120 tokens original Apache-2.0

fastapi-app

08

ccplugins/awesome-claude-code-plugins

Skill Claude CodeCodex

Bootstrap a new FastAPI backend with async SQLAlchemy 2.0, asyncpg, Alembic, Pydantic v2, and no deprecated APIs. Use when the user wants to start, scaffold, or set up a new FastAPI service, a Python REST API, an async backend, or asks to "create a new fastapi app" or "new python backend". Handles JWT auth, layered…

926 19d ago A 103 tokens original Apache-2.0

flutter-app

09

ccplugins/awesome-claude-code-plugins

Skill Claude CodeCodex

Bootstrap a new Flutter mobile app with clean architecture, Riverpod, FVM-pinned SDK, current packages, and no deprecated APIs. Use when the user wants to start, scaffold, or set up a new Flutter app, a cross-platform mobile app, an Android or iOS app in Dart, or asks to "create a new flutter app". Handles BYOK LLM…

926 19d ago A 96 tokens original Apache-2.0

board

10

karanb192/claude-code-hooks

Skill Claude CodeCodex

Show the wanted-poster bounty board: this repo's TODO/FIXME/HACK debt priced as aging XP bounties.

491 8d ago B 27 tokens original MIT

receipts

11

karanb192/claude-code-hooks

Skill Claude CodeCodex

Show your personal model-quality trend card (failure rate, edit churn, tokens/task by model version).

491 8d ago B 23 tokens original MIT

provenance

12

karanb192/claude-code-hooks

Skill Claude CodeCodex

Preview the provenance receipt (prompts, est. spend, tests run, agent-authored lines) for the current session ledger.

491 8d ago B 29 tokens original MIT

aceternity-ui

13

secondsky/claude-skills

Skill Claude CodeCodex

100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.

212 2d ago A 48 tokens original MIT

auto-animate

14

secondsky/claude-skills

Skill Claude CodeCodex

AutoAnimate (@formkit/auto-animate) zero-config animations for React. Use for list transitions, accordions, toasts, or encountering SSR errors, animation libraries complexity.

212 2d ago A 40 tokens original MIT

better-auth

15

secondsky/claude-skills

Skill Claude CodeCodex

Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.

212 2d ago A 53 tokens original MIT

enforce-hooks

16

Bande-a-Bonnot/Boucle-framework

Skill Claude CodeCodex

Analyze a CLAUDE.md file and install enforce-hooks so tagged rules become verified PreToolUse checks for covered tool calls. Use when users want CLAUDE.md directives enforced as code rather than relying on prompt compliance. Prefer the dynamic plugin mode (--install-plugin), which re-reads CLAUDE.md on every tool…

124 yesterday E 86 tokens original MIT

fewword

17

sheeki03/Few-Word

Skill Claude CodeCodex

Use this skill when tool outputs exceed 2000 tokens, tasks span multiple conversation turns, sub-agents need to share state, context window is bloating, plans need to persist across summarization, terminal/log output needs selective querying, or when user mentions "offload context", "dynamic context discovery"…

38 7mo ago A 86 tokens

promptly-prompt

18

ViryaZheng/promptly-prompt

Skill Claude CodeCodex

Clarity gate for prompts: intercepts unclear requests and forces the model to restate the user's intent to align before working, then diagnose the root cause and reuse the domain's mature, established practices before improvising. Clear prompts pass through untouched.

37 1mo ago A 59 tokens original MIT

generate-docs

19

connerohnesorge/conclaude

Skill Claude CodeCodex

Generate configuration reference documentation from conclaude-schema.json using src/bin/generate-docs.rs. USE WHEN the schema file changes, configuration options are added/modified, or documentation needs to be regenerated for the website.

37 2mo ago A 47 tokens

generate-schema

20

connerohnesorge/conclaude

Skill Claude CodeCodex

Generate the conclaude-schema.json configuration schema file using src/bin/generate-schema.rs. USE WHEN the configuration format changes, new config fields are added, or the schema needs to be updated for release or testing.

37 2mo ago A 46 tokens

connerohnesorge/conclaude

Skill Claude CodeCodex

Validate Spectr specifications and change proposals without requiring the spectr binary USE WHEN you're in a sandboxed or restricted execution context and spectr is not available in your path. DO NOT USE WHEN you need a lightweight alternative for task acceptance, but have the spectr binary available. DO NOT USE when…

37 2mo ago A 79 tokens

autonomous-dev

22

zxkane/autonomous-dev-team

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"…

35 3d ago A 162 tokens

autonomous-review

23

zxkane/autonomous-dev-team

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"…

35 3d ago A 127 tokens

create-issue

24

zxkane/autonomous-dev-team

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…

35 3d ago A 68 tokens