bladerbladerCommunityยท1 Agent Skills Included

schematic

Reverse engineer full specs from git branch code

Generates a complete product and technical specification from any git branch's implementation. Eliminates hours of manually reading diffs when documenting shipped features, onboarding to unfamiliar branches, or writing PR descriptions after the fact. Analyzes every changed file in parallel and produces a structured 11-section markdown spec covering requirements, architecture, testing, rollout, and risks.
npx skills add blader/schematic --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install schematic?โ–ผ

Run `npx skills add blader/schematic --all -g -y` in your terminal to install the skill globally.

How to document a git branch automatically?โ–ผ

Just ask your agent to "analyze this branch" or "write a spec from the code" and schematic reads every changed file to produce a full specification document.

What does the generated spec include?โ–ผ

It produces an 11-section markdown document covering the problem statement, product requirements, architecture diagram, technical design, file inventories, testing strategy, rollout plan, and risks.

Does schematic work with Claude Code and Codex?โ–ผ

Yes. It follows the universal SKILL.md standard and runs directly in Claude Code, Codex, and other compatible coding agents.

Can schematic handle large branches with many files?โ–ผ

Yes. It launches parallel exploration agents to read file groups concurrently and cross-checks the results so no changed file is missed.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’