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

agent:multi

Multi-Agent Design - designs multi-agent systems with supervisor patterns, control flow, A2A protocol, and workflow composition

ikatsuba
ikatsuba
0

agent:prompt

Prompt Engineering - guides through model selection, prompt writing, few-shot examples, and production prompt optimization

ikatsuba
ikatsuba
0

agent:rag

RAG Pipeline Design - guides through chunking, embedding, vector store selection, retrieval tuning, and RAG alternatives

ikatsuba
ikatsuba
0

agent:review

Agent Pattern Review - validates an AI agent against all 22 patterns from "Patterns for Building AI Agents" with a scored checklist and recommendations

ikatsuba
ikatsuba
0

agent:secure

Agent Security Audit - analyzes agent for lethal trifecta, sandboxing, access control, and guardrails

ikatsuba
ikatsuba
0

agent:tools

Tool Design - guides through agent tool architecture, MCP integration, third-party tool selection, and tool schema design

ikatsuba
ikatsuba
0

agent:workflow

Workflow Design - designs graph-based agent workflows with branching, chaining, suspend/resume, streaming, and observability

ikatsuba
ikatsuba
0

agent:eval

Agent Evaluation System - designs failure modes, metrics, eval test suites, SME labeling, and production data evaluation pipelines

ikatsuba
ikatsuba
0

agent:design

Design AI Agent - comprehensive agent system design that orchestrates research sub-agents across all areas and produces a unified design document

ikatsuba
ikatsuba
0

agent:context

Context Engineering - designs agent context strategy covering parallelization, context sharing, failure modes, compression, and error feedback

ikatsuba
ikatsuba
0

dev:create-skill

Create New Skill - scaffolds a skill definition following Claude Code conventions and this repository's patterns. Use when adding a new skill.

ikatsuba
ikatsuba
0

git:amend

Amend Commit - modifies the last commit with staged changes or new message

ikatsuba
ikatsuba
0

project:init

Project Init - defines the overall system goals, stakeholders, constraints, and shared architectural decisions. Use when starting a new multi-spec project.

ikatsuba
ikatsuba
0

spec:status

Spec Status - displays pipeline progress dashboard for a single specification showing document statuses, blockers, and next action.

ikatsuba
ikatsuba
0

project:plan

Project Plan - breaks the vision into individual specs with dependencies, execution order, and shared interfaces. Use when decomposing a project into features.

ikatsuba
ikatsuba
0

spec:review

Review Specification - validates documents for completeness, quality, and consistency against the codebase. Use when checking spec quality at any pipeline stage.

ikatsuba
ikatsuba
0

agent:memory

Memory Architecture - designs agent memory strategy with working memory, hierarchical recall, memory processors, and context management

ikatsuba
ikatsuba
0

spec:requirements

Requirements Analysis - gathers requirements through structured questions and produces a requirements document with testable acceptance criteria. Use when starting a new feature spec or documenting requirements.

ikatsuba
ikatsuba
0

spec:implement

Implement Tasks - executes tasks from the tasks document using subagents. Use when ready to start coding a feature.

ikatsuba
ikatsuba
0

spec:design

Technical Design - generates architecture diagrams, interfaces, and data flow based on requirements and chosen research solutions. Use when designing how a feature will be built.

ikatsuba
ikatsuba
0

project:status

Project Status - dashboard showing progress across all specs with dependency tracking and next action suggestions.

ikatsuba
ikatsuba
0

spec:approve

Approve Document - promotes a spec document to APPROVED status, unblocking downstream pipeline skills. Use when ready to advance the pipeline.

ikatsuba
ikatsuba
0

review:diff

Diff Review - analyzes code changes and provides structured feedback before commit

ikatsuba
ikatsuba
0

justfile

Use when writing Justfiles to understand the latest syntax, features, and best practices

iloveitaly
iloveitaly
0

pfp-animate

Generate animated videos from static profile pictures using AI. Use when users want to animate images, create PFP videos, make meme videos, or turn portraits into short clips. Supports video with generated audio, lip-sync to existing audio, and precise keyframe control.

velinussage
velinussage
0

uxui-evaluator

Evaluate interface descriptions against 168 research-backed UX/UI principles. Returns structured findings with severity, remediation, and business impact. API key optional — enriched output requires uxuiprinciples.com API Access.

uxuiprinciples
uxuiprinciples
0

interface-auditor

Detect UX antipatterns (smells) in interface descriptions using the uxuiprinciples smell taxonomy. Returns structured findings with matched symptoms, severity, and step-by-step remediation recipes. API key optional — full remediation recipes require uxuiprinciples.com API Access.

uxuiprinciples
uxuiprinciples
0

flow-checker

Run preflight and postflight checklists against UX flows before you design and before you ship. Covers onboarding, forms, pricing, dashboards, and empty states. Returns structured findings with severity and smell linkage. Requires uxuiprinciples.com API Access (pro tier).

uxuiprinciples
uxuiprinciples
0

ai-interface-reviewer

Audit AI-powered interfaces against the uxuiprinciples Part V taxonomy — 44 principles covering transparency, trust calibration, human override, consent, agentic workflows, and conversational design. Returns structured findings with severity and remediation. API key optional — enriched output requires uxuiprinciples.com API Access.

uxuiprinciples
uxuiprinciples
0

vibe-coding-advisor

Inject UX principle context into your AI coding session before generating components. Maps component types (forms, tables, dashboards, navigation, checkout, etc.) to relevant UX principles, fetches their vibeCodingPrompts, and returns an assembled context block ready to paste into Cursor, Claude Code, Windsurf, or any AI coding tool. API key optional — enriched prompts with research citations require uxuiprinciples.com API Access.

uxuiprinciples
uxuiprinciples
0

slidev-ppt

使用 Slidev 快速创建专业演示文稿的技能。支持多种预设主题(商务、技术、创意、极简)、自动生成大纲、启动开发服务器预览、导出 PDF/PPTX。当用户需要:1) 创建 PPT 演示文稿;2) 使用 Markdown 制作幻灯片;3) 技术分享或产品发布;4) 导出演示文稿为 PDF 或其他格式时使用此技能。

yulong-me
yulong-me
0

daily-news-summarizer

自动总结多个新闻网站的当日要闻,使用浏览器自动化访问和读取新闻内容。适用于:用户请求"总结今天的新闻"、"获取今日要闻"、"生成新闻摘要"等任务;或用户询问"今天有什么重要新闻?"、"帮我看看新闻网站今天的头条"等问题。支持中文新闻网站(新浪、网易、腾讯等)和国际新闻网站(BBC、Reuters等),生成详细的Markdown格式摘要报告。

yulong-me
yulong-me
0

codebase-understanding

自底向上分析代码库并生成层级化 README.md 文档树。从叶子目录开始分析,为每个目录生成包含文件、类、函数一句话描述的 README.md,逐层向上汇总形成完整的代码库文档体系。支持状态持久化和断点续传,适用于理解新项目、生成技术文档、分析代码结构等场景。当用户需要理解代码库结构、分析功能实现、生成代码文档时使用此技能。

yulong-me
yulong-me
0

ai-code-reviewer

Automated AI-powered code review that runs on git hooks with progressive disclosure design. Use when setting up automated code review for a project, installing git hooks for code review, creating or modifying review rules, or configuring review behavior. Triggers on requests like "set up AI code review", "install review hooks", "create review rules", or "configure code reviewer".

yulong-me
yulong-me
0

agent-speak

Speak messages aloud using the published agent-speak CLI via npx. It uses ElevenLabs when configured and falls back to macOS say when available.

kaizhi
kaizhi
0

wagmi

