84952 Skills Available

Find awesome
Agent Skills

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

Popular searches

circleci-config-generator

Generate CircleCI configuration files with workflows, orbs, and deployment. Triggers on "create circleci config", "generate circleci configuration", "circleci pipeline", "circle ci setup".

ehtbanton
ehtbanton
0

changesets-config-generator

Generate Changesets configuration for managing versioning and changelogs in monorepos. Triggers on "create changesets config", "generate changeset configuration", "changesets setup", "versioning config".

ehtbanton
ehtbanton
0

swiff-ios

Expert assistant for the Swiff iOS subscription and expense management application. Use when working on Swiff iOS features, architecture, SwiftUI/SwiftData development, widgets, notifications, subscriptions, expenses, group billing, security, accessibility, or performance optimization. Provides comprehensive knowledge of MVVM architecture, service layer patterns, and iOS best practices.

narenreddy2302
narenreddy2302
0

spacetimedb-cli

SpacetimeDB CLI reference for initializing projects, building modules, publishing databases, querying data, and managing servers

douglance
douglance
0

spacetimedb-typescript

Build TypeScript clients for SpacetimeDB. Use when connecting to SpacetimeDB from web apps, Node.js, Deno, Bun, or other JavaScript runtimes.

clockworklabs
clockworklabs
0

spacetimedb-rust

Develop SpacetimeDB server modules in Rust. Use when writing reducers, tables, or module logic.

clockworklabs
clockworklabs
0

spacetimedb-csharp

Build C# modules and Unity clients for SpacetimeDB. Covers server-side module development and client SDK integration.

clockworklabs
clockworklabs
0

spacetimedb-concepts

Understand SpacetimeDB architecture and core concepts. Use when learning SpacetimeDB or making architectural decisions.

clockworklabs
clockworklabs
0

skillcheck

LLM-powered security auditor for Claude Code skills. Analyzes skills for security risks before installation.

atbender
atbender
0

coco-cli

PCB design file analysis CLI (ODB++, Cadence .brd/.sip). Query layers/nets/components, measure feature distances, analyze net clearances, render PNG images.

Pentacube
Pentacube
0

Planning Production Docs

Creates comprehensive PRDs, tech specs, task breakdowns, testing plans, and production checklists with proper task sequencing and MCP testing integration. Use when planning new features, structuring development workflows, or creating project documentation. Use PROACTIVELY after requirements discussions.

amo-tech-ai
amo-tech-ai
0

Building Frontend Dashboards

Build responsive React dashboards with TypeScript, shadcn/ui, TanStack Query, and Supabase for event-studio. Use when user mentions dashboard, metrics, KPI cards, data tables, charts, analytics, admin panel, Recharts, event management UI, booking interface, financial overview, or asks to create pages with data visualization.

amo-tech-ai
amo-tech-ai
0

Documentation Architect

Generate comprehensive technical documentation from codebases. Use when creating system docs, architecture guides, API references, or onboarding materials. Use PROACTIVELY after major features, before releases, or when documentation is outdated.

amo-tech-ai
amo-tech-ai
0

Database Schema Analyzer

Analyze PostgreSQL/Supabase database schemas for design quality, security, performance, and best practices. Use when reviewing schemas, migrations, RLS policies, or when user mentions database design, indexing, or security issues.

amo-tech-ai
amo-tech-ai
0

Supabase React Best Practices

Comprehensive guide for building production-ready React applications with Supabase, TypeScript, and TanStack Query. Use when implementing auth, data fetching, real-time features, or optimizing Supabase integration.

amo-tech-ai
amo-tech-ai
0

Testing web apps with Playwright

Test EventOS web application end-to-end using Playwright browser automation via MCP. Use PROACTIVELY for smoke tests after deployments, validating user flows (booking, event creation, dashboard), debugging production issues, and verifying RLS policies. Supports accessibility-based interactions, network monitoring, and multi-browser testing.

amo-tech-ai
amo-tech-ai
0

shape-up-analysis

