원클릭으로
orchestrator-guidelines
Guidance when working on orchestrator infrastructure (agents, skills, guidelines, setup wizard)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidance when working on orchestrator infrastructure (agents, skills, guidelines, setup wizard)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | orchestrator-guidelines |
| description | Guidance when working on orchestrator infrastructure (agents, skills, guidelines, setup wizard) |
You are working on the orchestrator repository - the shared infrastructure provider for your organization's Claude Code resources.
Your updates propagate via symlinks to all repositories. Test thoroughly before committing.
Avoid hardcoding organization-specific details. Use placeholders and SETUP_CONFIG.json for customization.
Breaking changes require coordinated updates across all dependent repositories.
Reference these when working on orchestrator:
guidelines/global/documentation-standards.md - Keep docs concise and purposefulguidelines/orchestrator/architectural-principles.md - Orchestrator architecture and design principlesBefore committing changes:
./setup/scripts/validate-setup.shAdding a new agent:
shared/agents/global/new-agent.md (or shared/agents/{repo-name}/ for repo-specific) with frontmattershared/agents/README.mdAdding a new skill:
shared/skills/shared/skills/skill-rules.jsonUpdating guidelines:
Remember: You're maintaining infrastructure used by multiple teams. Quality and consistency matter.