원클릭으로
my-skill
What this skill does and when to use it. Claude uses this to decide when to load the skill automatically.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
What this skill does and when to use it. Claude uses this to decide when to load the skill automatically.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffolds a Docker "sandbox" harness into a repo so Claude Code can run in `--dangerously-skip-permissions` (YOLO) mode inside an Ubuntu container, with the project bind-mounted at /workspace and the host's ~/.claude bind-mounted for auth and session continuity. Use when the developer wants an isolated filesystem for agent writes but still wants host-visible builds, logs, and session history.
Record agent activity during Claude Code sessions. Captures plans, human input, agent decisions, and deviations via hooks and agent self-reporting.
Template-based code generation pattern using data models, templates, and helper functions to generate repetitive interface code.
Test accountability policy. All failures belong to the current changeset. Commits must include test results. No failures on main.
Reviews a SKILL.md file or skill directory for quality, correctness, and alignment with Claude Code skill conventions. Use when you've written a new skill and want to check it before committing, or when evaluating an existing skill for improvements.
Helps with things
| name | my-skill |
| description | What this skill does and when to use it. Claude uses this to decide when to load the skill automatically. |
| argument-hint | <file|folder>... |
Key philosophy or concern for this skill (optional).
Stop after each stage and have changes reviewed with the user.