All authors
BitRaptors avatar

Claude Skills by BitRaptors

github.com/BitRaptors
5 skillsA× 4B× 10 installs0 views
Deep ScanB

Comprehensive architecture baseline scan. Two-wave AI analysis producing blueprint.json, per-folder CLAUDE.md, AI-synthesized rules, and health metrics. Use for first-time baselines or major refactors.

developmentpythongo
0
16
Intent LayerA

Generate AI-written `CLAUDE.md` for every folder in the project using bottom-up DAG scheduling. Each folder gets a ~80-line architectural description (purpose, patterns, anti-patterns, key files, decisions) so agents editing deep in the tree have folder-local guidance — not just the root CLAUDE.md. Use this when the user skipped Intent Layer during `{{COMMAND_PREFIX}}archie-deep-scan` (chose "No — skip Intent Layer" at the prompt), or when `.archie/enrichments/` is empty but a blueprint alrea...

developmentpythonrust
0
16
ShareA

Share your architecture blueprint via a URL. Useful for showing teammates, stakeholders, or clients an analysis of your codebase without needing them to install anything. **Prerequisites:** Requires `.archie/blueprint.json`. Run `{{COMMAND_PREFIX}}archie-deep-scan` first if it doesn't exist.

ai-agentspythongo
0
16
SyncA

Reconcile this session's code delta back into the Living Blueprint and per-folder intent layer so they stay an accurate snapshot of the codebase. Mostly descriptive (what the code now is), not rules. Pure producer — edits files only, never commits or opens a PR.

developmentpythongo
0
16
ViewerA

Open the blueprint viewer in your browser to inspect generated artifacts. **Prerequisites:** Requires `.archie/viewer.py` and a built `.archie/viewer/dist/`. If either is missing, tell the user to run `npx @bitraptors/archie` first. The viewer renders the same React UI the share flow uses (`archie-viewer.vercel.app`). It works against whatever data exists — once `{{COMMAND_PREFIX}}archie-deep-scan` has produced a blueprint you'll see health scores, findings, rules, and the architecture diagram.

developmentpythonbash
0
16