20968 Skills Available

Find awesome
Agent Skills

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

Popular searches

jmap-email

Enables JMAP email operations using Node.js and jmap-jam library. Use when working with JMAP email servers, FastMail, Cyrus IMAP, Stalwart Mail Server, or when user mentions email search, reading, sending, or mailbox management.

jacobrask
jacobrask
4

calendar

Interact with Apple Calendar via AppleScript. Use when the user asks to check calendar, view events, create events, manage schedule, find free time, or list calendars. Triggers include "my calendar", "my schedule", "calendar events", "create event", "add to calendar", "what's on my calendar", "free time", "available slots", "upcoming events", "today's events". Requires macOS with Calendar.app.

jacobrask
jacobrask
4

safari-tabs

Interact with Safari browser tabs, reading list, bookmarks, and history via AppleScript. Use when the user asks to analyze, organize, summarize, deduplicate, close, export, or manage their Safari tabs. Also handles reading list, bookmarks, and history searches. Triggers include "my tabs", "open tabs", "Safari tabs", "clean up my browser", "what tabs do I have open", "organize my tabs", "too many tabs", "reading list", "bookmarks", "browser history", "export tabs". Requires macOS with Safari.

jacobrask
jacobrask
4

nano-banana-blockrun

Nano Banana by BlockRun - Generate images using Google's Nano Banana via x402 micropayments. Use when the user asks to generate, create, draw, or make images. Pay-per-request via USDC on Base, no API keys needed.

BlockRunAI
BlockRunAI
4

fact-find

Quick lookup of specific facts about Bottlerocket with citations

cbgbt
cbgbt
411

build-variant-from-local-kits

Build a variant using locally published kits for development validation

cbgbt
cbgbt
411

review-style

Verify code follows project style guides without providing improvement suggestions

cbgbt
cbgbt
411

review-scope

Verify code changes match intended scope and requirements without exceeding boundaries

cbgbt
cbgbt
411

update-twoliter

Update all Bottlerocket repositories to a new Twoliter version

cbgbt
cbgbt
411

test-local-twoliter

Build and test local changes to twoliter before releasing

cbgbt
cbgbt
411

ad-hoc-implementation-plan

Transform a rough plan into implement-commit ready artifacts. Allows rigorous review while implementing.

cbgbt
cbgbt
411

propose-feature-concept

Create a new feature concept document to pitch the idea and explain the problem/solution

cbgbt
cbgbt
411

prepare-core-kit-release

Prepare bottlerocket-core-kit for release by bumping version and updating changelog

cbgbt
cbgbt
411

implement-commit

Implement commits from an implementation plan using a TDD pipeline

cbgbt
cbgbt
411

review-code

Deep code review generating PR comments via principled question-driven analysis

cbgbt
cbgbt
411

idea-honing

Clarify feature ideas through iterative Q&A, recording insights to guide concept development

cbgbt
cbgbt
411

propose-feature-requirements

Create or update feature requirements specification using EARS notation with examples and appendices

cbgbt
cbgbt
411

propose-feature-test-plan

Create a test plan mapping EARS requirements and Critical Constraints to specific tests

cbgbt
cbgbt
411

propose-implementation-plan

Create an implementation plan with atomic commits that build toward a complete feature

cbgbt
cbgbt
411

local-registry

Start and manage a local OCI registry for Bottlerocket kit development

cbgbt
cbgbt
411

deep-research

Create educational documents that build understanding progressively with citations

cbgbt
cbgbt
411

build-kit-locally

Build a kit and publish it to a locally hosted registry for development testing

cbgbt
cbgbt
411

propose-feature-design

Create or update feature technical design document with architecture and implementation guidance

cbgbt
cbgbt
411

excalidraw-diagram

Generate Excalidraw diagrams. Use when the user asks to create a diagram, visualize a concept, or illustrate technical architectures.

Infatoshi
Infatoshi
41

paper-implementation

Implement research papers from arxiv. Use when the user provides an arxiv link, asks to implement a paper, or wants to reproduce research results.

Infatoshi
Infatoshi
4

spec

Interview-driven specification development. Use when starting a new project, after context compaction, when SPEC.md is missing or stale, or when the user needs to clarify project architecture. Triggers on "spec", "interview me", "what are we building", or when substantial work is requested without clear requirements.

Infatoshi
Infatoshi
4

sub-agent-delegation

Delegate complex tasks to sub-agents for parallel autonomous work. Use when GPU kernel optimization, numerical correctness verification, performance profiling, or long-running validation would benefit from focused independent execution.

