86263 Skills Available

Find awesome
Agent Skills

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

Popular searches

docs:update-docs

Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.

neolabhq
neolabhq
71860

ddd:setup-code-formating

Sets up code formatting rules and style guidelines in CLAUDE.md

neolabhq
neolabhq
71860

customaize-agent:thought-based-reasoning

Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts, Least-to-Most, ReAct, PAL, Reflexion) with templates, decision matrices, and research-backed patterns

neolabhq
neolabhq
71860

git:attach-review-to-pr

Add line-specific review comments to pull requests using GitHub CLI API

neolabhq
neolabhq
71860

git:commit

Create well-formatted commits with conventional commit messages and emoji

neolabhq
neolabhq
71860

customaize-agent:create-workflow-command

Create a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts

neolabhq
neolabhq
71860

customaize-agent:apply-anthropic-skill-best-practices

Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure

neolabhq
neolabhq
71860

customaize-agent:prompt-engineering

Use this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.

neolabhq
neolabhq
71860

customaize-agent:create-skill

Guide for creating effective skills. This command 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. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

neolabhq
neolabhq
71860

customaize-agent:agent-evaluation

Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality.

neolabhq
neolabhq
71860

sdd:implement

Implement a task with automated LLM-as-Judge verification for critical steps

neolabhq
neolabhq
71860

sdd:plan

Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task

neolabhq
neolabhq
71860

tdd:fix-tests

Systematically fix all failing tests after business logic changes or refactoring

neolabhq
neolabhq
71860

tdd:test-driven-development

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

neolabhq
neolabhq
71860

tdd:write-tests

Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.

neolabhq
neolabhq
71860

tech-stack:add-typescript-best-practices

Setup TypeScript best practices and code style rules in CLAUDE.md

neolabhq
neolabhq
71860

customaize-agent:create-rule

Use when found gap or repetative issue, that produced by you or implemenataion agent. Esentially use it each time when you say "You absolutly right, I should have done it differently." -> need create rule for this issue so it not appears again.

neolabhq
neolabhq
71860

code-review:review-pr

Comprehensive pull request review using specialized agents

neolabhq
neolabhq
71860

customaize-agent:create-hook

Create and configure git hooks with intelligent project analysis, suggestions, and automated testing

neolabhq
neolabhq
71860

customaize-agent:create-agent

Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns

neolabhq
neolabhq
71860

customaize-agent:test-skill

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

neolabhq
neolabhq
71860

customaize-agent:test-prompt

Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing

neolabhq
neolabhq
71860

code-review:review-local-changes

Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions

neolabhq
neolabhq
71860

customaize-agent:context-engineering

Understand the components, mechanics, and constraints of context in agent systems. Use when writing, editing, or optimizing commands, skills, or sub-agents prompts.

neolabhq
neolabhq
71860

customaize-agent:create-command

Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration

neolabhq
neolabhq
71860

kool-cli

Docker development environment CLI. Use for managing containers (start/stop/restart), executing commands in services, viewing logs, and running project scripts from kool.yml.

kool-dev
kool-dev
71652

tdd

Test-Driven Development workflow with RED-GREEN-REFACTOR, lore from Kent Beck, Michael Feathers, and Ousterhout's counterpoint

joelhooks
joelhooks
71463

always-on-guidance

|

joelhooks
joelhooks
71463

gh-issue-triage

GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.

joelhooks
joelhooks
71463

release

|

joelhooks
joelhooks
71463

publish-package-cicd

CI/CD publishing workflow for npm packages using Changesets + npm Trusted Publishers (OIDC). Use when setting up automated npm publishing for monorepos, configuring GitHub Actions for releases, troubleshooting workspace:* protocol resolution issues, fixing "Cannot find module" errors in published packages, or debugging npm OIDC authentication. Covers Bun + Turborepo + Changesets + npm Trusted Publishers with workspace protocol resolution.

joelhooks
joelhooks
71463

pr-triage

Context-efficient PR comment triage. Evaluate, decide, act. Fix important issues, resolve the rest silently.

joelhooks
joelhooks
71463

openclaw-messaging

Send messages, system events, and agent notifications through the openclaw CLI. Use when an agent needs to notify a user (Telegram, Slack, Discord), trigger another agent, broadcast updates, send system events, or coordinate agent-to-agent communication via swarmmail. Covers all three messaging layers - external channels, agent invocation, and internal swarmmail.

joelhooks
joelhooks
71463

timeout-test

Use when timing out

joelhooks
joelhooks
71463

swarm-coordination

|

joelhooks
joelhooks
71463

testing-patterns

Patterns for testing code effectively. Use when breaking dependencies for testability, adding tests to existing code, understanding unfamiliar code through characterization tests, or deciding how to structure tests. Covers seams, dependency injection, test doubles, and safe refactoring techniques from Michael Feathers.

joelhooks
joelhooks
71463

system-design

Principles for building reusable coding systems. Use when designing modules, APIs, CLIs, or any code meant to be used by others. Based on "A Philosophy of Software Design" by John Ousterhout. Covers deep modules, complexity management, and design red flags.

joelhooks
joelhooks
71463

skill-generator

Meta-skill for generating new skills with proper format and structure. Use when creating new skills for the swarm system or when agents need to generate skill scaffolds. Ensures skills follow conventions (frontmatter format, directory structure, bundled resources).

joelhooks
joelhooks
71463

queue

Guide for job queue patterns in multi-agent coordination. Use when deciding between background jobs vs inline execution, submitting long-running tasks, monitoring job progress, and handling failures. Covers when to queue, job priority, retry strategies, and monitoring patterns.

joelhooks
joelhooks
71463

learning-systems

Implicit feedback scoring, confidence decay, and anti-pattern detection. Use when understanding how the swarm plugin learns from outcomes, implementing learning loops, or debugging why patterns are being promoted or deprecated. Unique to opencode-swarm-plugin.

joelhooks
joelhooks
71463

cli-builder

Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.

joelhooks
joelhooks
71463

skill-creator

Guide for creating effective agent skills. Use when you want to create a new skill, improve an existing skill, or learn best practices for skill development. Helps codify learned patterns into reusable, discoverable skills.

joelhooks
joelhooks
71463

hive-workflow

Issue tracking and task management using the hive system. Use when creating, updating, or managing work items. Use when you need to track bugs, features, tasks, or epics. Do NOT use for simple one-off questions or explorations.

joelhooks
joelhooks
71463

swarm-cli

|

joelhooks
joelhooks
71463

ralph-supervisor

|

joelhooks
joelhooks
71463

ralph-supervisor

|

joelhooks
joelhooks
71363

swarm-coordination

|

joelhooks
joelhooks
71363

openclaw-messaging

Send messages, system events, and agent notifications through the openclaw CLI. Use when an agent needs to notify a user (Telegram, Slack, Discord), trigger another agent, broadcast updates, send system events, or coordinate agent-to-agent communication via swarmmail. Covers all three messaging layers - external channels, agent invocation, and internal swarmmail.

joelhooks
joelhooks
71363

always-on-guidance

|

joelhooks
joelhooks
71363

tdd

Test-Driven Development workflow with RED-GREEN-REFACTOR, lore from Kent Beck, Michael Feathers, and Ousterhout's counterpoint

joelhooks
joelhooks
71363

Page 355 of 1726 · 86263 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.