85612 Skills Available

Find awesome
Agent Skills

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

Popular searches

homebrew-formula-maintenance

Homebrew formula maintenance workflows for Python CLIs and taps, including version bumps, SHA/resource updates, testing, audits, and releases.

bobmatnyc
bobmatnyc
5818

pr-quality-checklist

PR quality checklist for ensuring comprehensive, well-documented pull requests. Use before submitting PRs to improve review efficiency and code quality.

bobmatnyc
bobmatnyc
5818

software-patterns

Compare tradeoffs and recommend architectural patterns — dependency injection, service-oriented architecture, repository, domain events, circuit breaker, and anti-corruption layer. Use when choosing between design patterns, planning microservices boundaries, evaluating system design alternatives, or asking 'which pattern should I use' for a specific coupling or resilience problem.

bobmatnyc
bobmatnyc
5818

git-workflow

Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.

bobmatnyc
bobmatnyc
5818

git-worktrees

Use git worktrees for parallel development on multiple branches simultaneously

bobmatnyc
bobmatnyc
5818

stacked-prs

Create and manage stacked (dependent) pull requests for complex features

bobmatnyc
bobmatnyc
5818

database-migration

Safe patterns for evolving database schemas in production with decision trees and troubleshooting guidance.

bobmatnyc
bobmatnyc
5818

json-data-handling

Working effectively with JSON data structures.

bobmatnyc
bobmatnyc
5818

reporting-pipelines

Reporting pipelines for CSV/JSON/Markdown exports with timestamped outputs, summaries, and post-processing.

bobmatnyc
bobmatnyc
5818

sec-edgar-pipeline

SEC EDGAR extraction pipeline: setup, filing discovery by CIK, recipe-driven extraction, and report generation.

bobmatnyc
bobmatnyc
5818

xlsx

Working with Excel files programmatically.

bobmatnyc
bobmatnyc
5818

systematic-debugging

Step-by-step debugging workflow: reproduce the bug, isolate the failing component, trace to root cause, apply a targeted fix, and verify the fix resolves the issue without regressions. Use when you encounter a bug, error, exception, crash, or unexpected behavior that needs troubleshooting.

bobmatnyc
bobmatnyc
5818

verification-before-completion

Run verification commands and confirm output before claiming success

bobmatnyc
bobmatnyc
5818

env-manager

Environment variable validation, security scanning, and management for Next.js, Vite, React, and Node.js applications

bobmatnyc
bobmatnyc
5818

kubernetes

Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging

bobmatnyc
bobmatnyc
5818

terraform

Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails

bobmatnyc
bobmatnyc
5818

api-documentation

Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.

bobmatnyc
bobmatnyc
5818

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui)

bobmatnyc
bobmatnyc
5818

internal-comms

Framework for writing concise 3P (Progress, Plans, Problems) team updates for executives and stakeholders

bobmatnyc
bobmatnyc
5818

model-context-builder

MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing

bobmatnyc
bobmatnyc
5818

skill-creator

Guide for creating effective skills

bobmatnyc
bobmatnyc
5818

opentelemetry

OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting

bobmatnyc
bobmatnyc
5818

mpm-orchestration-demo

Reference implementation demonstrating the Command → Agent → Skill orchestration pattern in Claude MPM, showing both preloaded-skill and dynamic-skill-invocation styles

bobmatnyc
bobmatnyc
5818

code-production-process

Six-stage quality-gate pipeline for any code implementation task

bobmatnyc
bobmatnyc
5818

code-review-standards

Severity-tagged code review checklist (CRITICAL/HIGH/MEDIUM/LOW) used by code-critic agent

bobmatnyc
bobmatnyc
5818

code-quality-scoring

Vendor-neutral framework for scoring software health, estimating technical debt, assessing cloud readiness and open-source safety, and communicating quality to business stakeholders. Use when you need to quantify code health at the application or portfolio level rather than fix individual findings.

bobmatnyc
bobmatnyc
5818

security-scanning

CI security scanning: secrets, deps, SAST, triage, expiring exceptions

Claude MPM Team
Claude MPM Team
5818

threat-modeling

Threat modeling workflow for software systems: scope, data flow diagrams, STRIDE analysis, risk scoring, and turning mitigations into backlog and tests. Use when designing new features, reviewing architecture changes, handling sensitive data, or hardening auth/payment/multi-tenant flows.

bobmatnyc
bobmatnyc
5818

condition-based-waiting

Replace arbitrary timeouts with condition polling for reliable async tests

bobmatnyc
bobmatnyc
5818

test-driven-development

Comprehensive TDD patterns and practices for all programming languages, eliminating redundant testing guidance per agent.

bobmatnyc
bobmatnyc
5818

test-quality-inspector

Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation

bobmatnyc
bobmatnyc
5818

testing-anti-patterns

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples.

bobmatnyc
bobmatnyc
5818

webapp-testing

Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices

bobmatnyc
bobmatnyc
5818

bug-fix

Systematic workflow for verifying bug fixes to ensure quality and prevent regres...

bobmatnyc
bobmatnyc
5818

pre-merge

Comprehensive verification workflow before merging changes to production.

bobmatnyc
bobmatnyc
5818

screenshot

Visual verification workflow for UI changes to accelerate code review and catch ...

bobmatnyc
bobmatnyc
5818

api-design-patterns

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

bobmatnyc
bobmatnyc
5818

web-performance-optimization

Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques

bobmatnyc
bobmatnyc
5818

writing-plans

Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context

bobmatnyc
bobmatnyc
5818

react-hooks-composition

Advanced React hooks composition patterns - SWR integration, debounced search, memoized contexts, state machines, and performance optimization

bobmatnyc
bobmatnyc
5818

react-core

General React fundamentals - components and JSX, props and state, the core hooks (useState/useEffect/useRef/useMemo/useCallback/useContext), composition, conditional and list rendering, and controlled inputs. The canonical "depends on React" reference.

bobmatnyc
bobmatnyc
5818

react-advanced

Modern React 19 platform features and rendering architecture - the React Compiler (auto-memoization) and how it changes memoization guidance, concurrent rendering (useTransition/useDeferredValue/Suspense), the use() hook, Actions (useActionState/useOptimistic/useFormStatus), ref-as-prop and Context-as-provider changes, compound components, context selectors, error boundaries, portals, virtualization, code-splitting, and the RSC/'use client' boundary.

bobmatnyc
bobmatnyc
5818

nextjs

Next.js environment variable management with file precedence, variable types, and deployment configurations. Use when configuring Next.js applications, managing environment-specific settings, or deploying to Vercel/Railway/Heroku.

bobmatnyc
bobmatnyc
5818

vite

Vite lightning-fast build tool with instant HMR, ESM-first architecture, and zero-config setup for modern web development

bobmatnyc
bobmatnyc
5818

playwright

Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner

bobmatnyc
bobmatnyc
5818

jest

Jest with TypeScript - Industry standard testing framework with 70% market share, mature ecosystem, React Testing Library integration

bobmatnyc
bobmatnyc
5818

nodejs-backend

Node.js backend development with TypeScript, Express/Fastify servers, routing, middleware, and database integration

bobmatnyc
bobmatnyc
5818

prisma

Prisma ORM for TypeScript - Type-safe database toolkit with schema-first development, auto-generated client, migrations, relations, and Prisma Studio

bobmatnyc
bobmatnyc
5818

drizzle

Type-safe SQL ORM for TypeScript with zero runtime overhead

bobmatnyc
bobmatnyc
5818

trpc

tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety

bobmatnyc
bobmatnyc
5818

Page 750 of 1713 · 85612 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.