Crispy Comments — Development skill for Claude Code
A Claude Code skill that prunes code comments down to what helps future maintainers.
How to install Crispy Comments
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open DanverImbue/crispy-comments and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Crispy Comments does
A Claude Code skill that prunes code comments down to what helps future maintainers.
Alternatives in Development
- Market Sizing — Estimate TAM, SAM, SOM with top-down and bottom-up approaches 7.8k ★
- Remove Comments — Remove Obvious Comments 2.8k ★
- Comments — /comments Command 849 ★
README
crispy-comments
An [Agent Skill](https://agentskills.io/home) written to curb coding agent's fine-tuned preference for narrating their inner chain-of-thought while writing code.
Based on [this tweet](https://x.com/404Cause/status/2059142734783603025)
Lot of lambda in:
— Danver Braganza (@404Cause) May 26, 2026
"For each code comment, ask: does this help future maintainers understand the code, or merely explain today’s bug fix? Remove incidental history, persuasive rationale, and correctness arguments."
Install
curl -fsSL https://raw.githubusercontent.com/DanverImbue/crispy-comments/main/install.sh | bash
This drops `SKILL.md` into `~/.claude/skills/crispy-comments/` (override with `AGENT_SKILLS_DIR`).
Usage
In your coding agent, invoke it with:
/crispy-comments
It applies only to the current branch of the current repository.
Related Skills
Claude Retro Skill
An end-of-session /retro skill for Claude Code: the agent reviews its own session, keeps only lessons that cle
Phantom Skills
Self-improving skills daemon for the phantom control-server fleet: detects, authors, verifies, prunes, and pro
Lofp
Legends of Future Past, the classic commercial MUD form the 1990's
Mexc Future Agent
MEXC crypto trading tools for Claude Code and OpenAI Codex, based on official MEXC API , with support for spot
Checkpoint
Use before ending a session or when context is getting large. Saves decision rationale for future sessions.
Decision
You MUST record decisions when the reasoning is non-obvious or context-dependent. Future sessions lose context
Related Agents
Merge Cleanup
Commits worktree changes, cherry-picks them to main, removes the worktree, and prunes the branch. Use at the e
Agent Gardener
Prunes, merges, and organizes many Claude Code agents into a smaller non-overlapping agent system.
Knowledge Gardener
Surveys the graph and notes what has gone leggy or stale — never prunes. Use this agent for read-only knowledg