claude code agents skills

385 tagged claude code agents, measured the same way as everything else here.

Browse within: claude-code-skills 120claude-code-hooks 97claude-code-agent 49claude-code-commands 49claude-code-hook 49agent-orchestration 44ai-coding-assistant-tools 44claude-ai-skills 44developer-tooling 37dotfiles 37claude-code-config 32agentic 26ai-developer-tools 24claude-code-plugins 24

hydra

01

AR6420/Hail_Hydra

Skill Claude CodeCodex

Multi-agent orchestration framework for Claude Code. Automatically delegates tasks to cheaper, faster sub-agents (Haiku, Sonnet) while maintaining Opus-level quality through verification. Use when working on any coding task — Hydra activates automatically to route file exploration, test running, documentation, code…

48 21d ago A 83 tokens original MIT

STFU Agents

02

AR6420/Hail_Hydra

Skill Claude CodeCodex

Apply internal-thinking compression to every subagent dispatched in this session. Reduces wasted tokens in subagent context windows that the orchestrator never reads. Works on any subagent — Hydra's, third-party, or Claude Code's built-in agents. Opt-in; session-scoped; runtime-only.

48 21d ago A 63 tokens original MIT

sdlc-develop

03

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Orchestrates 6-phase SDLC pipeline (discovery, requirements, architecture, workstreams, implementation, summary) for guided feature development. Use when user runs /core:develop command, requests spec-driven development, wants to create implementation plans with architecture decisions, or mentions "SDLC"…

21 18d ago A 94 tokens original MIT

quality-stack

04

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Scan a project to detect configured quality and testing tools across JVM (Gradle/Maven), Android (AGP/Compose/KMP), Node.js/TypeScript, and Python ecosystems. Cross-reference against research-backed recommendations and assist with setup. Auto-detects project type(s) including monorepos with mixed ecosystems. Use when…

21 18d ago A 148 tokens original MIT

adr

05

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Create, review, and manage Architecture Decision Records (ADRs) with auto-numbering, template detection, quality review, and index maintenance. Use when user mentions "ADR", "architecture decision", "document this decision", "create ADR", "review ADR", editing ADR files (docs/adr/, doc/adr/, .adr/), or discussing…

21 18d ago A 78 tokens original MIT

devteam-bug

06

michael-harris/devteam

Skill Claude CodeCodex

Fix a bug with structured diagnostic workflow. Uses interview to clarify details and Bug Council for complex issues.

18 6mo ago A 25 tokens original MIT

devteam-plan

08

michael-harris/devteam

Skill Claude CodeCodex

Conduct interactive requirements gathering, research the codebase, create a PRD, and generate a development plan with tasks and sprints.

18 6mo ago A 30 tokens original MIT

dev-cycle

09

ToruAI/toru-claude-agents

Skill Claude CodeCodex

Run a feature end to end — scout the code, plan it, build it, and keep a session file so a closed terminal doesn't lose the thread.

15 1mo ago A 34 tokens original MIT

dev-finish

10

ToruAI/toru-claude-agents

Skill Claude CodeCodex

Close out a session — summarise what changed, capture what was learned, and prepare the commit.

15 1mo ago A 24 tokens original MIT

dev-full-auto

11

ToruAI/toru-claude-agents

Skill Claude CodeCodex

Hand over a spec and walk away — plans, builds, tests and audits on its own, stopping only at a real blocker.

15 1mo ago A 30 tokens original MIT

factory-api

12

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

API conventions for both server actions and tRPC builds. Covers the decision between them, per-mutation Zod input schemas, central router composition, pagination shape, multi-field search via Drizzle ilike + or(), mutation lifecycle hooks, conditional query enabling, stale-time defaults, error response shape and…

9 28d ago A 95 tokens original MIT

factory-ci

13

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

CI and pull-request review conventions. One canonical .github/workflows/ci.yml is the merge gate (typecheck, lint, test, build, claude-review); branch protection's required-checks list matches the job list 1:1; anthropics/claude-code-action@v1 reviews every PR against the factory-pitfalls.md checklist as a required…

9 28d ago A 110 tokens original MIT

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

The operational discipline for running a destructive change against a production database — schema migrations, data backfills, one-shot RPCs, historical seed imports. Adjacent to factory-data-layer.md (schema design) and factory-deployment.md (where migrations execute in CI) — this skill is about the runbook around…

9 28d ago A 155 tokens original MIT

audit-project

15

luiseiman/dotforge

Skill Claude CodeCodex

Audits the Claude Code configuration of a project against the dotforge template. Generates a report with score and gaps.

8 2mo ago A 26 tokens original MIT

domain-extract

16

luiseiman/dotforge

Skill Claude CodeCodex

Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.

8 2mo ago A 24 tokens original MIT

init-project

17

luiseiman/dotforge

Skill Claude CodeCodex

Quick-start Claude Code configuration. Auto-detects stack, asks 4 questions to understand the project, generates complete config.

8 2mo ago A 28 tokens original MIT

a11y-audit

18

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Accessibility audit of UI code or a running site against WCAG 2.1 AA. Walks every WCAG criterion that maps to common patterns: keyboard reach, focus visibility, contrast, semantic HTML, ARIA, labels, alt text, motion, screen-reader sense. Severity-graded with code fixes.

7 4mo ago A 68 tokens original MIT

business-blueprint

19

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Comprehensive business-logic blueprint for SaaS, ERP, e-commerce, and marketplace applications. Walks through every domain (auth, billing, multi-tenancy, inventory, audit, compliance, etc.), surfaces the edge cases that actually break in production, and proposes a concrete plan tailored to the user's context.

7 4mo ago A 66 tokens original MIT

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Reviews existing business code (billing, multi-tenancy, state machines, inventory, GL postings, audit logs, etc.) for missing real-world edge cases. Severity-graded findings — invariant violations, race conditions, missing idempotency, currency precision bugs, audit gaps, jurisdiction issues.

7 4mo ago A 63 tokens original MIT

find-opps

21

OdinMB/ops-workflow

Skill Claude CodeCodex

Find new directions for an ops project — adjacent opportunities, strategic gaps, preparatory research. Use when known work is well-mined and you need to look outward.

7 14d ago A 37 tokens original MIT

prioritize

22

OdinMB/ops-workflow

Skill Claude CodeCodex

Pick 2–3 independent ops tasks from active plans and backlog for autonomous execution, weighing impact, feasibility, and project goals.

7 14d ago A 29 tokens original MIT

scaffold

23

OdinMB/ops-workflow

Skill Claude CodeCodex

Set up or align a non-code ops/PM repo with the ops folder structure, CLAUDE.md, and INDEX.md hierarchy.

7 14d ago A 30 tokens original MIT

agent-team

24

Dannykkh/skill-olympus

Skill Claude CodeCodex

A guide for coordinating a team of coding agents working on one task. It covers when to split work into parallel assignments, how a lead agent coordinates them, and how to record shared knowledge.

5 7d ago A 87 tokens