agent-skills agents

1,686 tagged agent-skills, measured the same way as everything else here.

Browse within: agents 346claude-code-plugin 257github-copilot 213prompt-engineering 197hacktoberfest 195ai-coding 189agentic-ai 158agentic-workflow 100antigravity 95skills 94agentic-coding 83accessibility 78agentskills 71claude-plugins 69

planner

97

athal7/dotfiles

Agent Claude Code

Read-only analysis and design agent for structured recommendations.

not rated 7 +1 changed 4d ago A 11 tokens

chinkan/RustFox

Agent Claude Code

Reviews code quality, architecture, and production readiness for a completed task. Use only after spec-compliance review passes. Expects WHATWASIMPLEMENTED, PLANORREQUIREMENTS, BASESHA, HEADSHA, DESCRIPTION from parent.

not rated 7 1mo ago A 51 tokens original MIT

os-health-check

99

richfrem/agent-plugins-skills

Agent Claude Code needs its repo

Trigger with "run health check", "check os metrics", "system monitor", or when the user wants to review the Agentic OS liveness metrics across the Event Bus, locks, and memory arrays. user: "Run a system monitor check on the OS." assistant: "I'll execute the os-health-check agent to scan the event bus and state file."…

not rated 6 today A 104 tokens original MIT

rubric-grader

100

buildinternet/releases

Agent Claude Code

Generic rubric grader for the local key-free evals. Reads a grader prompt (a + an plus grading instructions, as produced by buildGraderPrompt) and returns a single JSON verdict {criteria, explanation, result}. The grading logic is domain-neutral — the rubric supplies the per-eval criteria — so one grader serves every…

not rated 6 4d ago A 109 tokens original Apache-2.0

geo-content

101

asale-ai/seo-geo-skill

Agent Claude Code

Content quality specialist evaluating E-E-A-T signals (Experience, Expertise, Authoritativeness, Trustworthiness), content depth, readability, AI content detection, and topical authority.

not rated 6 6d ago A 37 tokens

security-auditor

103

kopp0510/claude-dd

Agent Claude Code

An application-security review agent that examines source code for vulnerabilities using the OWASP Top 10, a widely used list of common web-security risks.

not rated 6 yesterday A 107 tokens original MIT

a11y-planner

104

zivtech/accessibility-skills

Agent Claude Code

Accessibility Design Planner — 9-phase protocol for designing accessible implementations before coding. Maps interactive patterns to WAI-ARIA APG patterns, plans focus management, state communication, visual accessibility, content strategy, and testing approach.

not rated 6 changed 3d ago A 50 tokens GPL-3.0

reviewer

105

hybridlabor-api/bdb-dev-optimized-agent-skills

Agent Claude Code

Adversarial review of build-node output against the plan's stated contract, before Shipping runs its automated gate. Modeled on the doubt-driven-development discipline (see .agents/graph.md): reads the artifacts and the contract, never the implementer's claim that it's done, never their reasoning — passing the claim…

not rated 6 3d ago A 165 tokens original Apache-2.0

shell-runner

106

EmanuelVogt/skills

Agent Claude Code

Runs a terminal command in this repo (test, typecheck, lint, build, script) without dumping the output into the main context — full log to a file, returns exit code + the literal failures. For the main window's gates: the orchestrator's Build gate per wave and the Verifier's Final gate; a spec-worker runs its own…

not rated 6 +1 2d ago A 0 tokens original MIT

renderer_agent

107

YujxZJCN/teaching-skills-codex

Agent Claude Code

Detects installed toolchains, runs real build commands, verifies output files exist and match the source; reports build failures verbatim — never fakes a render.

not rated 6 +1 2mo ago A 34 tokens original MIT

tanzania-niche

108

cleven12/tanzania-tourism-seo

Agent Claude Code

Tanzania tourism domain expert for safari SEO audits. Validates migration timing, Kilimanjaro routes, park fees, visa info, seasonality, Swahili terminology, and industry authority references.

not rated 5 +1 20d ago A 45 tokens original MIT

red-team

109

curtischoutw/claude-institution

Agent Claude Code

A review agent that examines code or designs for security risks and ways they may fail. It checks inputs, permissions, secrets, concurrent operations, partial failures, and injection attacks, where untrusted data changes a command or query.

not rated 5 8d ago A 69 tokens original MIT

Researcher

110

wangjialiang678/research-workflow-skill

Agent Claude Code

A research-focused agent for technical investigations. It prioritises search tools, follows specified output requirements, and saves reports in the project's docs/research/ folder.

not rated 5 3d ago A 32 tokens

fsd-reviewer

112

IncommensurableHubris/fullstack-director

Agent Claude Code

Fullstack Director's context-isolated build reviewer (skill 05's Pass-2). Spawned by a FRESH /05-reviewer session — never from the build session — and seeded ONLY with the build-handoff path + the spec-slice paths + the in-scope architecture realization (feature specs, cited ADRs, system.md — where the Verification…

not rated 5 28d ago A 121 tokens original MIT

eide-rebuild

113

gaoguobin/codex-eide-rebuild

Agent Claude CodeCodex

Focused build worker for explicitly delegated Embedded IDE for VS Code rebuild tasks.

not rated 5 3mo ago A 19 tokens original MIT

tui-tester

114

uwuclxdy/agenticat

Agent Claude Code

Drives a TUI or CLI program like a real user in a local tmux pty. - Use when a TUI or CLI needs a real run in a terminal: black-box, drives the built binary, never its unit tests. Read-only on source; builds or launches the target itself, reports pass/fail with captured screens. Spawn one per program or flow.

not rated 5 changed 3d ago A 81 tokens original MIT

accessibility-checker

115

HKTITAN/cursor-best-practices

Agent Claude Code

Reviews code for accessibility (a11y) compliance, ensuring WCAG standards and best practices are met. Use to ensure accessibility standards are met.

not rated 5 6mo ago A 34 tokens original MIT

stage-gate-controller

116

Conradgui/loop-craft

Agent Claude Code

A review agent for checking whether a software project is moving in the right direction at key checkpoints, called stage gates.

not rated 5 1mo ago A 78 tokens original Apache-2.0

vuln-area-reviewer

117

air-gapped/skills

Agent Claude Code

Static security reviewer for one focus area of a vuln-scan run. Spawn with a focus area, target dir, and scoping facts — not for general delegation.

not rated 5 6d ago A 40 tokens original MIT

pm-os-onboarding

118

hardiktiwari/PM-operating-OS

Agent Claude CodeCursor

Interactive onboarding that collects user context and configures the PM Operating System — rules, products, and MCPs. Use when user says "onboard", "setup", "PM-OS setup", or "get started".

not rated 5 4mo ago A 49 tokens original MIT

arch-review

119

sergeyklay/.agents

Agent Claude Code

Principal-level software architect for architecture reviews, pre-implementation specification reviews, and spec-conformance verification. Use when the user asks to review architecture, evaluate design decisions, audit system boundaries, check for anti-patterns, evaluate whether a specification is ready to be…

not rated 5 today A 122 tokens original Apache-2.0

Orchestrator

120

colinwilliams91/gaitor-orchestrator-cli

Agent Claude Code

Decomposes high-level tasks into parallel sub-tasks and dispatches them to specialised agents. Ensures all agents share the same workspace context and resolves conflicts between agent outputs before merging results.

not rated 5 4mo ago A 42 tokens AGPL-3.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: