Journey-oriented tools for building, assessing, enhancing, and maintaining Claude Code skills — optimising pseudocode-based skill definitions with optional workflow extraction.
This plugin provides 7 journey-oriented skills covering the full skill authoring lifecycle:
- Gateway - Entry point that routes user intent to the correct journey skill
- Build - Create new skills from scratch with workflow patterns
- Assess - Evaluate existing skills for quality, structure, and conversion readiness
- Enhance - Improve existing skills with better patterns and error handling
- Extract - Extract workflow patterns from prose-based skills
- Maintain - Validate, update, and repair skills over time
- Visualize - Generate Mermaid diagrams from workflow definitions
Install directly from GitHub (no cloning required):
claude --plugin-url https://github.com/hiivmind/hiivmind-blueprint/archive/refs/heads/main.zipFor local development, install from a cloned copy:
claude plugin add /path/to/hiivmind-blueprint# Build a new skill from scratch
/blueprint build a validation skill for config files
# Assess an existing skill
/blueprint assess skills/my-skill/SKILL.md
# Enhance a skill with better patterns
/blueprint enhance skills/my-skill/SKILL.md
# Extract workflow from a prose skill
/blueprint extract skills/my-skill/SKILL.md
# Validate and maintain skills
/blueprint maintain
# Generate a Mermaid diagram
/blueprint visualize skills/my-skill/workflow.yaml| Repository | Purpose |
|---|---|
| hiivmind-blueprint-lib | Core type definitions and execution semantics |
| hiivmind-blueprint-central | Governance and principles hub |
MIT