Agent skills that run markdown, that ask for Bash, in claude-code format
A skill is a Markdown file that tells a coding agent how to do one job. We parse every one we can find — the frontmatter, the outline, the languages in its code blocks — so you can look for the one that fits instead of reading through a repository to find out.
69,865 skills from 9,574 repositories, last read 11 September 2026.
Skills declare what they need inconsistently: 58.8% name the languages they run, 11.2% list the tools they ask for, and 4.6% give themselves a category. Filtering narrows to the ones that said so, never to the ones that are.
- github-project-managementruvnet/ruflo
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
claude-codebashjavascriptmarkdownyamlmcp__github__*mcp__claude-flow__*Bash - docs-reviewmetabase/metabase
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
claude-codemarkdownReadGrepBash - e2e-test-reviewmetabase/metabase
Review Cypress E2E spec files for Metabase conventions, common gotchas, and flakiness/performance issues. Use when reviewing pull requests or diffs containing Cypress spec files in
claude-codemarkdownReadGrepBash - docs-writemetabase/metabase
Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).
claude-codemarkdownReadWriteGrep+1 files - data-explorationondata/ckan-mcp-server
Performs exploratory data analysis (EDA) on datasets from CKAN portals and CSV files. Use when analyzing datasets, checking data quality, exploring CSV files, or when the user asks
claude-codebashmarkdownReadBashGrep - digapify/apify-mcp-server
Explore, analyze, plan, or spec features for the Apify MCP server. Adapts to what the user asks — from quick code exploration to full GitHub issue specs. Use when the user asks to
claude-codemarkdownReadGlobGrep - add-java-code-snippets-in-docsJetBrains/koog
Use when the user asks to add Java tabs/examples to mkdocs docs that already have Kotlin examples (files under docs/docs/**.md using === "Kotlin" / Knit INCLUDE+SUFFIX blocks). Han
claude-codebashjavamarkdownReadEditWrite - write-internal-docsbrowseros-ai/BrowserOS
Write a doc into the private internal-docs repo as Markdown plus a rendered HTML sibling, tidy the repo's structure and index, and open a PR to browseros-ai/internal-docs.
claude-codebashmarkdownBashReadWrite - api-validatormaximhq/bifrost
Scan Bifrost HTTP controllers/handlers/integrations and validate OpenAPI API coverage, route methods/paths, parameters, request/response docs, and auth/security information. Use wh
claude-codebashmarkdownyamlReadGrepGlob - changelog-writermaximhq/bifrost
Write changelogs for Bifrost releases. Reads git history, bumps module versions following the core→framework→plugins→transport hierarchy, writes transports/changelog.md (enterprise
claude-codebashmarkdownReadGrepGlob - helm-updatemaximhq/bifrost
Apply helm chart updates for Bifrost. Detects config.schema.json changes since the last helm release, applies user-requested changes, updates values.yaml / values.schema.json / _he
claude-codebashgo-templatejsonmarkdownReadGrepGlob - docs-writermaximhq/bifrost
Write, update, and review Mintlify MDX documentation for Bifrost features. Explores the full codebase (UI, Go backend, config schema), validates config.json examples, places screen
claude-codebashjsonmarkdownmdxReadGrepGlob - test-setupDonchitos/Claude-Code-Game-Studios
Scaffold the test framework and CI/CD pipeline for the project's engine. Creates the tests/ directory structure, engine-specific test runner configuration, and GitHub Actions workf
claude-codemarkdownReadGlobGrep - retrospectiveDonchitos/Claude-Code-Game-Studios
Generates a sprint or milestone retrospective by analyzing completed work, velocity, blockers, and patterns. Produces actionable insights for the next iteration.
claude-codemarkdownReadGlobGrep - changelogDonchitos/Claude-Code-Game-Studios
Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and player-facing versions.
claude-codemarkdownReadGlobGrep - smoke-checkDonchitos/Claude-Code-Game-Studios
Run the critical path smoke test gate before QA hand-off. Executes the automated test suite, verifies core functionality, and produces a PASS/FAIL report. Run after a sprint's stor
claude-codebashmarkdownReadGlobGrep - day-one-patchDonchitos/Claude-Code-Game-Studios
Prepare a day-one patch for a game launch. Scopes, prioritises, implements, and QA-gates a focused patch addressing known issues discovered after gold master but before or immediat
claude-codemarkdownReadGlobGrep - propagate-design-changeDonchitos/Claude-Code-Game-Studios
When a GDD is revised, scans all ADRs and the traceability index to identify which architectural decisions are now potentially stale. Produces a change impact report and guides the
claude-codebashmarkdownReadGlobGrep - patch-notesDonchitos/Claude-Code-Game-Studios
Generate player-facing patch notes from git history, sprint data, and internal changelogs. Translates developer language into clear, engaging player communication.
claude-codemarkdownReadGlobGrep - story-doneDonchitos/Claude-Code-Game-Studios
End-of-story completion review. Reads the story file, verifies each acceptance criterion against the implementation, checks for GDD/ADR deviations, prompts code review, updates sto
claude-codemarkdownReadGlobGrep - project-stage-detectDonchitos/Claude-Code-Game-Studios
Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts. Use when user asks 'where are we in development', 'what stag
claude-codebashmarkdownReadGlobGrep - perf-profileDonchitos/Claude-Code-Game-Studios
Structured performance profiling workflow. Identifies bottlenecks, measures against budgets, and generates optimization recommendations with priority rankings.
claude-codemarkdownReadGlobGrep - security-auditDonchitos/Claude-Code-Game-Studios
Audit the game for security vulnerabilities: save tampering, cheat vectors, network exploits, data exposure, and input validation gaps. Produces a prioritised security report with
claude-codemarkdownReadGlobGrep - consistency-checkDonchitos/Claude-Code-Game-Studios
Scan all GDDs against the entity registry to detect cross-document inconsistencies: same entity with different stats, same item with different values, same formula with different v
claude-codebashmarkdownReadGlobGrep - reverse-documentDonchitos/Claude-Code-Game-Studios
Generate design or architecture documents from existing implementation. Works backwards from code/prototypes to create missing planning docs.
claude-codebashmarkdownReadGlobGrep - create-architectureDonchitos/Claude-Code-Game-Studios
Guided, section-by-section authoring of the master architecture document for the game. Reads all GDDs, the systems index, existing ADRs, and the engine reference library to produce
claude-codemarkdownReadGlobGrep - hotfixDonchitos/Claude-Code-Game-Studios
Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly.
claude-codemarkdownReadGlobGrep - localizeDonchitos/Claude-Code-Game-Studios
Full localization pipeline: scan for hardcoded strings, extract and manage string tables, validate translations, generate translator briefings, run cultural/sensitivity review, man
claude-codemarkdownReadGlobGrep - scope-checkDonchitos/Claude-Code-Game-Studios
Analyze a feature or sprint for scope creep by comparing current scope against the original plan. Flags additions, quantifies bloat, and recommends cuts. Use when user says 'any sc
claude-codemarkdownReadGlobGrep - upstream-checkBenedictKing/ccx
检查 Claude Code / Codex 上游版本变更,对比本地版本,识别协议/工具/用法相关更新并追加 TODO 提醒
claude-codebashjsonmarkdownBashReadWrite - version-bumpBenedictKing/ccx
升级项目版本号并提交git,支持patch/minor/major版本升级或指定具体版本号,自动从git log生成CHANGELOG
claude-codebashmarkdownyamlBashReadWrite - creating-claude-hooksAgentWorkforce/relay
Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package structure
claude-codebashjsonmarkdowntypescriptReadWriteEdit - create-issuenudgebee/nudgebee
Create GitHub issues using repo templates (feature, bug, spike)
claude-codebashmarkdownBashReadGlob+1 files - create-prnudgebee/nudgebee
Create a pull request with proper formatting, validation, and conventions for this monorepo
claude-codebashmarkdownBashReadEdit+1 files - exploreparcadei/Continuous-Claude-v3
Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)
claude-codebashmarkdownpythonyamlBashTaskRead - skill-developerparcadei/Continuous-Claude-v3
Meta-skill for creating and managing Claude Code skills
claude-codebashjsonmarkdownpythonBashReadWrite - motparcadei/Continuous-Claude-v3
System health check (MOT) for skills, agents, hooks, and memory
claude-codebashmarkdownReadBashGlob - skill-upgraderparcadei/Continuous-Claude-v3
Upgrade any skill to v5 Hybrid format using decision theory + modal logic
claude-codebashmarkdownyamlBashReadWrite - research-externalparcadei/Continuous-Claude-v3
External research workflow for docs, web, APIs - NOT codebase exploration
claude-codebashmarkdownyamlBashReadWrite - helpparcadei/Continuous-Claude-v3
Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available
claude-codebashmarkdownAskUserQuestionBashRead - fixparcadei/Continuous-Claude-v3
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
claude-codebashmarkdownyamlBashReadGrep - compound-learningsparcadei/Continuous-Claude-v3
Transform session learnings into permanent capabilities (skills, rules, agents). Use when asked to "improve setup", "learn from sessions", "compound learnings", or "what patterns s
claude-codebashjsonmarkdownReadGlobGrep - slash-commandsparcadei/Continuous-Claude-v3
Create and use Claude Code slash commands - quick prompts, bash execution, file references
claude-codebashmarkdownyamlReadWriteBash - stable-releaseanthony-chaudhary/dos-kernel
Promote an already-shipped rolling release (vX.Y.Z) of the DOS kernel to a named stable channel — gated on a green kernel suite + a green third-party CI run on the candidate + a cl
claude-codebashjsonmarkdownReadEditGrep - code-reviewllama-farm/llamafarm
Comprehensive code review for diffs. Analyzes changed code for security vulnerabilities, anti-patterns, and quality issues. Auto-detects domain (frontend/backend) from file paths.
claude-codebashmarkdownBashReadEdit - fix-cillama-farm/llamafarm
Fetch GitHub CI failure information, analyze root causes, reproduce locally, and propose a fix plan. Use `/fix-ci` for current branch or `/fix-ci <run-id>` for a specific run.
claude-codebashmarkdownBashReadGrep - deployment-sopbybren-llc/safe-agentic-workflow
Deployment workflows, pre-deploy validation, and smoke testing patterns. Use when deploying to staging or production, running smoke tests, or validating deployments.
claude-codebashmarkdownReadBashGrep - security-auditbybren-llc/safe-agentic-workflow
RLS validation, security audits, OWASP compliance, and vulnerability scanning. Use when validating RLS policies, auditing API routes, or scanning for security issues.
claude-codebashmarkdowntypescriptReadBashGrep - orchestration-patternsbybren-llc/safe-agentic-workflow
Agentic orchestration patterns for long-running tasks. Implements evidence-based delivery and Simon Willison's agent loop. Use when managing multi-step work, coordinating subagents
claude-codemarkdownReadBashGrep - testing-patternsbybren-llc/safe-agentic-workflow
Testing patterns for Jest and Playwright. Use when writing tests, setting up test fixtures, or validating RLS enforcement. Routes to existing test conventions and provides evidence
claude-codebashmarkdowntypescriptReadBashGrep - workflow-skill-designercatlog22/maestro-flow
Meta-skill for designing orchestrator+phases structured workflow skills. Creates SKILL.md coordinator with progressive phase loading, TodoWrite patterns, and data flow. Triggers on
claude-codejavascriptmarkdownAgentAskUserQuestionTodoWrite+4 files - vitestconfluentinc/mcp-confluent
Use when the user asks about Vitest mocking, spies, stubs, fake timers, config, or test runner behavior. Triggers on questions like "vi.fn", "vi.spyOn", "vi.mocked", "Mocked<T>", "
claude-codemarkdownReadBashWebFetch - pr-reviewconfluentinc/mcp-confluent
Reviews pull requests for the Confluent MCP server. Use when reviewing PRs, doing self-review before sharing with the team, or when the user mentions "review PR", "help with PR", "
claude-codebashmarkdowntypescriptReadBashGrep - prd-v08-monitoring-setupmattgierhart/PRD-driven-context-engineering
Define monitoring strategy, metrics collection, and alerting thresholds during PRD v0.8 Deployment & Ops. Triggers on requests to set up monitoring, define alerts, or when user ask
claude-codemarkdownReadWriteEdit+1 files - prd-v07-test-planningmattgierhart/PRD-driven-context-engineering
Define test cases BEFORE implementation, ensuring every API, business rule, and user journey has verifiable acceptance criteria during PRD v0.7 Build Execution. Triggers on request
claude-codemarkdownReadWriteEdit - prd-v08-release-planningmattgierhart/PRD-driven-context-engineering
Define release criteria, deployment environments, and rollback strategies during PRD v0.8 Deployment & Ops. Triggers on requests to plan releases, define deployment criteria, or wh
claude-codemarkdownReadWriteEdit+1 files - ghm-gate-checkmattgierhart/PRD-driven-context-engineering
Validates gate criteria before PRD lifecycle advancement by delegating to the readiness scoring pipeline (scripts/readiness.py). Returns a graduated PASS / WARN / BLOCK verdict wit
claude-codebashmarkdownBashReadGlob - prd-v07-epic-scopingmattgierhart/PRD-driven-context-engineering
Transform v0.6 specifications into context-window-sized work packages (EPICs) during PRD v0.7 Build Execution. Triggers on requests to create epics, scope work, break down implemen
claude-codemarkdownReadWriteEdit - prd-v08-runbook-creationmattgierhart/PRD-driven-context-engineering
Create operational playbooks for incident response, deployments, and maintenance during PRD v0.8 Deployment & Ops. Triggers on requests to create runbooks, document procedures, or
claude-codemarkdownReadWriteEdit+1 files - prd-v07-implementation-loopmattgierhart/PRD-driven-context-engineering
Execute implementation within EPICs following test-first development, continuous SoT updates, and code traceability during PRD v0.7 Build Execution. Triggers on requests to start b
claude-codemarkdowntypescriptReadWriteEdit
Browse all 69,865 skills →200 at a time, grouped by owner. The list above is the skills with the highest standing; this is every one of them.
The whole corpus is one call away through the search API, or ask a question of it on the index itself.