Debug Temm1e banner
temm1e-labs temm1e-labs

Debug Temm1e

Development community

Description

# Skill: Debug a TEMM1E issue ## When to use Use this skill when the user reports a bug, unexpected behavior, test failure, or runtime error in TEMM1E and needs help diagnosing and fixing it. ## Diagnostic steps ### Step 1: Reproduce and gather information Ask the user for: - Error message or stack trace - Which crate or component is affected - Whether it happens at compile time, test time, or runtime - Any recent changes that may be related ### Step 2: Check compilation ```bash # Quick c

Installation

Installs to ~/.claude/skills/temm1e-labs-temm1e-debug-temm1e/SKILL.md

Terminal
mkdir -p ~/.claude/skills/temm1e-labs-temm1e-debug-temm1e && curl -fsSL https://raw.githubusercontent.com/temm1e-labs/temm1e/HEAD/.claude/skills/debug-temm1e.md -o ~/.claude/skills/temm1e-labs-temm1e-debug-temm1e/SKILL.md

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

Full documentation available on GitHub

View Source Repository