84767 Skills Available

Find awesome
Agent Skills

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

Popular searches

workflow-visualizer

Map any system or workflow as a beautiful interactive HTML diagram

devinschumacher
devinschumacher
0

claude-code-cli

Claude Code CLI usage for automated/headless execution in Daytona sandboxes. Use when running Claude Code commands, configuring authentication, or setting up non-interactive mode.

seanchiuai
seanchiuai
0

auth-flow

Claude Code authentication in headless Daytona sandboxes. Use when implementing AuthManager, setup wizard, credential validation, or handling OAuth token/API key injection.

seanchiuai
seanchiuai
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.

seanchiuai
seanchiuai
0

terminal-streaming

xterm.js terminal integration for streaming agent output. Use when implementing AgentCard terminal display, configuring xterm addons, or handling real-time output streaming.

seanchiuai
seanchiuai
0

database-schema

SQLite database schema and operations using better-sqlite3. Use when working with StateManager, persisting runs/rounds/agents, or querying run history.

seanchiuai
seanchiuai
0

electron-ipc

Electron IPC communication patterns between main and renderer processes. Use when implementing IPC handlers, sending events between processes, or working with the preload script.

seanchiuai
seanchiuai
0

daytona-integration

Daytona SDK integration for sandbox lifecycle management. Use when working with SandboxManager, creating/destroying sandboxes, executing commands in sandboxes, or transferring files between sandboxes and local filesystem.

seanchiuai
seanchiuai
0

cloud-run-quickstart

Get started deploying applications to Google Cloud Run. Use when a user wants to deploy their app, share their app by deploying to a cloud service, make their app accessible on the internet, or needs help choosing between Cloud Run deployment methods (no-build, buildpacks, Dockerfile, or container image).

taeold
taeold
0

github-spec-kit

Expert guidance for Spec-Driven Development using the GitHub Spec Kit. Use when the user wants to initialize a project, create specifications, plan implementations, or execute tasks based on the Spec Kit workflow. Triggers on "spec kit", "specify", "create spec", "spec-driven development".

doitundoit
doitundoit
0

spec

>

nicmeriano
nicmeriano
0

project-status-report

Create and update structured project status reports from meetings, messages, documents, or notes. Use when users need to extract status updates into markdown reports with summary, problems, risks, and actions sections, consolidate multiple team reports, update existing reports maintaining reverse chronological order, save/modify reports in Obsidian vault, or mention terms like "status report", "project update", "sync", "war room", "team report", or "weekly update".

Diego Eis
Diego Eis
0

remove-ai-comments

Removes redundant, obvious, or "AI-flavored" comments from code to improve signal-to-noise ratio. Use when the user asks to "clean up comments", "remove AI comments", or makes a general request to refactor verbose code documentation.

chambersxdu
chambersxdu
0

skill-create

Instructions for AI agents to create new skills and add them to the skills repository

sourman
sourman
01

supabase-workflow

Supabase database migrations, type generation, edge function management, and best practices for this project

sourman
sourman
01

bun-elysia

Build full-stack applications with Bun.js and Elysia.js. Use this skill when working with Bun runtime, Bun native APIs (SQL databases, Redis, S3), Bun workspaces/monorepos, Elysia.js web framework, or migrating from Fastify to Elysia. Covers setup, routing, validation, authentication, WebSocket, and end-to-end type safety with Eden.

ymc182
ymc182
0

skill-pdf-to-pptx-tool

Convert PDF to PowerPoint presentations

dnvriend
dnvriend
0

pydantic-ai-agent

Build production-grade Pydantic AI agents with layered architecture. Use when creating AI agents with tool systems, dependency injection, streaming responses, multi-provider support, or conversation state management. Includes scaffolding scripts for rapid project setup and comprehensive architectural patterns for FastAPI web services and CLI applications.

randomstar
randomstar
0

spec:research

Technical Research - investigates codebase and explores solution alternatives based on requirements. Use when choosing between implementation approaches.

ikatsuba
ikatsuba
0

spec:implement

Implement Tasks - executes tasks from the tasks document using subagents. Use when ready to start coding a feature.

ikatsuba
ikatsuba
0

spec:requirements

Requirements Analysis - gathers requirements through structured questions and produces a requirements document with testable acceptance criteria. Use when starting a new feature spec or documenting requirements.

ikatsuba
ikatsuba
0

spec:review

Review Specification - validates documents for completeness, quality, and consistency against the codebase. Use when checking spec quality at any pipeline stage.

