cjgdev

Debug Timing — Development skill for Claude Code

Development community

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

Terminal
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:

  1. File path to the MMD file with timing issues
  2. Expected timing vs actual timing (if known)
  3. 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 Repository