74334 Skills Available

Find awesome
Agent Skills

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

Popular searches

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Go (MCP SDK).

direktly
direktly
0

Supabase Database & Auth

Database operations, authentication, and real-time subscriptions via Supabase MCP

saanjaypatil78
saanjaypatil78
01

Vercel Deployment & CDN

Deploy frontend, manage CDN caching, and automate deployments via Vercel MCP

saanjaypatil78
saanjaypatil78
01

z.ai Expert Consultation

Leverage z.ai team of experts for domain-specific questions about trading, finance, engineering, and security

saanjaypatil78
saanjaypatil78
01

orderflow-analysis

Skill for detecting institutional order flow patterns (absorption, exhaustion, imbalance, sweep) from L2 market depth and trade data.

saanjaypatil78
saanjaypatil78
01

signal-aggregation

Skill for aggregating signals from orderflow, scanner, and AI brain into unified trade recommendations.

saanjaypatil78
saanjaypatil78
01

execute-trade

Skill for executing confirmed trades with pre-flight checks, confirmation mesh validation, and post-execution logging.

saanjaypatil78
saanjaypatil78
01

roblox-ts

Write Roblox games in TypeScript. Use for roblox-ts setup, configuration, type-safe Roblox API usage, project structure, package management, compiling TypeScript to Luau, debugging, and working with roblox-ts packages and best practices.

stephenshorton
stephenshorton
0

flamework-roblox-ts

Build Roblox games with Flamework, a TypeScript framework. Use when creating services, controllers, components, networking (RemoteEvents/RemoteFunctions), dependency injection, lifecycle events, or working with Flamework decorators, macros, and configuration.

stephenshorton
stephenshorton
0

olakai-reports

>

olakai
olakai
0

olakai-get-started

>

olakai
olakai
0

olakai-integrate

>

olakai
olakai
0

olakai-new-project

>

olakai
olakai
0

olakai-planning

>

olakai
olakai
0

olakai-troubleshoot

>

olakai
olakai
0

wcag-audit-operable-keyboard-focus

Validate logical keyboard navigation order for interface elements

jkense
jkense
0

wcag-audit-perceivable-text-size

Convert between px, pt, em, rem units with accessibility context

jkense
jkense
0

wcag-audit-perceivable-text

Route typography accessibility design decisions and requirements

jkense
jkense
0

wcag-audit-perceivable-media-deep

Audio and video accessibility rules for multimedia content design

jkense
jkense
0

wcag-audit-operable-motion-deep

Animation and movement accessibility rules for dynamic interface elements

jkense
jkense
0

wcag-audit-operable-keyboard

Route user interaction and control accessibility design patterns

jkense
jkense
0

wcag-audit-operable-motion

Route animation and movement accessibility design considerations

jkense
jkense
0

wcag-audit-perceivable-layout-deep

Page structure and spatial organization accessibility design patterns

jkense
jkense
0

wcag-audit-perceivable-layout

Route page structure and spatial organization accessibility requirements

jkense
jkense
0

wcag-audit-operable-motion-test

Test animations for motion sensitivity compliance and reduced motion preferences

jkense
jkense
0

wcag-audit-perceivable-color-contrast

Calculate WCAG contrast ratios for text and non-text elements

jkense
jkense
0

wcag-audit-understandable-forms-deep

Form design accessibility rules for user input and data collection

jkense
jkense
0

wcag-audit-perceivable-color

Route color usage and visual distinction accessibility requirements

jkense
jkense
0

wcag-audit-understandable-forms

Route form input and data collection accessibility requirements

jkense
jkense
0

wcag-audit-perceivable-media

Route audio, video, and multimedia accessibility requirements

jkense
jkense
0

wcag-audit-perceivable-text-deep

Comprehensive typography accessibility rules for text design and readability

jkense
jkense
0

wcag-audit-perceivable-color-blindness

Simulate how colors appear to users with different types of color blindness

jkense
jkense
0

wcag-audit-operable-target-size

Validate touch target sizes meet 44x44px minimum requirement

jkense
jkense
0

wanx-img

