hyhmrright

Logic Explain — Development skill for Claude Code

Development community

Trace execution step by step — use when code behavior is surprising or confusing.

How to install Logic Explain

Installs to ~/.claude/skills/hyhmrright-logic-lens-logic-explain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hyhmrright-logic-lens-logic-explain && curl -fsSL https://raw.githubusercontent.com/hyhmrright/logic-lens/HEAD/commands/logic-explain.md -o ~/.claude/skills/hyhmrright-logic-lens-logic-explain/SKILL.md

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

What Logic Explain does


description: Trace execution step by step — use when code behavior is surprising or confusing allowed-tools: Skill

Use the Skill tool to invoke `logic-lens:logic-explain`, then follow its instructions exactly. $ARGUMENTS

Alternatives in Development

  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Claude Skills Project Configuration — This file governs Claude's behavior when working on the claude-skills repository 6.8k ★
  • Dotenv Vault — Sync environment variables across machines for consistent Claude Code behavior 1.2k ★

Full documentation available on GitHub

View Source Repository