Commit Graph

3 Commits

Author SHA1 Message Date
Misaka_Company
57b797196c 🔧 chore: update .gitignore for agents directory
Add .agents/ and skills-lock.json to gitignore to exclude
AI agent artifacts and skill lock files from version control.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 12:56:47 +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
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