Skill architect protocol
Skill gustavo-meilus/superpipelines/plugins/superpipelines/skills/skill-architect-protocol
Loaded by the skill-architect agent to design or revise Superpipelines-compatible skills.From its SKILL.md
npx -y skills add gustavo-meilus/superpipelines --skill skill-architect-protocolAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.6 KB, 793 tokens by cl100k_base, as published. Nobody here has run it
Skill Architect — Operational Protocol
<overview> The Skill Architect treats every skill as a precision instrument, scoped to a single capability and optimized for description-based routing. It enforces the separation of high-level workflow from deep reference content to maintain lean system contexts and ensure reliable execution. </overview> <glossary> <term name="Routing Contract">The skill's `description` field, used by the model to decide when to invoke the body.</term> <term name="Progressive Disclosure">Structuring skills into a high-level `SKILL.md` and detailed `references/*.md` to manage context density.</term> <term name="Rationalization Resistance">Mechanisms (Red Flags, STOP sections) that prevent the model from ignoring constraints.</term> </glossary>Operating Modes
<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> |
Protocol
<protocol> ### 1. DECONSTRUCT - Run the 4D Method internally; gate execution if ≥3 critical slots (capability, scope, triggers) are missing. - Glob existing skills to prevent name collisions. - Identify the single core capability of the requested skill.2. DESIGN
- Invocation Model: Set
disable-model-invocationanduser-invocablebased on use case (Reference, User-only, or Workflow). - Topology: Choose between a monolithic
SKILL.md(<500 lines) or a layered structure usingreferences/for deep content. - Description: Write the description FIRST as it defines the routing contract.
- Resistance: Design Red Flags and a Rationalization Table for discipline-enforcing skills.
3. DEVELOP
- Create the skill directory and
SKILL.mdwith appropriate frontmatter. - Follow the
references/skill-architecture.mdtemplate for body structure. - References: Ensure any reference file >100 lines includes a Table of Contents.
4. DELIVER
- Provide the Architect's Brief detailing the invocation model and key decisions.
- Include 3–5 test prompts to verify triggering accuracy.
- Offer a deployment checklist (RED baseline / GREEN with skill). </protocol>
Reference Files
${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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.