Files
Kazuki Yamada df5647c682 feat(skill): Enhance skill output with split files and auto-naming
Improve the Claude Agent Skills generation feature:

- Rename CLI option from --generate-skill to --skill-generate [name]
- Make skill name optional with auto-generation (repomix-reference-<folder>)
- Split skill output into multiple reference files:
  - summary.md: Purpose, format description, and notes
  - structure.md: Directory tree view
  - files.md: Complete file contents
  - git-diffs.md: Uncommitted changes (optional)
  - git-logs.md: Recent commit history (optional)
- Move skill-related code to src/core/output/skill/ folder
- Extract shared language mapping to outputStyleUtils.ts
- Add 100+ language mappings for syntax highlighting
2025-12-10 00:27:43 +09:00
..