20494 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

worktree-manager

Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up worktrees", "new worktree for X", "worktree status", "cleanup worktrees", or wants parallel development branches. Handles worktree creation, dependency installation, validation, agent launching, and global registry management.

git-worktreesparallel-developmentworkflow-automationagent-integration
zircote
zircote
11

typescript

Default TypeScript stack for Lambda: pnpm workspaces + Turbo, strict TS, and sensible DX helpers.

typescriptaws-lambdapnpmturbo
lambdamechanic
lambdamechanic
11

zfc

Zero Framework Cognition Principles

framework-selectioncognitive-frameworkzero-frameworkfoundational-principles
lambdamechanic
lambdamechanic
11

starting-the-task

A short checklist for kicking off work effectively: plan, branch, track with bd, and set up validation.

checklistplanningbranch-managementvalidation
lambdamechanic
lambdamechanic
11

sk

How to use the repo-scoped sk CLI to manage Claude Skills in this codebase.

sk-cliclaude-skillsrepo-managementcommand-line
lambdamechanic
lambdamechanic
11

template-skill

Replace with description of the skill and when Claude should use it.

templatetemplate-customizationskill-templateskill-design
lambdamechanic
lambdamechanic
11

rust-guidelines

Pragmatic Rust conventions to keep code readable, testable, and performant for this project.

rustcoding-standardsdeveloper-guidanceperformance
lambdamechanic
lambdamechanic
11

testing-patterns

Testing patterns and standards for this codebase, including async effects, fakes vs mocks, and property-based testing.

async-awaittest-patternsmocksfakes
lambdamechanic
lambdamechanic
11

bd-workflow

How to use bd (beads) for issue tracking, ready work, status updates, and comments in this repo.

issue-trackingstatus-updatescommentstask-management
lambdamechanic
lambdamechanic
11

galahad

how to approach tests, types and coverage

test-approachtest-typestest-coveragetesting-strategy
lambdamechanic
lambdamechanic
11

landing-the-plane

Checklist for finishing work, pushing a branch, and opening a ready-for-review PR with tests and tracker updates.

gitpull-requestchecklistbranch-management
lambdamechanic
lambdamechanic
11

lambda-workflow

One lifecycle for Lambda repos: choose a bd task, start work, land the PR, and watch GitHub via Dumbwaiter MCP until it merges.

aws-lambdapull-requestsgithub-integrationlifecycle-management
lambdamechanic
lambdamechanic
11

dumbwaiter-mcp

Provider-agnostic wait-for-change skill that uses the Dumbwaiter MCP server to wait on PR events (GitHub first) via wait.start/status/cancel/await, with progress notifications and durable state.

mcpwait-for-changepr-eventsprogress-notifications
lambdamechanic
lambdamechanic
11

python

Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.

pythonuvicornastral-toolstyped-code
lambdamechanic
lambdamechanic
11

multi-model-reviewer

協調多個 AI 模型(ChatGPT、Gemini、Codex、QWEN、Claude)進行三角驗證,確保「Specification == Program == Test」一致性。過濾假警報後輸出報告,大幅減少人工介入時間。

multi-model-consensustriangulationfalse-positive-filteringai-models
knowlet
knowlet
1

query-sub-agent

專責處理 IDF (Information Display Frame) 類型的需求。讀取規格目錄結構,生成/審查 Query Side 設計與實作。支援 Java、TypeScript、Go 多語言。

query-optimizationjavatypescriptgo
knowlet
knowlet
1

mutation-testing

在單元測試通過後觸發。透過引入人工錯誤(Mutants)來「測試你的測試」,確保測試案例具有足夠的錯誤偵測能力,建立對驗證機制的信任(Trust the Verification)。

mutation-testingunit-testingtest-qualitytest-automation
knowlet
knowlet
1

saga-orchestrator

處理跨 Frame 的複雜業務流程,協調多個 Sub-agent (command/query/reactor) 完成 Saga/Choreography 模式的分散式交易。當需求涉及多個狀態變更、事件反應與查詢的組合時使用。

sagadistributed-transactionsorchestrationevent-driven-architecture
knowlet
knowlet
1

