ワンクリックで
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.