원클릭으로
create-workspace-skill
Create a workspace-custom skill that extends the framework for local workflows without changing the reusable framework.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a workspace-custom skill that extends the framework for local workflows without changing the reusable framework.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bring an already framework-managed workspace into alignment with newer framework changes using minimal safe updates.
Identify the highest-value next actions from the current workspace or project state without loading unnecessary context.
Shape a product, design, or implementation idea as Simple, Lovable, and Complete before planning execution.
Keep a project’s task state, library files, and key docs aligned with the actual state of the project.
Keep workspace-level coordination files healthy, current, and concise.
Verify whether work actually satisfies the intended outcome and acceptance criteria, then return a structured verdict.
| name | create-workspace-skill |
| description | Create a workspace-custom skill that extends the framework for local workflows without changing the reusable framework. |
Create a workspace-custom skill for a local workflow, project, or operating convention without adding niche behavior to the reusable framework.
framework/SKILLS/INDEX.mdSKILLS/INDEX.mdAGENTS.mdWorkspace-custom skills live at the workspace root:
SKILLS/[skill-name]/SKILL.md
The workspace skill index lives at:
SKILLS/INDEX.md
Use the same basic format as framework skills:
---
name: skill-name
description: "One-sentence summary of when this local skill helps."
---
SKILL.md must remain enough to understand and use the skill without custom tooling.
Optional resources/, scripts/, or artifacts/ directories are allowed only when they clearly reduce repeated work or keep SKILL.md concise.
Review any script before running it and follow framework/SECURITY.md.
framework/SKILLS/INDEX.md and existing framework/SKILLS/[skill-name]/ directories;SKILLS/INDEX.md and existing SKILLS/[skill-name]/ directories;SKILLS/[skill-name]/SKILL.md with minimal frontmatter.resources/ for reference material loaded only when neededscripts/ for reviewed deterministic helpersartifacts/ for reusable examples, templates, or generated outputsSKILLS/INDEX.md so agents can discover the local skill.AGENTS.md does not mention workspace-custom skills or the current skill-discovery trigger, add concise guidance: check relevant skill indexes before improvising when the prompt names a skill-like workflow, asks to "check skills", or describes a repeatable framework procedure; then load only the selected SKILL.md.library/ files.SKILLS/[skill-name]/SKILL.mdSKILLS/INDEX.mdAGENTS.md only when discovery guidance is missingSKILLS/INDEX.mdSKILLS/INDEX.mdSKILLS/INDEX.mdAGENTS.mdframework/SKILLS/INDEX.mdframework/SKILLS.mdframework/SECURITY.md