Analyze a Shape Up pitch document alongside a codebase to identify risks, rabbit holes, and unknowns. Produces comprehensive kickoff analysis with bet confidence rating. Use when asked to "analyze this pitch", "review Shape Up pitch", "kickoff analysis", "identify risks in this pitch", "what are the rabbit holes", "assess this bet", "prepare project kickoff", "evaluate this pitch", or when starting a new Shape Up cycle and need to understand scope vs codebase reality.

tachun
tachun
0

project-task-migrations

Manage project state using append-only, time-based Markdown files under /project/. Use when managing multi-epic projects, tracking decisions over time, maintaining audit trails, coordinating distributed teams, or requiring rollback visibility. Forces context loading, explicit confirmation gates, and immutable history preservation.

lucascmelo
lucascmelo
0

react-state-driven-ui

Create React UI as a projection of explicit state transitions using reducer + events. Use when building multi-step forms, async operations, cross-component state, navigation integration, real-time updates, or complex validation. Eliminates timing-dependent bugs through explicit state transitions and isolated side effects.

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

lucascmelo
lucascmelo
0

atomirx

Guide for atomirx reactive state management. Use for atom, derived, effect, select, pool, define(), ready(), React hooks (useSelector, rx, useAction, useStable), and debugging reactive flows.

linq2js
linq2js
0

yargs-patterns

Advanced yargs patterns for Node.js CLI argument parsing with subcommands, options, middleware, and validation

vanman2024
vanman2024
0

argparse-patterns

Standard library Python argparse examples with subparsers, choices, actions, and nested command patterns. Use when building Python CLIs without external dependencies, implementing argument parsing, creating subcommands, or when user mentions argparse, standard library CLI, subparsers, argument validation, or nested commands.

vanman2024
vanman2024
0

clap-patterns

Modern type-safe Rust CLI patterns with Clap derive macros, Parser trait, Subcommand enums, validation, and value parsers. Use when building CLI applications, creating Clap commands, implementing type-safe Rust CLIs, or when user mentions Clap, CLI patterns, Rust command-line, derive macros, Parser trait, Subcommands, or command-line interfaces.

vanman2024
vanman2024
0

cli-patterns

Lightweight Go CLI patterns using urfave/cli. Use when building CLI tools, creating commands with flags, implementing subcommands, adding before/after hooks, organizing command categories, or when user mentions Go CLI, urfave/cli, cobra alternatives, CLI flags, CLI categories.

vanman2024
vanman2024
0

cli-testing-patterns

CLI testing strategies and patterns for Node.js (Jest) and Python (pytest, Click.testing.CliRunner). Use when writing tests for CLI tools, testing command execution, validating exit codes, testing output, implementing CLI test suites, or when user mentions CLI testing, Jest CLI tests, pytest CLI, Click.testing.CliRunner, command testing, or exit code validation.

vanman2024
vanman2024
0

click-patterns

Click framework examples and templates - decorators, nested commands, parameter validation. Use when building Python CLI with Click, implementing command groups, adding CLI options/arguments, validating CLI parameters, creating nested subcommands, or when user mentions Click framework, @click decorators, command-line interface.

vanman2024
vanman2024
0

cobra-patterns

Production-ready Cobra CLI patterns including command structure, flags (local and persistent), nested commands, PreRun/PostRun hooks, argument validation, and initialization patterns used by kubectl and hugo. Use when building Go CLIs, implementing Cobra commands, creating nested command structures, managing flags, validating arguments, or when user mentions Cobra, CLI development, command-line tools, kubectl patterns, or Go CLI frameworks.

vanman2024
vanman2024
0

Commander.js Patterns

Commander.js CLI framework patterns including Command class, options, arguments, nested subcommands, and Option class usage. Use when building Node.js CLIs, implementing Commander.js commands, creating TypeScript CLI tools, adding command options/arguments, or when user mentions Commander.js, CLI commands, command options, or nested subcommands.

vanman2024
vanman2024
0

fire-patterns

Auto-generated CLI patterns using Google Fire with class-based structure, docstring parsing, and nested classes. Use when building Python CLI applications, creating Fire CLIs, implementing auto-generated commands, designing class-based CLIs, or when user mentions Fire, Google Fire, CLI generation, docstring commands, nested command groups, or Python command-line tools.

vanman2024
vanman2024
0

