2 Commits

Author SHA1 Message Date
Misaka_Company
1351371bd2 feat: Add mermaid-fixer skill for automatic Mermaid syntax error correction
- Add skill that uses check-mermaid.js to validate Mermaid diagrams
- Skill guides Claude to parse error reports and apply intelligent fixes
- Fixes common Mermaid parser bugs (parentheses, brackets, braces in labels)
- Include demo scripts with test Markdown file for validation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 13:32:55 +08:00
Misaka Company
06c4f8eafa Reorganize project structure: move scripts to demo_scripts
- Rename scripts/ directory to demo_scripts/ for clarity
- Move excel_to_markdown.py to demo_scripts/ directory
- This better reflects the purpose of these scripts as demonstration examples

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 15:06:01 +08:00