84900 Skills Available

Find awesome
Agent Skills

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

Popular searches

document

Update project documentation after feature approval. Creates/updates feature docs and user guides. Use after /test passes and user approves. Supports task IDs for easier invocation.

eljun
eljun
01

implement

Implement tasks from docs/task/*.md. Reads the task document, follows implementation steps, and updates status in TASKS.md. Use "/implement auto {task}" to auto-chain through the full pipeline. Use this skill whenever the user wants to start coding a planned task, build a feature, fix a bug, or kick off any implementation work.

eljun
eljun
01

release

Create versioned releases with consolidated changelogs. Gathers shipped items, generates CHANGELOG.md entry, creates git tag, and GitHub Release. Use after multiple /ship tasks are merged.

eljun
eljun
01

test

Test web implementations using Playwright MCP for E2E testing. Creates test reports in docs/testing/*.md.

eljun
eljun
01

task

Create task documents for new features, updates, or fixes. Creates detailed specs in docs/task/*.md with full implementation context. Updates TASKS.md for tracking. Use when starting any new work.

eljun
eljun
01

simplify

Code quality and deviation gate between /implement and /test. Reads the task document and changed files, validates coding standards, classifies deviations (minor/medium/major), and decides whether implementation is ready for testing. Runs automatically in the auto-chain between implement and test. Also invoke manually after any implementation to catch issues before wasting a test run.

eljun
eljun
01

ship

Deploy approved features to production. Creates PRs, runs pre-deployment checks, and updates TASKS.md. Use after /document completes. Supports task IDs for easier invocation.

eljun
eljun
01

automated-instrumented-debugging

A systematic debugging capability that automates evidence collection via dynamic instrumentation. Use when manual tracing is tedious or environment is restricted.

minleev5
minleev5
0

project-master-orchestrator

Central coordinator for multi-platform workflow management across GitHub, Plane.so, and ClickUp. Orchestrates monitoring, reporting, and issue management across platforms.

zura1555
zura1555
0

blog-analytics

Track blog post performance and generate insights for continuous improvement. USE WHEN user says 'track post performance', 'analyze blog metrics', 'what posts performed well', 'blog analytics', OR requests performance feedback on content.

zura1555
zura1555
0

blog-insight-synthesizer

Synthesizes research findings into structured content outlines

zura1555
zura1555
0

blog-master-orchestrator

Central coordinator for blog writing workflow with multi-agent execution. USE WHEN user says 'write a blog post', 'create blog content', 'start blog workflow', OR user wants to orchestrate the full blog writing pipeline.

zura1555
zura1555
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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.

zura1555
zura1555
0

clickup-integration-agent

Specialized agent for ClickUp integration using the @taazkareem/clickup-mcp-server. Handles task management, time tracking, and workspace operations through 36 MCP tools.

zura1555
zura1555
0

seo-content-optimizer

Optimizes blog content for search engines and social media

zura1555
zura1555
0

blog-trend-researcher

Researches topics and trends for blog content with parallel multi-agent execution. USE WHEN orchestrator invokes research phase OR user says 'research topic', 'find trends', 'gather information for blog'.

zura1555
zura1555
0

sanity-publisher

Publishes blog content to Sanity CMS with dual-mode support (markdown output or API publishing)

zura1555
zura1555
0

tech-blogger-writer

Writes technical blog posts with professional yet friendly tone

zura1555
zura1555
0

style-guardian

Ensures brand consistency and style quality across all blog content

zura1555
zura1555
0

social-media-promoter

Generates LinkedIn and X posts to promote published blog content with personal storytelling

zura1555
zura1555
0

personal-dev-writer

Writes personal development content with inspirational, story-driven approach

zura1555
zura1555
0

blog-repurposer

Repurpose blog content into multiple formats (X threads, newsletters, summaries). USE WHEN user says 'create thread from post', 'repurpose blog', 'newsletter version', 'multi-format output', OR wants to maximize content reach.

zura1555
zura1555
0

python-starter

Automatically configures formatter and linter settings when initializing Python projects. Installs ruff by default and uses pyproject.toml for configuration. Detects or asks the user about venv/poetry/uv environments and installs as dev dependencies. Optionally configures pre-commit and ty. Suggests VSCode workspace settings when using VSCode. Use this skill when starting Python projects ("Start a Python project", "Create a FastAPI project", "Create a data analysis Python project", etc.).

wibaek
wibaek
0

git-commit-writer

Draft Conventional Commit messages and execute a safe git commit workflow from staged or changed files. Use when Codex needs to create a commit, suggest a commit message, inspect git diff before committing, split changes into sensible commits, or run `git commit` without including unrelated work.

wibaek
wibaek
0

github-pr-writer

Draft GitHub pull request titles and structured PR bodies from branch history, diffs, and validation results. Use when Codex needs to write a PR description, summarize a branch for review, choose a base branch, prepare `gh pr create`, or open a pull request that follows the repository template.

wibaek
wibaek
0

rest-api-guidelines

Design, review, and draft consistent HTTP+JSON REST APIs using resource-oriented design and long-term compatibility rules. Use when Codex needs to define or critique REST endpoints, OpenAPI contracts, URI and resource naming, HTTP method and PATCH semantics, status codes, pagination, versioning, error formats, or backward and forward compatibility policies.

wibaek
wibaek
0

ts-starter

Configure TypeScript project tooling for existing Node or frontend projects without app scaffolding. Use for TS starter setup, TS lint/format/test setup, Node TypeScript starter, or Vite TypeScript config requests.

wibaek
wibaek
0

skill-security-scan

A brief description of what this skill does

slior
slior
0

article-figure-spot

Scans full article text, finds every position that needs a figure, then either inserts inline image-generation prompts for the author to use or runs image generation for all spots and saves files. Use when the user wants to "add figures to article", "find where to put images", "generate all illustrations for this doc", or "文章配图"/"插图位置".

invalidandnull
invalidandnull
0

fastify-routes

Guide for creating Fastify route handlers with TypeBox schemas and OpenAPI documentation. Use when adding new routes to app/src/routes/.

janisto
janisto
0

typebox-schemas

Guide for TypeBox schema conventions in Fastify routes and environment validation. Use when defining request/response schemas or validating configuration.

janisto
janisto
0

fastify-plugin

Guide for creating Fastify plugins with TypeScript, ESM, and fastify-plugin wrapper. Use when adding new plugins to app/src/plugins/.

janisto
janisto
0

firebase-testing

Guide for testing Firebase Admin SDK with Vitest mocks. Use when writing tests that involve Firebase Auth, Firestore, or Firebase App.

janisto
janisto
0

vitest-testing

Guide for writing unit tests with Vitest for Fastify plugins and routes. Use when creating or modifying tests in app/tests/.

janisto
janisto
0

template-skill

A template for creating new agent skills. Replace this description with a clear explanation of what your skill does and when agents should use it. Include specific keywords that help agents identify relevant tasks.

straub
straub
0

anduril

Opinionated constraints for building better interfaces with Anduril-style design.

adisinghstudent
adisinghstudent
0

kung-fu

A package manager for AI knowledge. Meta-skill for on-demand skill discovery and installation — search curated local repositories or the global skills.sh registry. Self-teaching capability that finds, evaluates, and installs relevant skills when the agent lacks expertise. Use when encountering unfamiliar frameworks, languages, tools, or domains. Use when you need to "learn a skill", "find skills for X", "search for skills", or when you lack expertise in a specific technology.

johnhenry
johnhenry
02

book-structure-generator

Generates comprehensive book structures for Docusaurus with proper hierarchy, navigation, and SEO. Creates chapter outlines, sidebar configurations, and ensures consistent structure across the book.

mrowaisabdullah
mrowaisabdullah
0

book-content-writer

specialized agent for writing high-quality, educational technical content for Docusaurus books. Focuses on clarity, engagement, and technical accuracy using modern documentation standards.

mrowaisabdullah
mrowaisabdullah
0

better-auth-v2

Production-ready authentication system using Better Auth v2 with latest features. Includes OAuth providers, advanced RBAC, multi-tenant support, and security best practices.

mrowaisabdullah
mrowaisabdullah
0

chatbot-widget-creator

Creates a battle-tested ChatGPT-style chatbot widget that solves real-world production issues. Features infinite re-render protection, text selection "Ask AI", RAG backend integration, streaming SSE, and comprehensive performance monitoring.

mrowaisabdullah
mrowaisabdullah
0

deployment-engineer

Expert deployment automation for cloud platforms. Handles CI/CD pipelines, container orchestration, infrastructure setup, and production deployments with battle-tested configurations. Specializes in GitHub Actions, Docker, HuggingFace Spaces, and GitHub Pages.

mrowaisabdullah
mrowaisabdullah
0

gemini-frontend-assistant

A specialized skill for frontend development tasks using the Gemini CLI. It leverages Gemini's multimodal capabilities for generating UI code (React, Tailwind CSS) from descriptions or images (screenshots).

mrowaisabdullah
mrowaisabdullah
0

rag-pipeline-builder

Complete RAG (Retrieval-Augmented Generation) pipeline implementation with document ingestion, vector storage, semantic search, and response generation. Supports FastAPI backends with OpenAI and Qdrant. LangChain-free architecture.

mrowaisabdullah
mrowaisabdullah
0

brreg

Search and retrieve Norwegian company data from Brønnøysundregistrene (the Norwegian Business Registry). Access all ~1.2 million registered companies in Norway.

adisinghstudent
adisinghstudent
0

nano-banana-openrouter

Generate or edit images via OpenRouter using Google's Gemini 3 Pro Image model. Use when the user wants to generate images using OpenRouter API instead of direct Google API.

liuhetian
liuhetian
0

elevenlabs-storyteller

使用 ElevenLabs API 将故事文本转换为高质量语音音频。适用于用户需要讲故事、朗读文本、生成有声读物或进行文本转语音时使用。

liuhetian
liuhetian
0

code-standards

Next.js 16 App Router 與 TypeScript 編碼規範。為 AI 代理提供開發時的技術標準指導,確保程式碼品質、一致性和可維護性。

ponpon55837
ponpon55837
0

git-workflow

|

ponpon55837
ponpon55837
0

i18n-workflow

多語言國際化開發流程與規範

ponpon55837
ponpon55837
0

Page 1578 of 1698 · 84900 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.