원클릭으로
init
Generate or update workspace instructions file for AI coding agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate or update workspace instructions file for AI coding agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | init |
| description | Generate or update workspace instructions file for AI coding agents |
| argument-hint | Optionally specify a focus area or pattern to document for agents |
| disable-model-invocation | true |
Related skill: agent-customization. Load and follow workspace-instructions.md for template, principles, and anti-patterns.
Bootstrap workspace instructions (.github/copilot-instructions.md or AGENTS.md if already present).
Discover existing conventions
Search: **/{.github/copilot-instructions.md,AGENT.md,AGENTS.md,CLAUDE.md,.cursorrules,.windsurfrules,.clinerules,.cursor/rules/**,.windsurf/rules/**,.clinerules/**,README.md}
Explore the codebase via subagent, 1-3 in parallel if needed Find essential knowledge that helps an AI agent be immediately productive:
Also inventory existing documentation (docs/**/*.md, CONTRIBUTING.md, ARCHITECTURE.md, etc.) to identify topics that should be linked, not duplicated.
Generate or merge
Iterate
Once finalized, suggest example prompts to see it in action, and propose related agent-customizations to create next (/create-(agent|hook|instruction|prompt|skill) …), explaining the customization and how it would be used in practice.