
from solana-vibes-kit15
A meta-skill that scaffolds a 5‑phase pipeline to design, build, validate, and ship SVK skills with a strict shipping checklist and automation helpers.
Forge is a meta-skill that guides authors through a structured 5-phase pipeline (brainstorm, plan, build, validate, ship) for creating SVK skills. It enforces an automated convention and shipping checklist, injects SVK-specific context, and wraps lower-level Superpowers tooling to streamline skill authoring and quality checks. The SKILL.md includes session-level version checks and commands for staged execution.
Use Forge when designing a new SVK/skill-based feature, when you need scaffolding to execute multi-step plans, or when preparing a skill for release with validation and installation tests. It is user-invocable and intended for skill authors and maintainers.
Designed for code-capable assistants and authoring agents that can run shell/git commands and orchestrate multi-step workflows (Claude Code, Copilot-style agents).
Forge is a transcript knowledge miner that extracts decisions, learnings, failures, and patterns from session transcripts. It supports both automatic (via SessionEnd hook) and manual execution modes, with ao CLI integration and fallback paths. The validate.sh script failed because it expects to run within the skill's own directory context (not /tmp), which is an environmental issue rather than a code defect. The SKILL.md is comprehensive with clear steps, troubleshooting, and examples.
Well-structured skill with good documentation. Minor shell injection concern in unquoted $TITLE variable within JSON echo construct. The skill has a clear two-tier knowledge promotion system and handles both CLI and non-CLI environments gracefully.