81728 Skills Available

Find awesome
Agent Skills

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

Popular searches

background-process-list-processes

To see all managed background jobs, list processes so you can find their IDs, states, and names.

X-School-Academy
X-School-Academy
73

background-process-run-command-sync

To run a short command and wait for the result, execute a synchronous shell command via the manager and return full output.

X-School-Academy
X-School-Academy
73

background-process-start-process

To start a long-running background task, launch a managed process such as a server or watcher and keep it tracked.

X-School-Academy
X-School-Academy
73

background-process-stop-process

To stop a managed background task, terminate a running process by ID to shut it down cleanly.

X-School-Academy
X-School-Academy
73

context7-query-docs

To fetch up-to-date docs and code examples from Context7 for a known library, query by a resolved library ID after running resolve-library-id (max 3 calls).

X-School-Academy
X-School-Academy
73

context7-resolve-library-id

To find the Context7-compatible library ID for a package or product name, resolve the library ID before querying docs unless the user already provided an /org/project ID (max 3 calls).

X-School-Academy
X-School-Academy
73

dart-add-roots

To register project roots for Dart tooling access, add one or more root paths before using other Dart tools on those projects.

X-School-Academy
X-School-Academy
73

dart-analyze-files

To run static analysis across a Dart or Flutter project, analyze files to find compile and lint errors.

X-School-Academy
X-School-Academy
73

dart-create-project

To scaffold a new Dart or Flutter project, create a fresh project structure and starter files.

X-School-Academy
X-School-Academy
73

dart-dart-fix

To apply automated Dart fixes, run `dart fix --apply` on the given roots to resolve suggested changes.

X-School-Academy
X-School-Academy
73

dart-dart-format

To format Dart code consistently, run `dart format .` on the given roots to apply standard formatting.

X-School-Academy
X-School-Academy
73

meeting-actions

|

knishioka
knishioka
71

slack-notifier

|

knishioka
knishioka
71

markdown-to-slides

|

knishioka
knishioka
71

daily-report-generator

|

knishioka
knishioka
71

syncing-knowledge-garden

Syncs the sb-knowledge-base Obsidian vault to the knowledge-garden Quartz site. Use after reorganizing content in Obsidian or when the vault has been updated and the Quartz site needs to match.

superbenefit
superbenefit
7

virtuoso-support-agent

Technical support and database management for OpenLink Virtuoso Server with RDF Views generation, SPARQL queries, and comprehensive database operations. Provides assistance with installation, configuration, troubleshooting, RDF data management, SQL/SPARQL/GraphQL queries, automated RDF Views generation from relational database tables, entity discovery, and metadata management using 23 specialized MCP tools.

OpenLinkSoftware
OpenLinkSoftware
75

fennel-lang

Expert guidance for Fennel code in all forms. Load this skill whenever a task involves reading, writing, debugging, reviewing, translating, or reasoning about Fennel.

datwaft
datwaft
7

jj-vcs

Use jj (Jujutsu) version control system. Load this skill when the user wants to perform version control operations with jj, or when they explicitly mention jj/jujutsu.

datwaft
datwaft
7

test-driven-development

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

frap129
frap129
7

writing-plans

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

frap129
frap129
7

naming-cheatsheet

Apply language-agnostic naming conventions using the A/HC/LC pattern. Use when naming variables, functions, or reviewing code for naming consistency.

frap129
frap129
7

crafting-rules

Use when creating or modifying OpenCode rules (.md/.mdc files) that customize agent behavior. Helps extract patterns from conversation history, analyze project conventions (AGENTS.md, linters, package.json), and draft well-formatted rules with appropriate globs/keywords. Trigger when user wants to create a rule, codify repeated instructions, persist guidance across sessions, or customize agent behavior for specific files or topics.

frap129
frap129
7

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches code-reviewer subagent to review implementation against plan or requirements before proceeding

frap129
frap129
7

security-review

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

frap129
frap129
7

subagent-driven-development

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

frap129
frap129
7

executing-plans

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

frap129
frap129
7

systematic-debugging

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

frap129
frap129
7

code-architecture-wrong-abstraction

Guides when to abstract vs duplicate code. Use this skill when creating shared utilities, deciding between DRY/WET approaches, or refactoring existing abstractions.