Generate or edit images using WanX (Alibaba's text-to-image model)

mebusw
mebusw
0

rockets-runtime-diagnostics

Diagnose common Rockets SDK startup/build/security wiring issues with executable checks and fix-ready output. Use when an app fails to boot, build, or enforce ACL as expected.

btwld
btwld
0

rockets-access-control

This skill should be used when adding ACL to an existing module, modifying role-based access rules, debugging 403 errors, configuring ownership checks, or writing Access Query Services manually. For new modules, use rockets-crud-generator with ACL config instead — it generates all ACL wiring automatically.

btwld
btwld
0

rockets-business-logic

This skill should be used when implementing business logic beyond standard CRUD — state machines, approval workflows, event-driven automation, notifications, file uploads, external API integration, or cross-entity orchestration. Use after CRUD modules are generated. Also covers the foundational rule that application services must inject model services, never repositories.

btwld
btwld
0

rockets-crud-generator

This skill should be used when the user asks to generate a CRUD module, create a new entity, scaffold a domain object, add a new resource with endpoints, or create a junction table. Generates complete Rockets SDK modules including TypeORM entities, NestJS modules, controllers, services, DTOs, interfaces, and ACL wiring using generate.js, integrate.js, and validate.js scripts.

btwld
btwld
0

rockets-orchestrator

This skill should be used when generating an entire Rockets SDK project from a spec, bootstrapping multiple entities at once, or when the user has a plan.json file. Orchestrates wave-based generation with dependency ordering and validation gates. Works sequentially by default; supports Agent Teams for parallel execution. Requires rockets-crud-generator.

btwld
btwld
0

rockets-project-bootstrap

This skill should be used when starting a new Rockets SDK project, setting up a fresh API, or initializing from the rockets-starter template. Automates clone, env setup, dependency install, and build/test verification.

btwld
btwld
0

build-python-dockerfiles

Build production-ready Dockerfiles for Python projects that use uv. Use when creating or refactoring Dockerfiles for reproducible installs, cache-efficient builds, bytecode compilation, small runtime images, and non-root execution. Follows the production patterns from Hynek Schlawack's article "Production-ready Python Docker Containers with uv" while staying flexible about base images and app type. Supports packaged and unpackaged applications, including web apps, workers, and CLI services. Triggers on requests like "write a Dockerfile for this Python project", "optimize this uv Dockerfile", "containerize this FastAPI/Django/Flask app", "containerize this worker", or "split this into build and runtime stages".

baggiponte
baggiponte
0

context7

Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 CLI using `bunx ctx7`. Use this whenever you need current docs, API references, code examples, migration details, or verification for a library or framework instead of relying on training data. Triggers on requests like "look up the docs for X", "find the latest API for Y", "show me examples from the docs", "check the current React/Next.js/FastAPI docs", or "verify this library usage against current documentation".

baggiponte
baggiponte
0

project-status-report

Create and update structured project status reports from meetings, messages, documents, or notes. Use when users need to extract status updates into markdown reports with summary, problems, risks, and actions sections, consolidate multiple team reports, update existing reports maintaining reverse chronological order, save/modify reports in Obsidian vault, or mention terms like "status report", "project update", "sync", "war room", "team report", or "weekly update".

Diego Eis
Diego Eis
0

mlwcli

>

goofansu
goofansu
0

replicate-integration

Integrate Replicate API for AI model deployment. Use when generating images with Flux, SDXL, or custom LoRA models via Replicate.

guaderrama
guaderrama
0

nextjs-16-complete-guide

Complete guide to Next.js 16 features, breaking changes, and migration from v15. Use when building new Next.js projects or upgrading existing ones to leverage Turbopack, Cache Components, and latest performance optimizations.

guaderrama
guaderrama
0

nano-banana-image-combine

Combine multiple images using Gemini 2.5 Flash (Nano Banana) via OpenRouter. Use when merging 2-8 images with AI-guided composition.

guaderrama
guaderrama
0

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

guaderrama
guaderrama
0

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.

guaderrama
guaderrama
0

agent-builder-vercel-sdk

Build conversational AI agents using Vercel AI SDK + OpenRouter. Use when creating Next.js frontends with streaming UI, tool calling, and multi-provider support.

guaderrama
guaderrama
0

Page 1399 of 1487 · 74334 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.