86244 Skills Available

Find awesome
Agent Skills

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

Popular searches

gasp-diagnostics

System diagnostics using GASP (General AI Specialized Process monitor). Use when user asks about Linux system performance, requests system checks, mentions GASP, asks to diagnose hosts, or says things like "check my system" or "what's wrong with [hostname]". Can actively fetch GASP metrics from hosts via HTTP or interpret provided JSON output.

aiskillstore
aiskillstore
23014

epub-chapter-extractor

Extract all chapters from an EPUB file into separate markdown files. Use when the user wants to split an EPUB into individual chapter files, extract EPUB chapters, or convert an ebook to separate markdown documents.

aiskillstore
aiskillstore
23014

validate-requirements

Validate that input meets prerequisites based on the user's saved standards for the project type. Use at the start of any quality pipeline to ensure the user has provided sufficient requirements.

aiskillstore
aiskillstore
23014

quality-verify

Verify the final deliverable meets all quality criteria before delivery. Use as the final validation step to ensure the output meets the user's quality standards across all 6 dimensions.

aiskillstore
aiskillstore
23014

quality-report-generate

Generate comprehensive quality report with metrics and verification. Produces final CHAPTER_XX_VERIFICATION.md and quality_metrics.json for deployment approval.

aiskillstore
aiskillstore
23014

pdf-page-extract

Extract rich data from PDF pages including text spans with metadata, rendered PNG images, and page mapping. Creates persistent artifacts for downstream processing.

aiskillstore
aiskillstore
23014

html-structure-validate

Validate HTML5 structure and basic syntax. BLOCKING quality gate - stops pipeline if validation fails. Ensures deterministic output quality.

aiskillstore
aiskillstore
23014

generate-output

Create the deliverable (code, documentation, tests, content) following the user's standards and best practices. Use after validation passes to actually build the work product.

aiskillstore
aiskillstore
23014

format-standardize

Standardize formatting and apply consistent style to the deliverable. Use after generation to ensure the output matches the user's formatting standards and conventions.

aiskillstore
aiskillstore
23014

draft-commit

Create a thoughtful, supportive commit message from your staged changes.

aiskillstore
aiskillstore
23014

commit-drafter

Automatically draft commit messages by analyzing git status and staged changes

aiskillstore
aiskillstore
23014

reviewdog

>

aiskillstore
aiskillstore
23014

code-analysis

Check if code is readable by non-developers - clear names, plain English comments, no jargon

aiskillstore
aiskillstore
23014

ascii-preview-generate

Use AI to create ASCII text-based preview of PDF page layout. Transforms visual and extracted data into structured ASCII representation for HTML generation.

aiskillstore
aiskillstore
23014

ai-visual-accuracy-check

Use AI to compare rendered HTML to original PDF page. AI makes contextual judgment about visual accuracy with explainable reasoning. BLOCKING quality gate - stops pipeline if score below 85%.

aiskillstore
aiskillstore
23014

ai-html-generate

Use AI to recreate PDF page as semantic HTML. Consumes three inputs (PNG image, parsed text, ASCII preview) for complete contextual understanding and accurate generation.

aiskillstore
aiskillstore
23014

ai-chapter-consolidate

Use AI to merge individual page HTML files into a unified chapter document. Creates continuous document format for improved reading experience and semantic consistency.

aiskillstore
aiskillstore
23014

ui-design-system

The Design System, Theme, and UX rules for the Physical AI Hub.

aiskillstore
aiskillstore
23014

robotics-subject-expert

Domain knowledge for Physical AI, ROS 2, and Humanoid Robotics.

aiskillstore
aiskillstore
23014

research-fact-checker

Assists authors in researching topics, verifying facts, and ensuring accuracy in their writing. Particularly useful for historical fiction, non-fiction, science fiction, and any genre requiring real-world accuracy. Use when the user needs help with research or fact-checking.

aiskillstore
aiskillstore
23014

rag-pipeline

Details on the Retrieval Augmented Generation pipeline, Ingestion, and Vector Search.

aiskillstore
aiskillstore
23014

project-architecture

Overview of the project's tech stack, directory structure, and architectural patterns.

aiskillstore
aiskillstore
23014

plot-consistency-checker

