mirror of
https://github.com/daymade/claude-code-skills.git
synced 2026-09-14 16:15:21 +08:00
cd69a9465f
Land the two skill directories that were missing from git history. The
plugin entries already existed in marketplace.json (carried into commit
1f72904 as uncommitted draft modifications during the suite-flatten
rewrite), but the skill directories themselves and all documentation
surfaces were never synchronized — install would have failed to resolve
./debugging-network-issues and ./stepfun-tts. This commit completes that
half-done registration.
Skills:
- debugging-network-issues v1.0.0: Evidence-driven, falsification-first
methodology for network/streaming/protocol-layer bugs (HTTP/2 RST_STREAM,
SSE stalls, fixed-time drops, CDN/proxy/CGNAT idle timeouts). Bundles
layered-isolation probe scripts and a real SSE 130s case study.
- stepfun-tts v1.0.0: StepFun StepAudio 2.5 family — stepaudio-2.5-tts
(Contextual TTS via instruction + inline parentheses) and
stepaudio-2.5-asr (SSE endpoint, 32K context, ~100x RTF, 30-min
single-call). Captures the three step-tts-2 → stepaudio-2.5 breaking
changes with migration playbook.
Manifest sync:
- marketplace.json: metadata.version 1.50.0 → 1.51.0
- CHANGELOG.md: v1.51.0 entry with the half-done-registration note
- README.md / README.zh-CN.md: badges, descriptions, skill sections #49+#50,
Use Cases, Documentation Quick Links, Requirements
- CLAUDE.md: skill count 49 → 51, plugin count 53 → 55, Available Skills
check_marketplace.sh: 4/4 PASS
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>