20428 Skills Available

Find awesome
Agent Skills

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

Popular searches

coolify-deploy

Deploy to Coolify with best practices

coolifydeploymentbest-practices
v1truv1us
v1truv1us
11

incentive-prompting

Research-backed prompting techniques for improved AI response quality (+45-115% improvement). Use when optimizing prompts, enhancing agent instructions, or when maximum response quality is critical. Invoked by /ai-eng/optimize command. Includes expert persona, stakes language, step-by-step reasoning, challenge framing, and self-evaluation techniques.

performance-optimizationresponse-qualityincentive-structuresexpert-persona
v1truv1us
v1truv1us
11

git-worktree

Manage Git worktrees for parallel development

git-worktreesbranching-strategycommand-lineworkspace-management
v1truv1us
v1truv1us
11

plugin-dev

This skill should be used when creating extensions for Claude Code or OpenCode, including plugins, commands, agents, skills, and custom tools. Covers both platforms with format specifications, best practices, and the ai-eng-system build system.

claude-codeopencodeextension-developmentai-eng-system
v1truv1us
v1truv1us
11

aide

AI agent integration with Jira and Azure DevOps for ticket-driven development and PR review workflows

ai-agentsjiraazure-devopsticket-driven-development
rlcurrall
rlcurrall
1

research-methodology

>-

research-methodologyresearch-methodsscientific-researchexperimental-design
bostonaholic
bostonaholic
1

verification-before-completion

>-

validationcompletion-checkpreflight-checkverification
bostonaholic
bostonaholic
1

test-driven-development

>-

test-driven-developmenttddunit-testingtest-automation
bostonaholic
bostonaholic
1

systematic-debugging

>-

debuggingproblem-solvingsystematic-approachtroubleshooting
bostonaholic
bostonaholic
1

receiving-code-review

>-

code-reviewdeveloper-feedbackquality-assurancecollaboration
bostonaholic
bostonaholic
1

security-review

>-

security-reviewvulnerability-assessmentrisk-assessmentcompliance
bostonaholic
bostonaholic
1

parallel-agents

>-

parallel-executionagent-coordinationmulti-agent-systemsconcurrency
bostonaholic
bostonaholic
1

plan-methodology

>-

planningmethodologyapproachstrategic-planning
bostonaholic
bostonaholic
1

implement-methodology

>-

implementationprocess-executionstandard-operating-procedures
bostonaholic
bostonaholic
1

git-worktrees

>-

gitversion-controlrepository-managementbranch-management
bostonaholic
bostonaholic
1

reviewing-code

>-

code-reviewcode-qualitydeveloper-guidancecode-comments
bostonaholic
bostonaholic
1

finishing-work

>-

finishing-techniquesfood-preparationplatinggarnishing
bostonaholic
bostonaholic
1

brainstorming

>-

idea-generationcreative-thinkingproblem-framingcollaboration
bostonaholic
bostonaholic
1

collaborating-with-coco

Delegates coding tasks to Coco CLI (Codebase Copilot) for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSION_ID.

clicode-reviewprototypingdebugging
luw2007
luw2007
1

octocode

AI-powered code indexer with semantic search, knowledge graphs (GraphRAG), and persistent memory system. Use when you need to (1) perform semantic code searches across large codebases, (2) analyze file relationships and dependencies through GraphRAG, (3) store and retrieve code insights with memory system. This skill uses Bash to call octocode CLI directly with automatic index management.

semantic-searchknowledge-graphpersistent-memorybash
luw2007
luw2007
1

linear

Query and manage Linear issues, projects, and team workflows.

issue-trackingproject-managementteam-collaborationworkflow-automation
elliottminns
elliottminns
1

gog

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

google-workspacegmailcalendardrive
elliottminns
elliottminns
1

clawdhub

Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.

clinpmpackage-managementagent-skills
elliottminns
elliottminns
1

doppler

Fetch secrets from Doppler for API keys and credentials.

secrets-managementcredentials-managementAPI-keysdoppler
elliottminns
elliottminns
1

frontend-design

Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.

frontendui-designweb-designresponsive-design
elliottminns
elliottminns
1

technical-research

