Logic Explain — Development skill for Claude Code
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
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 RepositoryRelated Skills
Atlas.Flow
Extract business logic flow from code, trace execution path from entry point
Lesson
Use when: capturing a non-obvious lesson/gotcha/workaround after a tricky fix or surprising behavior. Writes a
Pbi Comment
Add inline // comments and a structured description property to a single DAX measure. Comments explain busines
Pbi Explain
Deconstruct any DAX measure into a structured plain-English breakdown covering business logic, filter context
Sc Explain
Provide clear explanations of code, concepts, and system behavior with educational clarity
Native Core
Build simplest complete system. Trace behavior and invariants before editing. System, user, and repository ins
Related Agents
Trace Analyst.Agent
Investigates agent-strace sessions to explain behavior, failures, cost, and tool usage.
Bess Analyst
Analyze BESS issues, debug problems, and explain system behavior. Use when investigating savings calculations,
Ndv Diagnose
Debugging specialist. Use when you have a bug, failing test, stack trace, unexpected behavior, or anything bro