一键导入
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.