Al Decomment — Development skill for Claude Code
Strip comments that narrate the next line or restate a name, keep the ones that explain why.
How to install Al Decomment
Installs to ~/.claude/skills/al-af-al-skills-al-decomment/SKILL.md
mkdir -p ~/.claude/skills/al-af-al-skills-al-decomment && curl -fsSL https://raw.githubusercontent.com/al-af/al-skills/HEAD/commands/al-decomment.md -o ~/.claude/skills/al-af-al-skills-al-decomment/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Al Decomment does
description: Strip comments that narrate the next line or restate a name, keep the ones that explain why
Scope to the current diff by default, not the whole repo (that's `al-audit`'s territory if actually wanted — ask before widening).
Cut: narrates the next line (`// increment` above `i++`), restates the name (`// Calculates the total` above `calculateTotal()`), commented-out dead code, a stale TODO with no owner/ticket/date, param docs that only repeat the type signature.
Keep: expl
Alternatives in Development
- Contributing — Thanks for your interest in contributing to Marketing Skills 13.8k ★
- Skill Authoring Standard — The DNA of every skill in this repository 5.3k ★
- Remove Comments — Remove Obvious Comments 2.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Pbi Comment
Add inline // comments and a structured description property to a single DAX measure. Comments explain busines
Cleanup Roadmap
Collapse this repo's DECISIONS.md to an index and trim ROADMAP.md to its open set — strip the §0 resume-block
Mem Handoff
Rotate docs/handoff.md — keep the most recent N dated snapshots live, move older ones to docs/handoff-archive.
Code Comments
Keep comments minimal and structurally invisible — code shape comes first, rationale lives at the boundary, de
Harnessmeter
A profiler for your agentic harness. Price every line of CLAUDE.md, every skill, subagent and MCP tool schema
Bq Explain
Explain a BigQuery feature, function, or concept with working examples. Pass the feature name or question.
Related Agents
Cr Comment Analyzer
Analyzes comments and inline documentation added or changed in the PR — factual accuracy against the real code
Tutor
Front-line teacher for /supertutor. Diagnoses, teaches, and runs the explain-back loop to the never-vague cont
PR Manager Lite
Trimmed variant of pr-manager for fast iterations. Reads reviewer comments on a Gemma-Code PR, applies in-scop