Explore ideas, validate concepts, and research broadly across technical, business, and market domains. Preliminary phase before discussion-specification-plan-implement-review workflow. Use when: (1) User has a new idea to explore, (2) Need to research a topic deeply, (3) Validating feasibility - technical, business, or market, (4) Learning and exploration without necessarily building anything, (5) User says 'research this' or 'explore this idea', (6) Brain dumping early thoughts before formal discussion. Creates research documents in docs/workflow/research/ that may seed the technical-discussion phase.

technical-explorationfeasibility-analysismarket-researchidea-evaluation
leeovery
leeovery
1

technical-discussion

Document technical discussions as expert architect and meeting assistant. Capture context, decisions, edge cases, debates, and rationale without jumping to specification or implementation. Second phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) Users discuss/explore/debate architecture or design, (2) Working through edge cases before specification, (3) Need to document technical decisions and their rationale, (4) Capturing competing solutions and why choices were made. Creates documentation in docs/workflow/discussion/{topic}.md that technical-specification uses to build validated specifications.

architecturearchitectural-decisionsdecision-logstechnical-specifications
leeovery
leeovery
1

technical-implementation

Execute implementation plans using strict TDD workflow with quality gates. Fifth phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) Implementing a plan from docs/workflow/planning/{topic}.md, (2) User says 'implement', 'build', or 'code this' after planning, (3) Ad hoc coding that should follow TDD and quality standards, (4) Bug fixes or features benefiting from structured implementation. Writes tests first, implements to pass, commits frequently, stops for user approval between phases.

tddquality-gatesplan-implementationbugfix
leeovery
leeovery
1

technical-review

Validate completed implementation against plan tasks and acceptance criteria. Sixth phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) Implementation phase is complete, (2) User wants validation before merging/shipping, (3) Quality gate check needed after implementation. Reviews ALL plan tasks for implementation correctness, test adequacy, and code quality. Produces structured feedback (approve, request changes, or comments) - does NOT fix code.

quality-gatescode-qualitypull-requestacceptance-criteria
leeovery
leeovery
1

technical-planning

Transform specifications into actionable implementation plans with phases, tasks, and acceptance criteria. Fourth phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) User asks to create/write an implementation plan, (2) User asks to plan implementation after specification is complete, (3) Converting specifications from docs/workflow/specification/{topic}.md into implementation plans, (4) User says 'plan this' or 'create a plan' after specification, (5) Need to structure how to build something with phases and concrete steps. Creates plans in docs/workflow/planning/{topic}.md that implementation phase executes via strict TDD.

implementation-planacceptance-criteriaphasestasks
leeovery
leeovery
1

technical-specification

Build validated specifications from discussion documents through collaborative refinement. Third phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) User asks to create/build a specification from discussions, (2) User wants to validate and refine discussion content before planning, (3) Converting discussion documents into standalone specifications, (4) User says 'specify this' or 'create a spec' after discussions, (5) Need to filter hallucinations and enrich gaps before formal planning. Creates specifications in docs/workflow/specification/{topic}.md that technical-planning uses to build implementation plans.

specification-documentsworkflowvalidationplanning
leeovery
leeovery
1

lark-mcp

集成飞书/Feishu 服务,操作多维表格、文档、消息、群组等。当用户提到飞书、Feishu、Lark 或需要操作飞书相关功能时使用。

feishularkgroup-chatdocument-management
whatevertogo
whatevertogo
1

day-planning

Interactive daily planning ritual that guides the user through a reflective conversation across all life dimensions (work, fitness, relationship, social, adventure) and produces a holistic day plan. Use when the user requests to plan their day with phrases like "plan the day", "plan my day", "plan today", or similar variations.

daily-planningreflectionlife-dimensionsholistic-planning
britt
britt
1

writing-user-stories

Use when an agent needs to write user stories for a project

user-storiesrequirements-gatheringproject-planningagile
britt
britt
1

writing-verification-plans

Use when a project needs a verification plan for acceptance testing in real-world scenarios

acceptance-testingverification-planreal-world-testingtest-strategy
britt
britt
1

writing-product-specs

Use when asked to design a new feature or project

feature-planningproduct-specificationsrequirements-gatheringdesign-doc
britt
britt
1

summoning-the-user

Use when an agent encounters a blocking decision or when proceeding without user input could lead to wasted work - helps Claude determine when to block and request user input versus making reasonable assumptions

agent-decision-makinghuman-in-the-loopblockinguser-interaction
britt
britt
1

setting-up-a-project

You MUST use this skill when the user asks you to setup a claude code project. You should also suggest it if there is no CLAUDE.md or when starting work on an empty codebase.

