My Claude Code Setup
A starter template by centminmod that brings a Cline-inspired memory bank to Claude Code. Provides three updated CLAUDE.md template variants following Anthropic best practices (progressive disclosure, dual-memory architecture) plus slash commands for security audits, architecture review, usage cost analysis, and memory updates. Run /init once to populate the memory bank; use /update-memory-bank at session end to persist sprint state.
View on GitHubWhat it does
- /init
Analyze the codebase and populate the memory bank files at the start of a project.
- /update-memory-bank
Write the current sprint state back to CLAUDE.md and memory bank files at session end.
- /security-audit
Run an OWASP-guided security scan categorizing findings by Critical, High, Medium, and Low severity.
- /secure-prompts
Detect prompt injection attacks and malicious instructions in file content or pasted text.
- /create-release-note
Generate customer-facing and technical release notes from recent git commits, interactively or by commit count.
- /ccusage-daily
Parse ccusage output into a structured daily cost, token usage, and cache efficiency report.