Kid mode ๐Ÿง’

The tools I use are described in files called SKILL.md. When those files mention scripts, sometimes the scripts have moved or live in an unexpected folder. This page lists which SKILL.md files have out-of-date script mentions and picks one to actually fix each session.

Skill-drift audit ยท 2026-07-07

Skill-drift audit + one-per-pass fix

Scanned all 161 SKILL.md files under ~/.claude/skills/, extracted every script reference, and checked whether it resolves.

Baseline vs today

164
Missing per v1 (earlier session)
104
Missing after auditor v3
587
Refs scanned
161
Skills scanned
1
Skill fixed this pass
Auditor bug caught + fixed. The v1 audit's 164-missing figure included many false positives: refs like _lib/rebuild_indexes.py and tools/fetch_transcripts.py that DO resolve when checked against the skill's own subdirs. Auditor v3 also handles glob refs like summarize_deepseek*.py. Genuine drift is 104 refs across 51 skills โ€” a 37% reduction from the baseline.

This pass: audio-stems-to-midi

Four bare-name refs (_transcribe_song.py, separator.py, acquire.py, drumsep_to_midi.py) live on /Users/Shared/_run_engine/ (a machine-wide staging area outside the skill dir). Added a "Script locations" table near the top of the SKILL.md so the paths are explicit. Scripts themselves are live and working; only the reference clarity was missing.

Remaining skills with truly-missing refs

SkillMissingTotalFirst 6 missing refs
beatles-song-analyzer 79/beatles-theory/chords.js, fetch_chords.py, scripts/build_page.py, build_page.py, chords.js, scripts/chord_shapes.py โ€ฆ 1 more
bestseller-book-rewrite 56voice_rewrite.py, deepseek_draft.py, verify_sources.py, voice_cleanup.py, md_to_docx.py
horror-vanguard-reviewer 512hv_review_gate.py, hv_review_gate_v2.py, react.py, extract_style.py, Projects/horror-vanguard-tp/react.py
midi-16-runs-copy-beachhouse 57_gate_fixer.py, generate_runs_6_15.py, _run_engine/_validator.py, gen_param.py, _validator.py
ableton-rack-builder 437audit_drum_stem.py, tools/repoint_racks_to_v2.py, tools/batch_moises_drums_v2.py, reslice_kicks.py
audio-stems-to-midi ๐ŸŸข fixed 2026-07-0744_transcribe_song.py, separator.py, acquire.py, drumsep_to_midi.py
band-book-publish-pipeline 418analyze_midi.py, verify_sources.py, haiku_cleanup.py, sonnet_polish.py
book-33-and-a-third 45~/Desktop/BandBooks/Zappa-OverNite/build_pdf_designed.py, reader_trust_scan.py, ~/Desktop/BandBooks/HoorayForEarth/build_pdf.py, book-publish-pipeline/validate_book.py
chiron-tencard-reading 48transcript_chalkboard.py, finish_encode.py, reading_pdf.py, teaching_pdf.py
destiny-book-forge 45extract_verses.py, voice_scan.py, render_book.py, christian-devotional-rewrite/scripts/voice_scan.py
anatomy-jam-multichar 33make_mp4.py, mode_timeline.py, build_voices.py
band-engine 36_pipeline.py, _extract_fingerprint.py, _compare_to_fingerprint.py
phish-anatomy-of-a-jam 325make_mp4.py, normalize_indexes.py, build_voices.py
christian-devotional-rewrite 216extract_pdfs.py, ~/Desktop/House-of-the-Lamp/revoice_male.py
drum-realize 23kit_to_drum_rack_v4.py, midi-drum-analysis/tools/analyze_midi_drums.py
manual-windows-rig-builder 26make_samples.py, _lib/manual_series_builder.py
midi-16-runs-copy 23_gate_fixer.py, _genN.py
midi-16-runs-copy-marsvolta 23_gate_fixer.py, _validator.py
midi-style-eval 24_gate_fixer.py, _genN.py
music-book-33 25qa_rebuild_tarot_pdf.py, qa_rebuild_book_pdf.py
music-library-pipeline 28loop_finder.py, loop-placer/bulk_acid_stamp.py
note-this 23route_note.py, chat-conductor/_lib/route_note.py
outside-the-key-4book 23qarebuildbookpdf.py, bestseller_format.py
shiner-engine 24_compare_to_fingerprint.py, _validator.py
5d-new-age 11clean_voice.py
archive-chat 12auto_bracket_handoffs.py
avoidant-video-pipeline 110scripts/upload_queue.py
believeyoume-v5 110build_sheet.py
chat-end 12chat-conductor/_lib/archive_session.py
chat-start 12chat-conductor/_lib/chat_start.py
chiron-client-read 13tools/fetch_cards.py
community-os 11validate_citations.py
deslop 14hv_review_gate_v2.py
effect-detector 13scripts/detectors/your_effect.py
ixi-sheet-from-stems 112build_sheet.py
loop-merger 14loop_finder.py
m4l-builder 15repackage_m4l.py
mashup-maker 12loop_finder.py
midi-16-runs-copy-apc-mercs 13_gate_fixer.py
midi-16-runs-copy-shiner 15_gate_fixer.py
midi-analyze 15book_formatter.py
midi-archetype-book-tuned 11generate_archetype_book.py
midi-drum-analysis 111drum_vocab_match.py
midi-fresh-ear 12verify_sources.py
midi16runscopyhooray 16_gate_fixer.py
music-theory-book 16_midi_analysis/audio_pulls/pipeline_one_song.py
music21-bar-harmony 15sfg/chord-charts/render_chord_charts.py
recommend-next 12chat-conductor/_lib/recommend.py
ship 14deploy_htmls_lean.py
song-key-sourcing 13book-publish-pipeline/reader_trust_scan.py
track-artifact 12chat-conductor/_lib/track_artifact.py

Artifacts

Next pass

Per the one-skill-per-pass rule, next pass takes the top remaining offender. Current queue leader: beatles-song-analyzer (7 missing of 9). Similar disambiguation pass or delete-stale refs pass.