ikatsuba
ikatsuba
0

spec:status

Spec Status - displays pipeline progress dashboard for a single specification showing document statuses, blockers, and next action.

ikatsuba
ikatsuba
0

spec:tasks

Task Breakdown - generates an implementation plan with tracked tasks based on requirements and design documents. Use when breaking down a design into actionable work items.

ikatsuba
ikatsuba
0

spec:test-plan

Test Plan - creates a manual test plan with traceable test cases from specification documents. Use when preparing to verify a feature implementation.

ikatsuba
ikatsuba
0

spec:test

Execute Tests - walks through test cases from the test plan, collects results, and updates the plan. Use when verifying a feature implementation.

ikatsuba
ikatsuba
0

agent:secure

Agent Security Audit - analyzes agent for lethal trifecta, sandboxing, access control, and guardrails

ikatsuba
ikatsuba
0

agent:tools

Tool Design - guides through agent tool architecture, MCP integration, third-party tool selection, and tool schema design

ikatsuba
ikatsuba
0

agent:workflow

Workflow Design - designs graph-based agent workflows with branching, chaining, suspend/resume, streaming, and observability

ikatsuba
ikatsuba
0

dev:create-skill

Create New Skill - scaffolds a skill definition following Claude Code conventions and this repository's patterns. Use when adding a new skill.

ikatsuba
ikatsuba
0

git:amend

Amend Commit - modifies the last commit with staged changes or new message

ikatsuba
ikatsuba
0

git:changelog

Generate Changelog - analyzes git history and creates a human-readable changelog for non-technical teams

ikatsuba
ikatsuba
0

git:commit

Smart Commit - stages all changes and creates a conventional commit

ikatsuba
ikatsuba
0

agent:prompt

Prompt Engineering - guides through model selection, prompt writing, few-shot examples, and production prompt optimization

ikatsuba
ikatsuba
0

agent:multi

Multi-Agent Design - designs multi-agent systems with supervisor patterns, control flow, A2A protocol, and workflow composition

ikatsuba
ikatsuba
0

agent:memory

Memory Architecture - designs agent memory strategy with working memory, hierarchical recall, memory processors, and context management

ikatsuba
ikatsuba
0

project:init

Project Init - defines the overall system goals, stakeholders, constraints, and shared architectural decisions. Use when starting a new multi-spec project.

ikatsuba
ikatsuba
0

project:plan

Project Plan - breaks the vision into individual specs with dependencies, execution order, and shared interfaces. Use when decomposing a project into features.

ikatsuba
ikatsuba
0

project:status

Project Status - dashboard showing progress across all specs with dependency tracking and next action suggestions.

ikatsuba
ikatsuba
0

review:diff

Diff Review - analyzes code changes and provides structured feedback before commit

ikatsuba
ikatsuba
0

investigate

Investigate Problem - analyzes a problem in the codebase and proposes actionable solutions

ikatsuba
ikatsuba
0

review:ux

UX Review - analyzes feature for efficiency-first UX patterns, keyboard navigation, and pro-tool experience

ikatsuba
ikatsuba
0

spec:approve

Approve Document - promotes a spec document to APPROVED status, unblocking downstream pipeline skills. Use when ready to advance the pipeline.

ikatsuba
ikatsuba
0

spec:design

Technical Design - generates architecture diagrams, interfaces, and data flow based on requirements and chosen research solutions. Use when designing how a feature will be built.

ikatsuba
ikatsuba
0

agent:rag

RAG Pipeline Design - guides through chunking, embedding, vector store selection, retrieval tuning, and RAG alternatives

ikatsuba
ikatsuba
0

agent:eval

Agent Evaluation System - designs failure modes, metrics, eval test suites, SME labeling, and production data evaluation pipelines

ikatsuba
ikatsuba
0

agent:design

Design AI Agent - comprehensive agent system design that orchestrates research sub-agents across all areas and produces a unified design document

ikatsuba
ikatsuba
0

agent:context

Context Engineering - designs agent context strategy covering parallelization, context sharing, failure modes, compression, and error feedback

ikatsuba
ikatsuba
0

agent:review

Agent Pattern Review - validates an AI agent against all 22 patterns from "Patterns for Building AI Agents" with a scored checklist and recommendations

ikatsuba
ikatsuba
0

justfile

Use when writing Justfiles to understand the latest syntax, features, and best practices

iloveitaly
iloveitaly
0

Page 1611 of 1696 · 84767 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.