Clear Explain banner
eugeniughelbur eugeniughelbur

Clear Explain

Development community

Description

--- description: Explain one CLEAR-100 rule: what it catches, why it exists, the fix, and a before-and-after. Use when a finding looks wrong or a rule needs a defense. --- # /clear-explain Explain a rule, or defend it. ## Steps 1. Run `python3 scripts/clearcheck.py --explain <RULE_ID>`. Never paraphrase a rule from memory. 2. Give the reason first, then the fix, then the before-and-after. 3. If the user thinks the rule is wrong on their line, decide honestly: - The rule is right: show the

Installation

Installs to ~/.claude/skills/eugeniughelbur-clearmode-clear-explain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eugeniughelbur-clearmode-clear-explain && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/clearmode/HEAD/commands/clear-explain.md -o ~/.claude/skills/eugeniughelbur-clearmode-clear-explain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository