mirror of
https://github.com/yamadashy/repomix.git
synced 2026-05-30 11:18:53 +02:00
df5647c682
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