Analyzes narrative plot points, timelines, and story events to identify inconsistencies, plot holes, continuity errors, and pacing issues. Use when the user needs help ensuring their story remains logically consistent and well-paced.

aiskillstore
aiskillstore
23014

next-js-patterns

Best practices and patterns for Next.js App Router, Server Actions, and Routing in this project.

aiskillstore
aiskillstore
23014

grammar-style-enhancer

Analyzes prose for grammar errors, style inconsistencies, clarity issues, and readability problems. Provides specific suggestions for improvement while preserving the author's unique voice. Use when the user needs help polishing their writing, improving clarity, or maintaining consistent style.

aiskillstore
aiskillstore
23014

docusaurus-advanced

Deep dive into the Docusaurus configuration, plugins, and custom fields.

aiskillstore
aiskillstore
23014

devops-quality

Code quality standards, linting rules, and CI/CD principles.

aiskillstore
aiskillstore
23014

deployment-build

Knowledge of the Vercel deployment pipeline, hybrid build scripts, and environment configuration.

aiskillstore
aiskillstore
23014

database-orm

Interaction with NeonDB Postgres using Drizzle ORM.

aiskillstore
aiskillstore
23014

chatbot-implementation

Details of the RAG Chatbot, including UI and backend logic.

aiskillstore
aiskillstore
23014

character-development-assistant

Creates detailed character profiles including backstory, personality traits, motivations, relationships, and character arcs. Use when the user needs help developing compelling, multi-dimensional characters for their story.

aiskillstore
aiskillstore
23014

canonical-format-checker

This skill should be used when content teaches patterns (skills, subagents, ADRs, PHRs, specifications) that have canonical sources elsewhere. Prevents format drift by ensuring content references and follows the authoritative format from canonical sources. Use before implementing lessons that teach platform patterns, or when reviewing content for format consistency.

aiskillstore
aiskillstore
23014

browser-use

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.

aiskillstore
aiskillstore
23014

book-scaffolding

|

aiskillstore
aiskillstore
23014

assessment-builder

|

aiskillstore
aiskillstore
23014

ai-collaborate-teaching

|

aiskillstore
aiskillstore
23014

web-accessibility

Web accessibility compliance specialist. Use when conducting WCAG compliance

aiskillstore
aiskillstore
23014

route

Manually route a query to the optimal Claude model (Haiku/Sonnet/Opus)

aiskillstore
aiskillstore
23014

router-stats

Display Claude Router usage statistics and cost savings

aiskillstore
aiskillstore
23014

api-skill

Updated API skill

aiskillstore
aiskillstore
23014

learn-reset

Clear the knowledge base and start fresh

aiskillstore
aiskillstore
23014

learn

Extract and persist insights from the current conversation to the knowledge base

aiskillstore
aiskillstore
23014

learn-on

Enable continuous learning mode for automatic insight extraction

aiskillstore
aiskillstore
23014

develop

General principles for exploring, developing, editing, and refactoring code. Use for codebase analysis, implementation tasks, and code quality improvements.

aiskillstore
aiskillstore
23014

create-skill

Guide for creating new Agent Skills. Use this skill when you need to create a new skill.

aiskillstore
aiskillstore
23014

commit

Helps write conventional commit messages, create atomic commits, and follow git best practices. Use when the agent needs to help with git commits, commit message writing, or git workflow guidance.

aiskillstore
aiskillstore
23014

python-fastapi

Python FastAPI development with uv package manager, modular project structure, SQLAlchemy ORM, and production-ready patterns.

aiskillstore
aiskillstore
23014

pdf-processing

Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.

aiskillstore
aiskillstore
23014

skill-template

Template for production-grade DocEngineering skills

aiskillstore
aiskillstore
23014

browser-task-and-automation-and-delegation

【强制】所有浏览器操作必须使用本技能,禁止在主对话中直接使用 mcp__chrome-devtools 工具。触发关键词:打开/访问/浏览网页、点击/填写/提交表单、截图/快照、性能分析、自动化测试、数据采集/爬取、网络模拟。本技能通过 chrome-devtools-expert agent 执行浏览器操作,避免大量页面快照、截图、网络请求数据污染主对话上下文。

aiskillstore
aiskillstore
23014

Page 504 of 1725 · 86244 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.