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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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