claude-codeproject-initializationrepository-setupenvironment-setup
britt
britt
1

map-worker

Contract-based MapReduce worker for executing a task (may be broad) under optional hint_paths, producing a narrative report. Use when an orchestrator invokes a map worker (llm_query role) many times in parallel and needs mergeable narrative reports.

mapreduceparallel-processingorchestrationnarrative-report
hyophyop
hyophyop
1

reduce-orchestrator

MapReduce root/orchestrator with a mandatory parallel Verify phase, narrative-first reduction, deterministic artifact lifecycle management (.rlm run/archives), and concurrency safety (per-run locks + cleanup lock). Use when coordinating many parallel map-worker tasks under optional hint_paths, then synthesizing narrative reports into a decision to iterate or finish.

mapreduceorchestrationparallel-processingconcurrency
hyophyop
hyophyop
1

rfp-json-analyzer

Analyze RFP JSON exports to score suppliers, calculate weighted rankings, generate syntheses, compare responses, and identify risks. Use when working with RFP evaluation data in JSON format (requirements with weights, supplier responses with scores). Supports executive summaries, detailed category analysis, pairwise comparisons, and risk identification using weighted scoring methodology.

rfp-analysisjsonsupplier-scoringweighted-ranking
seb7152
seb7152
1

transcript-saver

Save and export the current Claude Code session as a shareable HTML transcript. Use this skill when the user asks to save, export, archive, or publish their current Claude Code conversation or session. Triggers on phrases like "save this transcript", "export this session", "create a transcript", "archive this conversation", "publish to gist", or "share this session". Wraps Simon Willison's claude-code-transcripts tool for in-session use.

transcriptionsession-managementhtml-generationexport
fpl9000
fpl9000
1

drawio

Generate draw.io diagrams programmatically using Python. Creates flowcharts, architecture diagrams, tree structures, network diagrams, and more. Use when the user requests a .drawio file, diagram, flowchart, or visual documentation.

drawiodiagram-generationflowchartarchitecture-diagrams
example
example
1

bluesky

Read from and post to Bluesky social network using the AT Protocol. Use this skill when the user wants to interact with Bluesky including posting text/images/links, replying to posts, reading their timeline, searching posts, viewing profiles, following/unfollowing users, checking notifications, or viewing reply threads. All scripts use PEP 723 inline metadata for dependencies and run via `uv run`. Requires BLUESKY_HANDLE and BLUESKY_PASSWORD environment variables.

blueskysocial-mediaat-protocolapi
fpl9000
fpl9000
1

planning

Comprehensive feature planning, optimization, and orchestration system. Provides workflows for creating plans, decomposing into features, and executing with sub-agents. Integrates with Beads for state management and optionally Azure DevOps.

feature-planningworkflow-automationorchestrationazure-devops
NotMyself
NotMyself
1

canvas

|

canvasgraphics-programminghtml-canvas2d-rendering
parkerhancock
parkerhancock
1

sui-bcs

Helps Claude Code understand Sui blockchain's BCS (Binary Canonical Serialization) encoding, providing usage guidelines and examples for primitive types, composite types, Sui-specific types, serialization patterns, and transformation support. Use when working with BCS serialization in Sui development or when the user mentions BCS, binary serialization, or Move data encoding.

blockchainserializationsuibcs
RandyPen
RandyPen
1

sui-client

Comprehensive SuiClient skill for interacting with the Sui blockchain using @mysten/sui SDK. Use this skill when you need to connect to Sui blockchain, read data, execute transactions, manage staking positions, or query network information.

blockchainsuitransactionsstaking
RandyPen
RandyPen
1

sui-transaction-building

Helps Claude Code understand Sui blockchain transaction building, providing guidelines and examples for Transaction class, commands, input types, gas configuration, and serialization. Use when building blockchain transactions on Sui or when the user mentions transaction building, Transaction class, or Move calls.

suitransaction-buildingmove-callsserialization
RandyPen
RandyPen
1

deepbook-trading

Helps Claude Code understand DeepBook V3 SDK usage for order book trading, flash loans, fund management, and market data queries on Sui blockchain. Use when operating DeepBook DEX, executing trading strategies, or querying market data.

blockchaindecentralized-exchangetradingmarket-data
RandyPen
RandyPen
1

Page 351 of 409 · 20428 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.