gluegun-patterns

Gluegun CLI toolkit patterns for TypeScript-powered command-line apps. Use when building CLI tools, creating command structures, implementing template systems, filesystem operations, HTTP utilities, prompts, or plugin architectures with Gluegun.

vanman2024
vanman2024
0

inquirer-patterns

Interactive prompt patterns for CLI tools with text, list, checkbox, password, autocomplete, and conditional questions. Use when building CLIs with user input, creating interactive prompts, implementing questionnaires, or when user mentions inquirer, prompts, interactive input, CLI questions, user prompts.

vanman2024
vanman2024
0

oclif-patterns

Enterprise CLI patterns using oclif framework with TypeScript. Use when building oclif CLIs, creating plugins, implementing commands with flags/args, adding auto-documentation, testing CLI commands, or when user mentions oclif, enterprise CLI, TypeScript CLI, plugin system, or CLI testing.

vanman2024
vanman2024
0

typer-patterns

Modern type-safe Typer CLI patterns with type hints, Enums, and sub-apps. Use when building CLI applications, creating Typer commands, implementing type-safe CLIs, or when user mentions Typer, CLI patterns, type hints, Enums, sub-apps, or command-line interfaces.

vanman2024
vanman2024
0

remotion-spline

Smooth spline path animations for Remotion compositions — linear and Catmull-Rom splines with SVG path generation

oren-hollander
oren-hollander
0

explaining-code

Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"

odewahn
odewahn
0

ddia-streaming-with-kinesis

Interactive modular learning guide for stream processing concepts from DDIA Chapter 11. Use when the user wants to learn about stream processing, messaging systems, event-driven architectures, Kafka, or needs help with the DDIA Chapter 11 curriculum. Provides 15 bite-sized modules (~45 min each) with flexible prerequisites, hands-on AWS Kinesis examples, progress tracking, and Socratic teaching. Topics include streams vs batch, messaging patterns, partitioned logs, databases & streams, and stream processing fundamentals.

odewahn
odewahn
0

ai-engineering-skill

Practical guide for building production ML systems based on Chip Huyen's AI Engineering book. Use when users ask about model evaluation, deployment strategies, monitoring, data pipelines, feature engineering, cost optimization, or MLOps. Covers metrics, A/B testing, serving patterns, drift detection, and production best practices.

odewahn
odewahn
0

searxng-api

Use when you need to call SearXNG's Search API to run web searches, filter results (engine/category/language/time), paginate, and consume JSON output.

iails01
iails01
0

moltbook-patrol

Moltbook 巡检与 verification challenge(AI verification challenge)处理脚本(单文件)+ 官方文档离线参考索引。用于运行巡检并输出结构化 JSON(type/action/details),以及在需要时提交 challenge 答案(POST /api/v1/verify)。当需要完整规则/限流/DM 流程时,读取本技能 references/ 下的官方文档存档。

iails01
iails01
0

jina-reader

Fetch and read web pages as Markdown via Jina Reader (https://r.jina.ai/). Use when you need the readable content of a URL (articles, docs, blog posts) without a browser/JS, or when you want a quick plain-text/markdown snapshot for summarization, quoting, or extraction.

iails01
iails01
0

nestjs

NestJS module architecture, dependency injection, guards, interceptors, and DTO validation

yldgio
yldgio
0

github-actions

GitHub Actions workflow security, performance optimization, and best practices

yldgio
yldgio
0

fastapi

FastAPI endpoint design, Pydantic validation, dependency injection, and async patterns

yldgio
yldgio
0

dotnet

ASP.NET Core patterns, dependency injection, middleware, async/await, and security

yldgio
yldgio
0

docker

Dockerfile best practices, security hardening, multi-stage builds, and image optimization

yldgio
yldgio
0

bicep

Azure Bicep IaC patterns, parameterization, security, and modular design

yldgio
yldgio
0

azure-devops

Azure DevOps pipeline security, YAML structure, variable management, and deployment patterns

yldgio
yldgio
0

angular

Angular component architecture, RxJS patterns, change detection, and module organization

yldgio
yldgio
0

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

vercel
vercel
0

Page 1562 of 1700 · 84952 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.