analyze-frame

當接收到新需求或 Event Storming 產出後觸發。分析問題類別(CBF/IDF/RIF),生成完整的規格目錄結構。實現「需求與實作分離」、「規格即文檔、文檔即規格」。

problem-framingrequirements-analysisspecification-documentsdocumentation
knowlet
knowlet
1

reactor-sub-agent

專責處理 RIF (Required Behavior Frame) 類型的需求。讀取規格目錄結構,生成/審查 Event Handler 設計與實作。支援冪等性、重試、死信佇列。

event-drivenidempotencyretry-logicdead-letter-queue
knowlet
knowlet
1

spec-compliance-validator

驗證規格檔案的完整性與一致性,確保所有必要的規格元素都已定義且符合標準格式。

specification-validationcompliance-checkdata-validationstandard-format
knowlet
knowlet
1

command-sub-agent

專責處理 CBF (Commanded Behavior Frame) 類型的需求。讀取規格目錄結構,生成/審查 Command Side 設計與實作。支援 Java、TypeScript、Go 多語言。

commanded-behavior-framejavatypescriptgo
knowlet
knowlet
1

coding-standards

代碼實作階段觸發。強制執行統一的編碼規範,支援 Java、TypeScript、Go 多語言。包含 Input/Output 模式、依賴注入、不可變物件等規範,確保代碼風格一致性。

coding-standardscode-stylelintingmulti-language
knowlet
knowlet
1

cross-context

處理跨 Bounded Context 的依賴關係。當需求涉及多個限界上下文(如權限管理、付款、通知)時觸發,設計 Anti-Corruption Layer 和 Context Mapping。

bounded-contextanti-corruption-layercontext-mappingdomain-driven-design
knowlet
knowlet
1

code-reviewer

自動化代碼審查,檢查程式碼品質、架構合規性、編碼標準,並與規格定義進行比對。

code-qualitystatic-analysiscoding-standardsspecification-validation
knowlet
knowlet
1

enforce-contract

單元測試與代碼提交前觸發。掃描並驗證方法的 pre-conditions、post-conditions 與 invariants,透過契約式設計減少 AI 幻覺。

contract-testingpre-commitunit-testingdesign-by-contract
knowlet
knowlet
1

arch-guard

進行代碼重構或新增模組時觸發。確保程式碼符合 Clean Architecture + DDD + CQRS 的層次關係,防止架構腐化。

clean-architectureDDDCQRSarchitecture-validation
knowlet
knowlet
1

generate-acceptance-test

從規格目錄的 acceptance.yaml 生成/維護 BDD/ezSpec 測試。使用類似 Gherkin 語法,AI 自動產生 step definition(開發人員不需要手寫),驗收測試規格即為 Executable Specification。

bddezspecgherkinacceptance-testing
knowlet
knowlet
1

fullstack-testing

Fullstack testing - unit, integration, E2E, coverage

unit-testingintegration-testinge2e-testingtest-coverage
pluginagentmarketplace
pluginagentmarketplace
1

backend-development

Backend development - APIs, authentication, business logic

apiauthenticationbusiness-logicbackend-development
pluginagentmarketplace
pluginagentmarketplace
1

devops-fullstack

DevOps for fullstack - Docker, CI/CD, deployment, monitoring

dockerci-cddeploymentmonitoring
pluginagentmarketplace
pluginagentmarketplace
1

frontend-development

Frontend development - React, Vue, component architecture, state management

reactvuecomponent-architecturestate-management
pluginagentmarketplace
pluginagentmarketplace
1

fullstack-security

Security and performance - hardening, optimization, auditing

hardeningperformance-optimizationsecurity-auditingfullstack
pluginagentmarketplace
pluginagentmarketplace
1

database-integration

Database integration - schema design, queries, migrations, optimization

database-schema-designdatabase-queriesmigrationoptimization
pluginagentmarketplace
pluginagentmarketplace
1

fullstack-basics

Full-stack development fundamentals - architecture, patterns, integration

architectureintegrationdevelopmentpatterns
pluginagentmarketplace
pluginagentmarketplace
1

