settings — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited settings (Hook) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A reusable Claude Code configuration for agentic development — commands, agents, hooks, and project rules ready to drop into any new project.
| File | Purpose |
|---|---|
CLAUDE.md | Project rules, workflow orchestration, self-improvement loop, code standards |
.claude/commands/push2git.md | /push2git — diffs last commit, writes a professional commit summary to .git/commits/commitN.md |
.claude/commands/dump.md | /dump — snapshots todo list, progress, and session context to .claude/progress/dumpN.md for session handoff |
.claude/agents/planner.md | Planning agent — turns a goal into an ordered, atomic feature list written to tasks/todo.md |
.claude/agents/feature-builder.md | Zero-context implementation agent — receives one feature spec, completes it, reports back |
.claude/settings.json | Hooks: Python syntax check on write, debug artifact warnings, destructive command blocking, tmux reminder |
git clone https://github.com/PranavMishra17/Claude-setup my-new-project
cd my-new-project
rm -rf .git && git init
git add . && git commit -m "chore: init from claude-code-template"Then open Claude Code in that directory — CLAUDE.md and all agents/commands are live immediately.
Starting a feature:
use planner agent to plan [your goal]Planner writes tasks/todo.md with an ordered feature list. Orchestrator feeds each feature to a fresh feature-builder subagent instance. Verify between each feature.
Context getting full (~50%):
/dump
/clearThen start the new session with @.claude/progress/dumpN.md.
End of work chunk:
/push2gitWrites .git/commits/commitN.md with a suggested commit message and per-file change summaries. Review it, then commit manually when ready.
.env — it's in .gitignore.git/commits/ is generated at runtime inside .git, so it's never tracked## Lessons Learned section in CLAUDE.md as you go<table align="center"> <tr> <td width="200px"> <img src="public/images/me.jpg" alt="Pranav Mishra" width="180" style="border: 5px solid; border-image: linear-gradient(45deg, #9d4edd, #ff006e) 1;"> </td> <td>
</td> </tr> </table>
<div align="center">
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.