70143 Skills Available

Find awesome
Agent Skills

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

Popular searches

skills-creator

最高品質のSkillを設計・生成するメタスキル。新しいSkillが欲しい、繰り返し作業を自動化したい、ベストプラクティスに準拠したSkillを作りたいときに使う。

HaRu-LLC
HaRu-LLC
0

mcphub

Execute tasks with temporary MCP server activation

tksrsk
tksrsk
0

test-driven-development

機能実装やバグ修正時に使用。RED-GREEN-REFACTORサイクルとTesting Trophy手法を強制。

TakumiOkayasu
TakumiOkayasu
0

failure-logging

エラー発生時、アプローチ失敗時に使用。失敗DBを構築し同じ失敗を繰り返さない。

TakumiOkayasu
TakumiOkayasu
0

consultation

実装中に判断が必要になった時、技術選定・設計相談が必要な時に使用。相談テンプレートで構造化された問題提示を強制。

TakumiOkayasu
TakumiOkayasu
0

systematic-debugging

バグやテスト失敗に遭遇した際に使用。修正前の4フェーズ根本原因分析を強制。

TakumiOkayasu
TakumiOkayasu
0

current-location-weather

Get current weather conditions for a location. Use this skill when users ask about weather, temperature, current conditions, forecasts, or any weather-related queries like "What's the weather?", "Is it raining?", "How hot is it outside?", "What's the temperature?", or "Should I bring an umbrella?". Supports automatic location detection via IP or specific location queries.

DanielMax937
DanielMax937
0

code-walkthrough

Generate structured, hallucination-proof code walkthroughs using Showboat. Use when the user asks to "walk me through this code", "explain this codebase", "create a walkthrough", "document how this works", "give me a tour of this repo", or wants a readable narrative document that explains code with real verified snippets. Also triggers on "showboat", "linear walkthrough", or "code documentation". Not for quick code questions — this produces a full markdown document.

ianphil
ianphil
0

copy

Professional copywriter for SaaS and startups. Expert in landing page copy, positioning, messaging, conversion optimization, and voice-of-customer research. Use when writing compelling copy for SaaS products, landing pages, marketing materials, or when you need help with product positioning and messaging strategy.

marsolab
marsolab
0

system-architect

Design production-grade software systems with expert knowledge of architecture patterns, distributed systems, cloud platforms, and operational excellence. Use this skill when architecting complex systems, evaluating technology choices, designing scalable infrastructure, or making critical architectural decisions requiring trade-off analysis.

marsolab
marsolab
0

idiomatic-go

Write production-ready Go backends, CLIs, and APIs following modern best practices from top tier tech companies. Use this skill when creating or reviewing Go code for (1) backend services and APIs, (2) command-line tools, (3) code requiring proper error handling, concurrency, or testing patterns, (4) any Go development requiring adherence to established style guidelines. Includes comprehensive linting configuration and detailed style guide.

marsolab
marsolab
0

git-hex-conflict-resolution

>

yaniv-golan
yaniv-golan
0

git-hex-pr-workflow

>

yaniv-golan
yaniv-golan
0

git-hex-branch-cleanup

>

yaniv-golan
yaniv-golan
0

translate-image

Translate text in images, extract text via OCR, and remove text using TranslateImage AI. Use when user says 'translate image', 'OCR image', 'extract text from image', 'remove text from image', 'manga translate', or wants to process images with foreign-language text.

imagetranslationocrtext-removal
translateimage
translateimage
0

tidb-profiler-analyzer

Processes and analyzes TiDB profiler zip packages (CPU or heap) for components like TiDB, TiKV, PD, or TiFlash. It unzips, aggregates the profiler data, and uses `go tool pprof` to report on the most time-consuming functions (CPU) or highest memory allocations (heap).

hawkingrei
hawkingrei
0

plan-replayer-testing

Expertise in adding new test cases for the TiDB plan replayer. Use when the user provides a plan replayer zip file and wants to create a new test.

hawkingrei
hawkingrei
0

context-management

Use for projects, tasks, or code that involve context engineering and context management for AI agents: keep prompt prefixes stable for KV-cache, use append-only context, prefer tool masking over tool removal, offload large observations into filesystem memory, recite goals/todos to control attention, preserve errors for recovery, and avoid few-shot pattern lock-in. Use when building or debugging agent loops, prompt/context schemas, memory strategies, or tool-availability policies.

hawkingrei
hawkingrei
0

pr-review-helper

Gather PR review context: all comments (including review suggestions), diff context, and CI status; download GitHub Actions logs on failures. Prefer GitHub MCP for reads, fall back to gh CLI when needed.

hawkingrei
hawkingrei
0

tidb-doc-finder

TiDB-specific documentation lookup guided by this repo's llms.txt hub: read llms.txt, pick the best linked source (tidb-dev-guide llms-full.txt, TiDB user guide llms.txt, or Uber Go style guide), fetch it, then search within it to answer with precise references. Use when asked to find docs, research, or provide doc-grounded answers about TiDB development or usage.

hawkingrei
hawkingrei
0

