Commit Graph

5 Commits

Author SHA1 Message Date
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
Misaka Company
703d36038a Add excel-report-converter skill and documentation
- Add excel-report-converter skill for generating Python scripts to convert report-style Excel files to database-record format
- Skill analyzes report structure (header + detail rows + footer) and generates custom conversion scripts
- Update README.md to document the new skill and report_to_db_format.py script
- The skill integrates with excel-to-markdown for structure analysis and validation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 15:03:22 +08:00
Misaka Company
3a605fd9cd Add CLAUDE.md documentation for future Claude Code instances
Provides comprehensive guidance on the project's skill development
environment, including architecture, common commands, skill creation
workflow, and coding guidelines.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 13:12:09 +08:00
Misaka Company
85f788a8ff Add project README documentation
Add comprehensive README.md documenting the project structure, workflow, and best practices for creating Claude Skills. Includes step-by-step guide for skill development, packaging, and testing.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 13:02:40 +08:00
Misaka Company
b017e36753 Add excel-to-markdown skill and converter script
- Add excel_to_markdown.py script for converting Excel files to Markdown tables
- Create excel-to-markdown skill with SKILL.md documentation
- Support automatic data range detection and flexible output options
- Include features for row/column numbering and partial conversions
- Add skill-creator reference documentation

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