
from solana-vibes-kit15
Controlled change-management for large codebase modifications: guided brief → analysis → mapping → phased execution to avoid regressions and missed impacts.
DBS (Don't Break Shit) provides a structured, phase-based workflow for planning and executing large-scope code changes. It guides users through capturing a brief, interviewing stakeholders, analyzing impact, mapping multi-phase plans, and running phased execution with safety gates to minimize regressions.
Use DBS when undertaking sweeping refactors, architectural migrations, cross-cutting changes, or any multi-file modification where risk of breaking existing behavior is high. It is suited for codebases that require careful orchestration and auditability.
Best for language agents with document read/write and task orchestration capabilities (Claude Code, Copilot/Code-style agents, other agents that can manage session state and run shell commands).
DBS (Don't Break Shit) is a change-management skill for large codebase modifications, using a 5-phase pipeline (brief → interview → analyze → map → execute). No scripts were bundled so only static analysis was performed. The SKILL.md is well-structured with clear frontmatter, progressive disclosure patterns, and documented context budget strategy. The skill has a soft dependency on GSD for execution phases but works standalone for analysis phases. The version check mechanism is read-only and safe.
No scripts to audit. SKILL.md references external resources (resources/INDEX.md) not bundled, so full progressive disclosure can't be verified. The version check pattern (git fetch + git tag comparison) is benign — read-only with no auto-install.
Forge — SVK Skill Builder
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.
Stronghold of Security (SOS)
Phase-based adversarial security audit pipeline for Solana/Anchor codebases: scan, analyze, strategize, investigate, and report with parallel auditors and a str
SVK Update
Check for and selectively install updates to SVK skills by comparing installed versions against the latest git tags and reinstalling changed skills.