원클릭으로
your-skill-name
One-line description of what this skill does
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
One-line description of what this skill does
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | YOUR_SKILL_NAME |
| description | One-line description of what this skill does |
| version | 1.0.0 |
| tags | ["tag1","tag2","tag3"] |
Provide a clear, concise description of what this skill does. Include the problem it solves and the value it provides.
Example:
This skill generates comprehensive test suites for TypeScript modules. It analyzes the module's exports, identifies edge cases, and produces tests using the project's existing test framework.
Describe the specific situations where this skill should be invoked. Be precise so that both agents and users know when this skill is appropriate.
Define the step-by-step process this skill follows. Each step should be discrete and verifiable.
Description of what happens in this step.
Description of what happens in this step.
Description of what happens in this step.
Define measurable quality criteria for the skill's output.
| Criterion | Requirement | How to Verify |
|---|---|---|
| Completeness | All required sections are present | Checklist review |
| Accuracy | Output is factually correct | Cross-reference with source |
| Format | Follows the defined output structure | Schema validation |
| Idempotency | Running twice produces same result | Re-run comparison |
List assets, references, and scripts that support this skill.
assets/)Files in the assets directory that this skill uses:
| File | Purpose |
|---|---|
template.txt | Output template |
config.json | Default configuration |
references/)Reference documents for context and examples:
| File | Purpose |
|---|---|
example-output.md | Example of expected output |
style-guide.md | Style guidelines to follow |
scripts/)Helper scripts that can be invoked during the workflow:
| Script | Purpose | Usage |
|---|---|---|
validate.sh | Validates skill output | bash scripts/validate.sh <output-file> |
setup.sh | Prepares the environment | bash scripts/setup.sh |