381,784 Collected SKILL.md files

Explore AI Agent Skills & Claude Prompts

Discover open-source agent skills for Claude Code, Codex, ChatGPT, and any tool that uses SKILL.md.

search
expand_more
Active:
1natsu-vacation
Showing 12 of 16 skills
1natsu-vacation

1natsu-pair-debug

by 1natsu-vacation
star 0

原因不明のバグや、コードだけでは判断がつかない問題を人間と二人三脚で調査する協調デバッグスキル。ユーザーが「二人三脚デバッグ」「ペアデバッグ」「一緒にデバッグしよう」「一緒に調査しよう」「実際に動かして確認したい」等と言った時に使用する。また、AIがコード分析だけでは原因を特定できないと判断した場合(ランタイム依存の挙動、環境固有の問題、再現条件が不明なバグ等)にも、このスキルの利用を提案すること。推測で結論を出そうとしている自分に気づいたら、このスキルを思い出すこと。

navigation main article SKILL.md
schedule Updated 3 months ago
1natsu-vacation

1natsu-pair-resolve-conflicts

by 1natsu-vacation
star 0

Gitのコンフリクト解消を人間とペアで行う協調スキル。merge, rebase, cherry-pick, stash pop等でコンフリクトが発生した時、コミット履歴と変更の経緯を分析し、「なぜこう変わったか」を解説しながら1つずつ人間の承認を得て解消する。ユーザーが「コンフリクト解消しよう」「一緒にコンフリクト直そう」「conflict resolve」等と言った時、またはAIがコンフリクト状態を検知した時に使用する。コンフリクトを自動で一括解消してコミットするのではなく、必ず人間と対話しながら進めること。

navigation main article SKILL.md
schedule Updated 3 months ago
1natsu-vacation

1natsu-pr-review-handler

by 1natsu-vacation
star 0

GitHubのPRレビューコメントを自律的に読んで判断・コード修正・返信・サマリー投稿を行う。「レビューを対応して」「PRの指摘を直して」「レビューコメントを処理して」など、PRレビュー対応のタスクで使用する。人間レビュワーとAIレビューツール(Devin, Copilot, CodeRabbit, Gemini等)を区別せず処理する。

navigation main article SKILL.md
schedule Updated 3 months ago
1natsu-vacation

publish-this-repo

by 1natsu-vacation
star 0

agent-skills リポジトリの公開・デプロイ・リリース時に自動発動。`gh skill publish` を用いた GitHub Release 作成手順をエージェントが対話的にガイドする。「公開して」「デプロイして」「リリースして」「publish」「release」等の発話で起動する。git push はリポジトリ更新であって公開ではないため、本 skill 経由でのみ Release を作成する。

navigation main article SKILL.md
schedule Updated 1 month ago
1natsu-vacation

spec-drift-fix

by 1natsu-vacation
star 0

spec-drift-watch が上げたドリフト PR をローカルに checkout した状態で起動し、上流ドキュメントの変化に合わせて仕様結合スキル(1natsu-document-harness-model 等)を是正する。レポートを読み、上流を再 fetch して直すべき記述を特定し、挙動仕様の変化なら実測で裏取りしてから修正、version をインクリメントし、simplify / code-review / eval の既存品質パスを回して PR ブランチにコミットする。「ドリフト是正して」「spec-drift-fix して」「この spec-watch PR を直して」等で起動する。検出・PR 作成そのものは spec-drift-watch の責務でありこのスキルではない。

navigation main article SKILL.md
schedule Updated 16 days ago
1natsu-vacation

spec-drift-watch

by 1natsu-vacation
star 0

agent-skills リポジトリ内の「プラットフォーム仕様に結合したスキル」(CLAUDE.md / .claude/rules/ のロード挙動などを記述するスキル、現状は 1natsu-document-harness-model)が、上流の公式ドキュメント進化によって陳腐化していないかを検出する。.spec-watch/sources.json の各上流 doc を取得し前回スナップショットと diff、変化があれば追従スキルへの意味的影響を判定して PR を1本上げる。Cloud Routine から隔週で自律実行される想定だが、「ドリフトチェックして」「仕様追従を確認して」「spec-drift-watch を回して」等で手動起動もできる。是正そのものは行わず検出と報告に徹する(是正は spec-drift-fix)。