Infatoshi
Infatoshi
4

voltage-park

Provision and manage Voltage Park H100 GPU instances. Use when the user needs to spin up H100s, SSH into VP instances, transfer files, or terminate cloud GPU instances.

Infatoshi
Infatoshi
4

hacs

Connect to HACS (Human-Adjacent Coordination System) for distributed multi-agent AI coordination. Use when coordinating with other Claude instances, managing shared projects and tasks, sending messages between AI agents, or accessing institutional knowledge. Enables Claude to participate in the distributed AI coordination network at smoothcurves.nexus.

LupoGrigi0
LupoGrigi0
4

example-skill

Use when working with examples, tutorials, or skill documentation. Invoke when the user asks about skill configuration, manifest structure, or creating new skills.

kraitsura
kraitsura
4

astro-aso

Query local Astro Mac app database for ASO insights. Use when the user asks about keyword rankings, historical ranking data, trend analysis, competitor keywords, app ratings, keyword opportunities, or ASO health metrics.

iamhenry
iamhenry
43

git-commits

Git commit workflow and message format. Use when making commits, asking about commit conventions, or after completing code changes. Enforces atomic commits with structured messages (type/scope/summary + what/why body).

iamhenry
iamhenry
43

five-whys

Root cause analysis for software bugs using the 5 Whys technique. Use when the user wants to find the underlying cause of a bug, error, or technical issue. Triggers include phrases like "why is this happening", "root cause", "debug this", or when investigating software problems.

iamhenry
iamhenry
43

tmux

Manage concurrent background processes using tmux. Use when spawning dev servers, running long-running tasks, monitoring multiple processes, or capturing output from background commands without blocking the main session.

iamhenry
iamhenry
43

gitinjest

Analyze GitHub repositories by converting to LLM-readable text. TRIGGER when user pastes github.com URL, asks "how does [library] work", or references external codebases. Supports public/private repos and subdirectories.

iamhenry
iamhenry
43

import-github-dirs

Import specific directories from external GitHub repos without cloning. Uses tarball extraction to pull only what you need. TRIGGER when user wants to copy files/folders from another repo.

iamhenry
iamhenry
43

napkin

|

iamhenry
iamhenry
43

osgrep

Semantic code search using natural language queries. Use when users ask "where is X implemented", "how does Y work", "find the logic for Z", or need to locate code by concept rather than exact text. Returns file paths with line numbers and code snippets.

iamhenry
iamhenry
43

react-grab

Setup and configure React Grab to let you click elements in your running app and send them directly to Claude Code for editing. Use when setting up React Grab, when the user wants to click UI elements to modify them, or mentions wanting visual element selection for development. Makes AI coding agents 66% faster.

iamhenry
iamhenry
43

react-patterns

React best practices and anti-patterns reference. Use when writing React components, reviewing code for anti-patterns, debugging useEffect issues, optimizing performance, or deciding between state vs derived values. Covers Effects, state design, component patterns, performance, and event handling.

iamhenry
iamhenry
43

shadcn

Add and manage shadcn/ui components via CLI. Use when installing new UI components, building forms with validation, creating modals/dialogs/sheets, adding navigation menus, setting up data tables or charts, or updating existing shadcn components.

iamhenry
iamhenry
43

shaping

Use this methodology when collaboratively shaping a solution with the user - iterating on problem definition (requirements) and solution options (shapes).

iamhenry
iamhenry
43

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.

iamhenry
iamhenry
43

evolving-workflow

Templates for building parallel AI agent workflows in MoonBit. Includes patterns for simple fan-out processing and multi-phase orchestration with automatic retry and validation.

moonbit-community
moonbit-community
41

codex-parallel-subagents

[DEPRECATED] Run multiple AI agent threads in parallel with bounded concurrency. Use evolving-workflow instead.

moonbit-community
moonbit-community
41

code-review

Comprehensive parallel code review using 5 specialized subagents: general, architectural, TypeScript, product/vision, and TDD/beads compliance

dot-do
dot-do
41

test-driven-development

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

dot-do
dot-do
41

development-loop

Complete development lifecycle: brainstorm → TDD planning → ralph implementation → review → feedback loop until approved

dot-do
dot-do
41

beads

Track work with beads issue tracker using TDD workflow. Create issues for RED (failing tests), GREEN (implementation), and REFACTOR phases.

dot-do
dot-do
41

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.

dot-do
dot-do
41

Page 293 of 420 · 20968 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.