performance

Production-grade performance testing skill with k6, JMeter, load testing, stress testing, and performance optimization guidance

performance-testingload-testingstress-testingk6
pluginagentmarketplace
pluginagentmarketplace
1

automation

Production-grade test automation skill covering Selenium, Cypress, Playwright, Appium with POM architecture, retry logic, and CI/CD integration

seleniumcypressplaywrightappium
pluginagentmarketplace
pluginagentmarketplace
1

test-strategy

Production-grade test strategy skill with risk-based testing, coverage analysis, quality gates, and resource optimization

risk-based-testingcoverage-strategiesquality-gatesresource-optimization
pluginagentmarketplace
pluginagentmarketplace
1

security

Production-grade security testing skill with OWASP Top 10, vulnerability scanning, penetration testing guidance, and compliance validation

OWASPvulnerability-scanningpenetration-testingcompliance-validation
pluginagentmarketplace
pluginagentmarketplace
1

api-designer

Activates when user needs help designing REST APIs, GraphQL schemas, or API architecture. Triggers on "design API", "REST endpoint", "GraphQL schema", "API structure", "endpoint naming", "API versioning", "request/response format", or API design questions.

api-designRESTGraphQLendpoint-naming
always-further
always-further
1

testing-assistant

Activates when user needs help writing tests, understanding testing patterns, or improving test coverage. Triggers on "write tests", "add unit tests", "test this function", "improve coverage", "mock this", "testing strategy", or questions about Jest, pytest, testing frameworks.

unit-testingtest-coveragetesting-frameworksjest
always-further
always-further
1

code-review

Activates when user wants code reviewed for quality, best practices, bugs, or improvements. Triggers on "review this code", "check my implementation", "is this code good", "find bugs", "improve this function", "code quality check", or requests for feedback on code.

code-qualitybug-detectionbest-practicescode-improvement
always-further
always-further
1

database-assistant

Activates when user needs help with database design, SQL queries, migrations, or ORM usage. Triggers on "database schema", "SQL query", "migration", "optimize query", "foreign key", "index", "normalize", "ORM", "Prisma", "TypeORM", "SQLAlchemy", or database-related questions.

database-schemasql-querydatabase-migrationorm
always-further
always-further
1

performance-optimizer

Activates when user needs help with performance optimization, profiling, or improving code efficiency. Triggers on "optimize performance", "make this faster", "reduce memory", "profile this", "performance issues", "slow code", "improve speed", or efficiency-related questions.

performance-optimizationprofilingcode-efficiencyperformance-issues
always-further
always-further
1

git-workflow

Activates when user needs help with git operations including branching, rebasing, merging, cherry-picking, stashing, and resolving conflicts. Triggers on "help me rebase", "fix merge conflict", "create branch", "git history", "undo commit", "squash commits", or any git workflow questions.

gitbranchingmergingrebasing
always-further
always-further
1

documentation-writer

Activates when user needs help writing documentation, README files, API docs, or code comments. Triggers on "write documentation", "create README", "document this API", "add JSDoc", "explain this code", "write docstrings", or documentation-related requests.

documentationreadmeapi-documentationdocstrings
always-further
always-further
1

security-auditor

Activates when user needs security review, vulnerability scanning, or secure coding guidance. Triggers on "security review", "find vulnerabilities", "is this secure", "check for injection", "security audit", "OWASP", "secure this code", or security-related questions.

vulnerability-scanningsecurity-auditsecure-codingOWASP
always-further
always-further
1

cc-plan

Create a concrete implementation plan with scope, risks, verification, and rollback. Use before any code changes.

implementation-planrisk-managementrollbackpre-deployment
akitana-airtanker
akitana-airtanker
1

cc-explore

Research codebase and dependencies to support planning. Use when evidence is missing.

codebase-analysisdependency-managementplanning-supportmissing-information
akitana-airtanker
akitana-airtanker
1

cc-task

Implement based on an approved plan. Use after cc-plan is finalized.

plan-executiontask-managementworkflow
akitana-airtanker
akitana-airtanker
1

Page 339 of 410 · 20494 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.