navigation main article SKILL.md
schedule Updated 16 days ago
1natsu-vacation

1natsu-auto-resolve-conflicts

by 1natsu-vacation
star 0

Gitのコンフリクト解消をAI単独で完全自動化する自走スキル。merge / rebase / cherry-pick / stash pop で衝突した時、コミット履歴と変更意図を読み取って解消し、検証コマンドを自動検出して実行し、コミット/--continue まで一気に完了させる。ユーザーが「自動でコンフリクト解消」「コンフリクト解消お任せ」「auto resolve conflicts」「コミット/--continue まで自動」等、AI 主導の自動化・自走を示唆する発話で使用する。AIがコンフリクト検知時にユーザーが自動化を示唆した場合も本スキルへ移行する。デグレ防止が最優先のため、安全に解消できないと判断したら途中で `1natsu-pair-resolve-conflicts` へ引き継ぐ。**人間と一緒に1ファイルずつ承認しながら解消したい場合は本スキルではなく `1natsu-pair-resolve-conflicts` を使うこと。**

navigation main article SKILL.md
schedule Updated 1 month ago
1natsu-vacation

1natsu-commit

by 1natsu-vacation
star 0

gitコミットの作成、コミットメッセージの記述、変更のステージング時に使用する。Conventional Commitsやアトミックコミット、明確なコミットメッセージのベストプラクティスを提供する。

navigation main article SKILL.md
schedule Updated 3 months ago
1natsu-vacation

1natsu-conventional-commits

by 1natsu-vacation
star 0

Conventional Commitsのフォーマット、タイプ、スコープ、破壊的変更、本文・フッターの書き方が必要なときに自動的に参照される内部リファレンス。コミットメッセージやPRタイトルの作成時に他のスキルから利用される。

navigation main article SKILL.md
schedule Updated 3 months ago
1natsu-vacation

1natsu-create-pr

by 1natsu-vacation
star 0

GitHub PRの作成、PRタイトルやdescriptionの記述時に使用する。Conventional Commitsフォーマットのタイトル、構造化されたdescription、多言語対応(en/ja)を提供する。

navigation main article SKILL.md
schedule Updated 3 months ago
1natsu-vacation

1natsu-document-harness-audit

by 1natsu-vacation
star 0

セッションをまたいで存在する既存ハーネスドキュメント(CLAUDE.md, .claude/rules/, docs/, feature README)を検査し、コードとの陳腐化、モデル進化に伴う表現の見直し、実装の偶有を仕様に書いた箇所(蒸留不足・機構名やコードの転記)、ドキュメント間の重複・不整合・参照切れ・欠落・粒度逸脱・参照不足を検出して改善提案を行う。「ドキュメントを監査して」「ハーネスの整合性チェックして」「古いドキュメントがないか確認して」「CLAUDE.mdがおかしい」「rulesが効いてない気がする」「今のモデルに合わせて見直したい」「ドキュメントが実装に寄りすぎている」等と言われた時に使用する。現セッションで自分が実装した変更に対するドキュメント生成・更新は `1natsu-document-harness` を使い、このスキルではない。

navigation main article SKILL.md
schedule Updated 16 days ago
1natsu-vacation

1natsu-document-harness-model

by 1natsu-vacation
star 0

ハーネスドキュメント(CLAUDE.md, .claude/rules/, docs/, feature README)の書き方・配置判断・粒度の基準を提供する内部リファレンス。document-harness 系スキルの共通知識として他のスキルから自動参照される。

navigation main article SKILL.md
schedule Updated 16 days ago
Page 1 of 2

Browse Agent Skills by Occupation

23 major groups · 867 SOC occupations

Browse by Category

Explore agent skills organized by their primary use case

SKILLMD / CREATORS AND OCCUPATION CATEGORIES

Explore the agent skills ecosystem by occupation and creator

SkillMD is not just a keyword search box. It is an open map that organizes public skills by occupation, creator, and repository, helping you see which workflows, judgment criteria, and domain habits people are writing for AI agents.

Then follow creators and GitHub repositories back to the source: compare the skills a team maintains, whether the repo is active, and how the README frames the work before you open, install, or reuse anything.

Use it three ways: learn an unfamiliar field by occupation, study how creators organize skills, then use source context to decide what is worth opening or reusing.

