Commit Graph

3 Commits

Author SHA1 Message Date
Misaka Server
1352f0875b Update SKILL.md for excel-report-converter: enhance description and workflow details for better clarity and usability 2026-03-25 15:03:18 +08:00
Misaka Company
bdd2df7e75 Optimize excel-report-converter verification for large files
Add guidance to verify only first 10 records when validating large export files, avoiding processing time and memory issues. Also add temp/ to .gitignore.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 17:48:38 +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