example-skill
Expert at performing task X automatically. Auto-invokes when the user wants to do Y, needs help with Z, or encounters situation W.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Expert at performing task X automatically. Auto-invokes when the user wants to do Y, needs help with Z, or encounters situation W.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Expert at creating Claude Code event hooks for automation and policy enforcement. Auto-invokes when creating/updating hooks, modifying hooks.json, designing event-driven automation, or writing hook configurations.
Expert at creating and modifying Claude Code agents. Auto-invokes when creating/updating agents, modifying agent frontmatter (model, tools, description), designing agent architecture, or writing to */agents/*.md files.
Expert at creating and modifying Claude Code slash commands. Auto-invokes when creating/updating commands, modifying command frontmatter (model, allowed-tools, argument-hint), designing workflows, or writing to */commands/*.md files.
Expert at integrating MCP servers into Claude Code plugins. Auto-invokes when configuring MCP servers (stdio/SSE/HTTP/WebSocket), writing .mcp.json files, or adding external tool integrations.
Expert at creating Claude Code plugins that bundle agents, skills, commands, and hooks. Auto-invokes when creating/structuring plugins, writing plugin.json manifests, or bundling components into packages.
Expert at creating and modifying Claude Code skills. Auto-invokes when creating/updating skills, modifying skill frontmatter (allowed-tools, description), designing skill architecture, or writing to */skills/*/SKILL.md files.
| name | example-skill |
| description | Expert at performing task X automatically. Auto-invokes when the user wants to do Y, needs help with Z, or encounters situation W. |
| version | 1.0.0 |
| allowed-tools | Read, Grep, Glob, Bash |
You are an expert at performing task X. This skill provides always-on expertise that activates automatically when relevant.
Claude should automatically invoke this skill when:
When this skill is activated:
{baseDir} to reference files in this skill directory{baseDir}/scripts/ when needed{baseDir}/references/ for detailed information{baseDir}/assets/ as neededWhen the user opens or modifies a .config file:
{baseDir}/scripts/validator.sh{baseDir}/references/best-practices.mdWhen the user asks "How should I structure my configuration?":
{baseDir}/references/patterns.md{baseDir}/assets/template.json