01 Map a field

Browse 23 occupation groups and 867 SOC roles to learn what skills exist in adjacent domains and how they break down real work.

02 Follow creators

Use creator and repository pages to inspect maintained skill collections, recent updates, and source context before trusting a result.

03 Search with sources

Search 1.7M+ collected skills, then use occupation tags, creators, and GitHub source context to decide what is worth opening.

Start with the occupation map, then follow creators and repositories back to real code. SkillMD helps explain why a skill is worth opening, not only what it is named.

SEO KNOWLEDGE HUB & TECHNICAL OVERVIEW

Standardizing Agent Capabilities with SKILL.md and Model Context Protocol (MCP)

In the rapidly evolving landscape of artificial intelligence, LLM agents (Large Language Model agents) have transitioned from simple text predictors to autonomous problem solvers. To orchestrate complex, multi-step agentic workflows, developers require a standardized format to specify agent capabilities, prompt instructions, system rules, and database bindings. This is where SKILL.md and the Model Context Protocol (MCP) have emerged as standard developer paradigms. SkillMD serves as the central directory for indexing, exploring, and sharing these critical agent configurations.

Our open-source registry currently tracks over 1.7 million collected SKILL.md configurations and system prompts. By compiling agent configurations from active developers on GitHub, we bridge the gap between prompt engineering research and production execution. Whether you are building agents with Anthropic's Claude Code, OpenAI's GPT-4, Google's Gemini, or local models using Ollama and LlamaIndex, standardized skill definitions ensure your agents behave predictably across different runtime environments.

What is the Model Context Protocol (MCP)?

The Model Context Protocol (MCP) is an open-source standard designed to connect LLMs to data sources, developer tools, and external environments. MCP establishes a bidirectional communication channel between client applications (like Cursor, Claude Desktop, or custom agent systems) and servers hosting data or capabilities. Standardizing instructions via SKILL.md enables LLMs to query databases, read local files, execute terminal commands, and integrate third-party APIs. SkillMD allows you to find ready-to-run MCP servers and prompt instructions for various occupations and technical tasks.

The Structure of a Professional SKILL.md File

A valid SKILL.md configuration is designed to be easily read by humans and parsed by LLMs. It contains precise system instructions, trigger conditions, required parameters, and execution examples. Below is the typical architectural blueprint of a professional agent skill:

  • Metadata & Core Scope: Declares the name of the skill, author details, target models, and a description of the capability.
  • Triggers & Intent Detection: Details semantic triggers that help the agent decide when to invoke this skill.
  • System Prompts: Explicit system-level instructions that direct the agent's behavior, personality, safety guardrails, and formatting preferences.
  • Capabilities & Tools: Lists the files, databases, or APIs the agent must access to complete the tasks.
  • Few-Shot Examples: Demonstrates real inputs and outputs, helping the model generalize behavior through in-context learning.

Optimizing Agent Workflows for Modern LLMs

Writing effective agent skills requires deep knowledge of prompt engineering. With the release of advanced reasoning models like Claude 3.5 Sonnet, ChatGPT o1, and DeepSeek-V3, prompt templates must focus on structured thinking. Developers are encouraged to use XML tags (e.g., <thought>, <context>, and <rules>) to isolate execution boundaries. Standardized prompts prevent agents from suffering from context drift, ensuring that long-running tasks remain aligned with the initial system parameters.

Exploring by SOC Occupations and Creator Profiles

What makes SkillMD unique is its taxonomy. Instead of simple text search, we parse and organize files according to the Standard Occupational Classification (SOC) system. This means you can discover skills written for Computer and Mathematical roles, Business and Financial operations, Legal, Design, and and Educational Instruction fields. By tracking creator profiles, developers can study how different teams organize their custom instructions, compare version updates, and fork public configs for specialized enterprise use cases.

SkillMD operates as a high-performance index running on a fast Go backend and a highly responsive Astro SSR frontend. All search queries execute in milliseconds, featuring smart debouncing to prevent multiple API requests while keeping user data secure. Join our community of developers to standardize your AI agent instructions and optimize your LLM prompting workflows today.

8 QUESTIONS

Frequently Asked Questions

A practical guide to agent skills: what they are, how to inspect them, and how SkillMD helps you explore the ecosystem.