ワンクリックで
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 職業分類に基づく
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.
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.
| 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.md