Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nellcorp/crispy-comments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crispy-comments

An Agent Skill written to curb coding agent's fine-tuned preference for narrating their inner chain-of-thought while writing code.

Based on this tweet

Lot of lambda in:

"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."

— Danver Braganza (@404Cause) May 26, 2026

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.

About

A Claude Code skill that prunes code comments down to what helps future maintainers.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%