codebase-singularity
Installation
SKILL.md
Codebase Singularity
Quick start
- Collect inputs: repo path, goal, constraints, risk tolerance, and validation commands.
- Prime: list files, read README, and inspect entry points.
- Summarize: explain repo shape and where the change belongs; ask questions if ambiguous.
- Plan: write a short plan with success criteria and validation steps.
- Change: implement the smallest viable patch; avoid unrelated refactors.
- Validate: run the requested command(s) or the closest available; record results.
- Wrap up: report changes, evidence, risks, and next steps.
Inputs
- Repo path and task goal.
- Constraints (files to avoid, time or risk limits, API stability).
- Validation commands (tests, lint, build, or targeted checks).