tidb-optimizer-bugfix

Fix TiDB optimizer bugs with minimal diffs, hypothesis-driven validation, and regression tests aligned with tidb-test-guidelines. Use when reproducing, fixing, and validating planner/optimizer behavior bugs.

hawkingrei
hawkingrei
0

common

全ロール共通で使用できる基本ツール

Shin0205go
Shin0205go
0

orchestrator

タスクの調整と他のロールへの委譲を行うコーディネーターロール

Shin0205go
Shin0205go
0

data-analyzer

データ分析と可視化を行うスキル

Shin0205go
Shin0205go
0

docx-handler

Word文書の読み取り、編集、作成を行うスキル

Shin0205go
Shin0205go
0

code-reviewer

コードレビューとベストプラクティスの提案を行うスキル

Shin0205go
Shin0205go
0

browser-testing

ブラウザ自動化とE2Eテストを行うスキル

Shin0205go
Shin0205go
0

aegis-architect

アーキタイプベースのスキャフォールドツール - プロジェクトの重さに応じた型を選択

Shin0205go
Shin0205go
0

repo-docs

Update and maintain core repository documentation files (README.md, CHANGELOG.md, LICENSE, CONTRIBUTING.md) before commits or releases. Use when users need to update documentation to reflect code changes, prepare for releases, or ensure documentation consistency.

alanben
alanben
0

reindex-docs

Re-index all PDF and HTML documents, update index.html, and commit/push changes to the repository

alanben
alanben
0

maker

Generate .NET Core data API code from model definitions using the Maker XML specification and CLI. Use when users need to: (1) Create Maker XML models from JSON objects, SQL scripts, or database schemas, (2) Generate .NET Core CRUD API endpoints from Maker XML, (3) Understand or validate Maker XML model definitions, or (4) Work with the Maker CLI tool for code generation.

alanben
alanben
0

aspose-slides

Comprehensive skill for manipulating Microsoft PowerPoint presentations using Aspose.Slides.NET library with modern C# patterns

alanben
alanben
0

dotnet-cqrs-api

Guide for building .NET APIs using CQRS pattern with MediatR, FluentValidation, and Carter modules

alanben
alanben
0

goap-agent

Invoke for complex multi-step tasks requiring intelligent planning and multi-agent coordination. Use when tasks need decomposition, dependency mapping, parallel/sequential/swarm/iterative execution strategies, or coordination of multiple specialized agents with quality gates and dynamic optimization.

d-oit
d-oit
0

gemini-websearch

Performs web searches using Gemini CLI headless mode with google_web_search tool. Includes intelligent caching, result validation, and analytics. Use when searching for current information, documentation, or when the user explicitly requests web search.

d-oit
d-oit
0

frontend-design-system

>

d-oit
d-oit
0

parallel-execution

Execute multiple independent tasks simultaneously using parallel agent coordination to maximize throughput and minimize execution time. Use when tasks have no dependencies, results can be aggregated, and agents are available for concurrent work.

d-oit
d-oit
0

Playwright Browser Automation

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

d-oit
d-oit
0

shell-script-quality

Lint and test shell scripts using ShellCheck and BATS. Use when checking bash/sh scripts for errors, writing shell script tests, fixing ShellCheck warnings, setting up CI/CD for shell scripts, or improving bash code quality.

d-oit
d-oit
0

agent-coordination

Coordinate multiple agents for software development across any language. Use for parallel execution of independent tasks, sequential chains with dependencies, swarm analysis from multiple perspectives, or iterative refinement loops. Handles Python, JavaScript, Java, Go, Rust, C#, and other languages.

d-oit
d-oit
0

iterative-refinement

Execute iterative refinement workflows with validation loops until quality criteria are met. Use for test-fix cycles, code quality improvement, performance optimization, or any task requiring repeated action-validate-improve cycles.

d-oit
d-oit
0

ux-designer

>

d-oit
d-oit
0

testing-anti-patterns

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

d-oit
d-oit
0

web-search-researcher

Research topics using web search and content fetching to find accurate, current information. Use when you need modern information, official documentation, best practices, technical solutions, or comparisons beyond your training data. Provides systematic web research with strategic searches, content analysis, and synthesized findings.

d-oit
d-oit
0

task-decomposition

Break down complex tasks into atomic, actionable goals with clear dependencies and success criteria. Use this skill when you need to plan multi-step projects, coordinate agents, or decompose complex user requests into manageable sub-tasks.

d-oit
d-oit
0

skill-creator

Create new Claude Code skills with proper directory structure, SKILL.md file, and YAML frontmatter. Use this skill when you need to create a new reusable knowledge module for Claude Code.

d-oit
d-oit
0

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

d-oit
d-oit
0

security-patterns

Elixir-specific security patterns, OWASP mitigations, and compliance best practices

layeddie
layeddie
0

test-generation

Generates comprehensive Elixir tests using ExUnit following TDD principles.

layeddie
layeddie
0

nerves-patterns

Nerves embedded development patterns for Elixir/Nerves systems

layeddie
layeddie
0

Page 1388 of 1403 · 70143 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.