frap129
frap129
7

brainstorming

Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation

frap129
frap129
7

launchpad

Interact with Canonical's Launchpad platform via the Launchpad API (api.launchpad.net) using the lp-api CLI tool. Use when working with Ubuntu/Debian packages, bugs, builds, people, projects, or any Launchpad API resources. Triggered by mentions of Launchpad API, Ubuntu development, package builds, or bug tracking.

fourdollars
fourdollars
71

NEON-SOUL

AI Identity Through Grounded Principles - synthesize your soul from memory with semantic compression.

geeks-accelerator
geeks-accelerator
7

python-fastapi-ai

Python FastAPI patterns, Alembic migrations, Pydantic v2, and AI Engineering (raw patterns, LangChain, Google ADK). This skill should be used when working with Python APIs, database migrations, or AI/LLM applications.

pythonfastapialembicpydantic
tenlisboa
tenlisboa
7

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.

skill-designdeveloper-guidanceworkflow-automationtool-integration
tenlisboa
tenlisboa
7

product-management

MANDATORY for ANY code change. MUST invoke BEFORE writing/editing code. Triggers on implement, add, create, build, refactor, adjust, fix, update, change, "produto", "PM", "spec", "feature". Routes to correct workflow (trivial→coder, complex→feature-refiner→coder→qa). CRITICAL - When active, you are the PM, NEVER implement code yourself. ALWAYS delegate to coder agent. Your role is orchestration ONLY.

workflow-automationdelegationfeature-prioritizationorchestration
tenlisboa
tenlisboa
7

atomic-commits

Creates semantic atomic commits using Conventional Commits. Use always when committing changes, staging files, or when asked to commit code. Analyzes diffs, suggests scope, and can split changes into granular commits.

gitcommit-messageconventional-commitscode-quality
tenlisboa
tenlisboa
7

php-laravel

Laravel 12 best practices, Eloquent patterns, service classes, Form Requests, and PHP 8.x features. Use when working with Laravel projects, controllers, models, migrations, or any PHP backend code.

laravelphp8eloquentmvc
tenlisboa
tenlisboa
7

react

Modern React 18+ patterns with TypeScript, hooks, state management, and performance optimization. This skill should be used when building React components, debugging frontend issues, or reviewing React code. (user)

reacttypescripthooksstate-management
tenlisboa
tenlisboa
7

taskman

Agent memory and task management CLI. Use this skill when you need to persist context across sessions, track tasks, hand off work, or store temporary agent scratch data. Provides the `taskman` CLI for init, sync, describe, and history operations.

cliagent-memorytask-managementsession-persistence
charles-cooper
charles-cooper
71

brainstorm

[Content] Use when you need to brainstorm as a PO/BA — structured ideation for problem-solving, new product creation, or feature enhancement.

duc01226
duc01226
61

business-analyst

[Project Management] Use when creating user stories, writing acceptance criteria, analyzing requirements, or mapping business processes.

duc01226
duc01226
61

ask

[Utilities] Use when you need to answer technical and architectural questions.

duc01226
duc01226
61

branch-comparison

[Git] Use when the user asks to compare branches, analyze git diffs, review changes between branches, update specifications based on code changes, or analyze what changed.

duc01226
duc01226
61

docx-to-markdown

[Document Processing] Use when you need to convert Microsoft Word ( DOCX) files to Markdown with GFM support (tables, images, code blocks).

duc01226
duc01226
61

test-ui

[Testing] Use when you need full-site QA audit (accessibility, performance, security, SEO) with visual reports.

duc01226
duc01226
61

test

[Testing] Use when you need to run tests locally and analyze the summary report.

duc01226
duc01226
61

ui-ux-pro-max

[Frontend] Use when designing beautiful or aesthetic interfaces with curated UI styles, palettes, fonts, charts, and stacks.

duc01226
duc01226
61

watzup

[Utilities] Use when you need to review recent changes and wrap up the work.

duc01226
duc01226
61

web-design-guidelines

[Code Quality] Use when reviewing UI code for accessibility, responsiveness, performance, and UX best practices.

duc01226
duc01226
61

git-merge

[Git] Use when you need ⚠️ Merge code from one branch to another.

duc01226
duc01226
61

Page 1149 of 1635 · 81728 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.