원클릭으로
skill-management
Explicit router for creating a skill or reducing an existing skill's active context size.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Explicit router for creating a skill or reducing an existing skill's active context size.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Drive one ready artifact through implementation, proof, review, and owner handoff.
Review the named UI scenario or emit one bounded improvement packet.
Teach a boring-ui child app how to enable Google signup with @hachej/boring-core. Use when the user asks for Google auth, Google OAuth, social signup, or how to turn on Google sign-in/sign-up in a child app.
Ask which Boring skill or workflow fits your situation. A router over the local Boring skills.
Run an extremely strict maintainability review for abstraction quality, giant files, spaghetti-condition growth, and code-judo simplification opportunities.
Route a request to the right Boring v2 workflow skill without doing the work.
| name | skill-management |
| description | Explicit router for creating a skill or reducing an existing skill's active context size. |
| disable-model-invocation | true |
Route exactly one explicit subskill; load only its procedure.
| Subskill | Procedure |
|---|---|
reduce-size <skill-path> | Read docs/kanzen/procedures/skill-size-reduction.md, then preserve behavior while shrinking active context. |
create <name-or-goal> | Read docs/kanzen/procedures/skill-authoring.md, including its pinned Matt Pocock reference, then create and validate the skill. |
Invocation:
/skill:skill-management reduce-size <skill-path>
/skill:skill-management create <name-or-goal>
For missing or unknown branches, return this usage and stop. Do not load both procedures unless the user explicitly requests both operations.