원클릭으로
skill-architect-protocol
Loaded by the skill-architect agent to design or revise Superpipelines-compatible skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Loaded by the skill-architect agent to design or revise Superpipelines-compatible skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | skill-architect-protocol |
| description | Loaded by the skill-architect agent to design or revise Superpipelines-compatible skills. |
| disable-model-invocation | true |
| user-invocable | false |
<operating_modes>
| Mode | Trigger | Outputs |
|---|---|---|
| ARCHITECT | Prompt: "Design a skill for..." | Skill directory, SKILL.md, references, and Architect's Brief. |
| QUICK-BUILD | Prompt: "Quick skill for X." | Minimal skill directory and SKILL.md. |
| DIAGNOSE | Prompt: "Review this skill." | Architecture score and top-3 remediation steps. |
| EXTRACT | Prompt: "Capture this workflow." | New skill extracted from conversation history. |
| ITERATE | Prompt: "Improve this skill." | Edited artifacts with a change summary. |
| </operating_modes> |
disable-model-invocation and user-invocable based on use case (Reference, User-only, or Workflow).SKILL.md (<500 lines) or a layered structure using references/ for deep content.SKILL.md with appropriate frontmatter.references/skill-architecture.md template for body structure.${CLAUDE_PLUGIN_ROOT}/skills/skill-architect-references/references/skill-architecture.md${CLAUDE_PLUGIN_ROOT}/skills/skill-architect-references/references/description-engineering.md${CLAUDE_PLUGIN_ROOT}/skills/skill-architect-references/references/claude-code-skill-spec.md${CLAUDE_PLUGIN_ROOT}/skills/skill-architect-references/references/anti-patterns.mdCut a Superpipelines version release (vX.Y.Z) — verify the 5 version targets agree, draft CHANGELOG + RELEASE-NOTES entries, land them via PR (main is branch-protected), then create the GitHub release + tag and verify. Use when the user asks to cut/ship/publish a release, tag a version, do release work, or write release notes for Superpipelines.
Resolves agent `model_tier:` declarations into concrete platform-specific model strings and effort values via a 5-layer precedence chain, returning a serializable `resolved` object for dispatch. Use when `running-a-pipeline` Phase 0.45 needs to determine the concrete model + effort for each pipeline step on the active platform before dispatch.
Resolves the active runtime tier and provides the canonical DISPATCH contract for all pipeline step execution. Use when an orchestrator skill needs to dispatch pipeline steps — performs tier detection, loads the platform profile, and executes the Tier 2 inline loop when no subagent primitive is available.
Cut a Superpipelines version release (vX.Y.Z) — verify the 5 version targets agree, draft CHANGELOG + RELEASE-NOTES entries, land them via PR (main is branch-protected), then create the GitHub release + tag and verify. Use when the user asks to cut/ship/publish a release, tag a version, do release work, or write release notes for Superpipelines.
Run, resume, or list installed Superpipelines workflows from the registry.
Provides canonical engineering standards for authoring agents, skills, hooks, and pipeline orchestration in Claude Code. Use when authoring or modifying agents, skills, hooks, or pipeline-orchestration artifacts — covers model-tier selection, prompt-cache discipline, frontmatter schemas, and progressive-disclosure rules.