원클릭으로
skill-creator
Use when creating, updating, pruning, or reviewing a SKILL.md so recurring workflows become concise, reusable agent skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when creating, updating, pruning, or reviewing a SKILL.md so recurring workflows become concise, reusable agent skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when starting any conversation or task so the agent checks for relevant skills before acting, including before clarifying questions, exploration, implementation, review, or documentation work.
Use when reviewing a diff, pull request, patch, or proposed implementation for bugs, regressions, missing tests, security issues, performance problems, or maintainability risks.
Use when the user wants a new capability, asks whether a skill exists, asks to find or install skills, or describes a recurring workflow that may already have an installable skill.
Use when choosing, adding, configuring, or reviewing MCP servers, MCP client config, tool permissions, remote server URLs, local stdio commands, or MCP-related security tradeoffs.
Use when code or config touches authentication, authorization, user input, secrets, tokens, database access, file access, external APIs, MCP servers, browser automation, dependency installation, or deployment.
Use when implementing, fixing, refactoring, or reviewing code and you need a disciplined verification loop with builds, tests, type checks, linting, formatting, or manual checks.
| name | skill-creator |
| description | Use when creating, updating, pruning, or reviewing a SKILL.md so recurring workflows become concise, reusable agent skills. |
Use this skill to turn repeated work into a small, useful SKILL.md.
Create or update a skill only when:
Do not create a skill for one-off tasks or generic advice the agent already knows.
Every skill directory needs:
skill-name/
SKILL.md
Every SKILL.md needs YAML frontmatter:
---
name: skill-name
description: Use when ...
---
The description is the trigger surface. Make it specific enough that the agent knows when to use the skill.
SKILL.md.README.md inside a skill unless the platform requires it.Before finishing, check:
name and description.Report the skill path, trigger summary, and any assumptions or future pruning notes.