feat(claude-export-txt-better): add Claude Code export file fixer

Add skill to fix broken line wrapping in Claude Code exported .txt files.
Reconstructs tables, paragraphs, paths, and tool calls that were hard-wrapped
at fixed column widths.

Features:
- State-machine parser with next-line look-ahead
- Handles 10 content types (user prompts, Claude responses, tables, tool calls, etc.)
- Pangu spacing for CJK/ASCII mixed text
- 53 automated validation checks
- Safety: never modifies original files, verifies marker counts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
daymade
2026-03-11 14:02:26 +08:00
parent 135a1873af
commit 042c837db6
5 changed files with 2512 additions and 0 deletions

1
.gitignore vendored
View File

@@ -81,3 +81,4 @@ INSTALLATION.md
# Private/commercial skills (moved to claude-code-skills-pro)
seo-expert/
video-creator/
/jsonl-viewer/