57148 Skills Available

Find awesome
Agent Skills

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

Popular searches

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

ashwinrachhavt
ashwinrachhavt
0

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

ashwinrachhavt
ashwinrachhavt
0

using-superpowers

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

ashwinrachhavt
ashwinrachhavt
0

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

ashwinrachhavt
ashwinrachhavt
0

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code

ashwinrachhavt
ashwinrachhavt
0

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment

ashwinrachhavt
ashwinrachhavt
0

planning-with-files

Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.

ashwinrachhavt
ashwinrachhavt
0

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

ashwinrachhavt
ashwinrachhavt
0

subagent-driven-development

Use when executing implementation plans with independent tasks in the current session

ashwinrachhavt
ashwinrachhavt
0

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

ashwinrachhavt
ashwinrachhavt
0

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

ashwinrachhavt
ashwinrachhavt
0

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

ashwinrachhavt
ashwinrachhavt
0

executing-plans

Use when you have a written implementation plan to execute in a separate session with review checkpoints

ashwinrachhavt
ashwinrachhavt
0

rails-audit-thoughtbot

Perform comprehensive code audits of Ruby on Rails applications based on thoughtbot best practices. Use this skill when the user requests a code audit, code review, quality assessment, or analysis of a Rails application. The skill analyzes the entire codebase focusing on testing practices (RSpec), security vulnerabilities, code design (skinny controllers, domain models, PORO with ActiveModel), Rails conventions, database optimization, and Ruby best practices. Outputs a detailed markdown audit report grouped by category (Testing, Security, Models, Controllers, Code Design, Views) with severity levels (Critical, High, Medium, Low) within each category.

ashwinrachhavt
ashwinrachhavt
0

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

ashwinrachhavt
ashwinrachhavt
0

consult-outside-expert

|

ashwinrachhavt
ashwinrachhavt
0

pr-comment

PR review comment workflow - understand the concern before fixing

c-daly
c-daly
0

poll

Controlled polling for async operations at specified intervals

c-daly
c-daly
0

distill

Distill session episodes into persistent memory patterns

c-daly
c-daly
0

teams-develop

Full PR-based development lifecycle using native Claude Code teams — PM coordinates specialized agents through intake, research, design, implement, review, integrate, and complete phases

c-daly
c-daly
0

verify

Run code quality checks (ruff, black, mypy, pytest)

c-daly
c-daly
0

parallel-orchestrate

Orchestrate N independent TDD subagents from a YAML task manifest with worktree isolation

c-daly
c-daly
0

develop

PR-based development workflow with SE team simulation

c-daly
c-daly
0

remember

Save a learning to persistent memory with automatic scope inference

c-daly
c-daly
0

implement

Auto-started default workflow. Overridden by iterate, debug, or orchestrate when invoked.

c-daly
c-daly
0

plan-to-manifest

Translate a superpowers implementation plan into a parallel orchestration YAML manifest

c-daly
c-daly
0

pipeline

Full pipeline from design doc through plan, manifest, parallel orchestration, to branch completion

c-daly
c-daly
0

debug

Systematic debugging workflow with root cause verification before fixing

c-daly
c-daly
0

ctx

View and manage hierarchical context for the current directory

c-daly
c-daly
0

agent-teams-workflow

Coordinate agent teams for multi-domain collaborative implementation from a design doc or plan

c-daly
c-daly
0

iterate

Autonomous TDD implementation workflow with phase gates.

c-daly
c-daly
0

spawn

How to spawn subagents correctly. Use this reference when you need to delegate work to a specialized agent.

c-daly
c-daly
0

orchestrate

Workflow orchestrator. Builds task queue from input, dispatches subagents, manages completion.

c-daly
c-daly
0

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends AI Agent's capabilities with specialized knowledge, workflows, or tool integrations.

kvokka
kvokka
01

azure-pipelines-tasks

Finds Azure Pipelines task implementation source code. Use when investigating task behavior, debugging pipeline issues, or understanding how built-in tasks work.

lbussell
lbussell
0

address-review-comments

Addresses PR review comments systematically. Use when fixing review feedback, responding to code review threads, or processing PR comments.

lbussell
lbussell
0

csharp-review

An agent designed to assist with software development tasks for C#/.NET projects.

lbussell
lbussell
0

commit

Creates logical git commits from working tree changes. Use when finishing work, saving progress, or organizing changes into commits.

lbussell
lbussell
0

prompt-engineering

Techniques for writing effective LLM prompts. Use when crafting system prompts, optimizing agent instructions, or improving model outputs.

lbussell
lbussell
0

open-pull-request

Drafts and submits pull requests via gh CLI. Use when opening PRs, writing PR descriptions, or submitting code for review.

lbussell
lbussell
0

nuget-manager

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.

lbussell
lbussell
0

github-actions-composite

Creates GitHub Actions composite actions. Use when building reusable action.yml files, integrating github-script, or setting up action inputs/outputs.

lbussell
lbussell
0

ghostty-config

Edits Ghostty terminal configuration. Use when configuring fonts, colors, keybindings, or appearance in Ghostty.

lbussell
lbussell
0

dotnet-file-based-apps

Creates .NET file-based apps from single C# files. Use when building scripts, utilities, or small applications without project files.

lbussell
lbussell
0

create-skill

Guide for authoring agent skills. Use when creating new skills, writing SKILL.md files, or improving existing skills.

lbussell
lbussell
0

python-patterns

Python coding style - pragmatic, readable, fast development over heavy abstraction

maxbeworks
maxbeworks
0

shell-patterns

Shell scripting patterns - portability, explicit error handling, readability over cleverness

maxbeworks
maxbeworks
0

typescript-patterns

TypeScript coding style and patterns - type safety, error handling, code organization

maxbeworks
maxbeworks
0

nuxt-patterns

Nuxt development patterns - validation, error handling, code organization, state management

maxbeworks
maxbeworks
0

ansible-patterns

Ansible playbook patterns - simplicity, external files, system compatibility

maxbeworks
maxbeworks
0

Page 1125 of 1143 · 57148 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.