React hooks for Ethereum and EVM blockchain interactions using Wagmi v3. Use when building React or Next.js apps with wallet connections, contract reads/writes, or blockchain state. Triggers on useAccount, useConnect, useContractRead, useContractWrite, WagmiProvider, ConnectKit, RainbowKit, or any React blockchain hooks. Do NOT use for Node scripts or non-React code (use viem skill instead).

0xsardius
0xsardius
0

viem

TypeScript patterns for low-level EVM blockchain interactions using Viem. Use when writing Node scripts, CLI tools, or backend services that read/write to Ethereum or EVM chains. Triggers on contract interactions, wallet operations, transaction signing, event watching, ABI encoding, or any non-React blockchain TypeScript code. Do NOT use for React/Next.js apps with hooks (use wagmi skill instead).

0xsardius
0xsardius
0

terraform-aws-annotated-reference

単一のTerraform AWSリソースに対する全プロパティ解説付きリファレンステンプレートを生成する。ユーザーがリソース名(例:aws_s3_bucket, aws_lambda_function)を指定すると、Providerスキーマに基づいた正確な属性一覧とAWS公式ドキュメントに基づく解説を含むテンプレートを出力する。「aws_xxxのテンプレートを作成して」「aws_xxxの全プロパティを教えて」などのリクエストで使用。

donngi
donngi
0

skill-converter

スキルを各AI Agent固有のフォーマットに変換する。「スキルを変換」「convert skill」などと言われたときに使用する

donngi
donngi
0

commit

コミット規約に沿ったコミットを作成する(変更の分類・分割も自動判断)。ユーザーが「コミットして」「変更をコミット」「/commit」などと言った場合に使用。Conventional Commitsを基本とした規約に従い、適切なtype/scope/subjectを自動生成。複数の論理単位に分割すべき変更は自動判断して複数コミットに分割する。

donngi
donngi
0

terraform-aws-annotated-blueprint

全プロパティに詳細な解説が付いたTerraform AWSテンプレートを作成する。ユーザーが「/terraform-annotated-aws-blueprint」コマンドで構築したいインフラの概要を入力すると、Terraform Providerスキーマに基づいた正確な属性一覧と、AWS公式ドキュメントに基づく解説を含むテンプレートを生成する。

donngi
donngi
0

linus-tech-review

Linus Torvalds 风格的技术方案评估与代码评审。仅在用户明确要求 Linus 式 review 或明确要求严苛评估代码改动/技术方案时使用(如"review 改动/代码""评估方案是否合适""检查提交标准""linus-tech-review")。

dbvc
dbvc
01

open-source-commit-pr

Generate English commit messages and PR descriptions for public or open-source repositories. Use when the user asks to write, rewrite, or review a commit message or PR body for staged changes, working tree diffs, a specific patch, or a recent commit. Base the output on the final diff and changed files, not on conversational history, abandoned approaches, or internal company process details.

dbvc
dbvc
01

commit-pr-contract

|

dbvc
dbvc
01

threejs-interaction

Three.js interaction - raycasting, controls, mouse/touch input, object selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.

toilahuongg
toilahuongg
0

threejs-geometry

Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.

toilahuongg
toilahuongg
0

threejs-fundamentals

Three.js scene setup, cameras, renderer, Object3D hierarchy, coordinate systems. Use when setting up 3D scenes, creating cameras, configuring renderers, managing object hierarchies, or working with transforms.

toilahuongg
toilahuongg
0

threejs-animation

Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating procedural motion, or blending animations.

toilahuongg
toilahuongg
0

technical-writing

Guide for creating effective internal technical documentation (READMEs, ADRs, Contribution Guides). Use this skill when the user asks to write, refactor, or improve internal project documentation.

toilahuongg
toilahuongg
0

shopify-billing

Guide for implementing Shopify's Billing API, enabling app monetization through subscriptions and one-time charges. Use this skill when the user needs to create recurring application charges, one-time purchases, or check subscription status.

toilahuongg
toilahuongg
0

Page 1403 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.