Debug Timing — Development skill for Claude Code
Debug timing issues in MMD files by analyzing timing calculations.
How to install Debug Timing
Installs to ~/.claude/commands/cjgdev-midi-markdown-debug-timing.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cjgdev/midi-markdown/HEAD/.claude/commands/debug-timing.md -o ~/.claude/commands/cjgdev-midi-markdown-debug-timing.md Restart Claude Code, or start a new session, for it to be picked up.
What Debug Timing does
description: Debug timing issues in MMD files by analyzing timing calculations
Help debug timing problems in MMD files. Ask the user for:
- File path to the MMD file with timing issues
- Expected timing vs actual timing (if known)
- Specific event or line number that's problematic
Then perform the following analysis:
Analysis Steps:
1. Parse and Read the File
- Parse the MMD file using
MMLParser - Extract frontmatter (tempo, time_signature, ppq)
- Show th
Alternatives in Development
- Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
- Debug Buttercup — Trail of Bits security skill for debug buttercup 3.7k ★
- Octo Debug — Systematic debugging with methodical problem investigation 2.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Debug Plugin
Debug plugin issues by analyzing session transcripts, comparing expected vs actual behavior, and developing ve
Debug Bson
Debug BSON Serialization Issues
Observe Whatsapp
Debug WhatsApp delivery issues and run health checks
Wp Debug
Diagnose and fix WordPress block-theme failures — block validation errors, theme.json issues, missing patterns
C Debug
Run the addon development feedback loop to find and fix issues.
Investigator
Root-cause debugging specialist that diagnoses issues through systematic investigation before proposing any fi
Related Agents
Timing Debugger
Timing calculation specialist. Use when debugging timing issues, off-by-one errors, musical time calculations,
Bess Analyst
Analyze BESS issues, debug problems, and explain system behavior. Use when investigating savings calculations,
GitHub Actions Debugging
Debug GitHub Actions workflow failures by analyzing logs, identifying