v1.10.1

yamadashy/repomixv1.10.1Dec 14, 2025by yamadashy

AI Summary

This release improves skill generation for remote repositories, making the --skill-generate --remote workflow more reliable and informative with correct project name extraction.

Key Highlights

  • Fixed project name generation for remote repositories
  • Fixed .claude/ directory conflicts when copying skills
  • Added source URL in SKILL.md footer for remote repositories

New Features

  • Correct project name extraction from repository URL
  • Selective .claude/skills/ directory copying to prevent conflicts
  • Source URL inclusion in SKILL.md footer for remote repositories

Full Release Notes

This release improves skill generation for remote repositories, making the `--skill-generate --remote` workflow more reliable and informative!

## Bug Fixes 🐛

### Fixed Project Name Generation for Remote Repositories (#1001)

Previously, the project name was incorrectly derived from the temp directory name (e.g., "Repomix HPkbgH"). Now it correctly extracts the repository name from the URL.

```bash
repomix --remote https://github.com/vitejs/vite --skill-generate
# Before: SKILL.md title was "Reference codebase for Repomix HPkbgH"
# After: SKILL.md title is "Reference codebase for Vite" ✨
```

### Fixed `.claude/` Directory Conflicts (#1001)

When the remote repository has its own `.claude/` directory (with commands, agents, etc.), only `.claude/skills/` is now copied to prevent conflicts with your existing configuration.

## Improvements ⚡

### Source URL in SKILL.md (#1001)

For remote repositories, the SKILL.md footer now includes the source URL for easy reference:
- Remote: `This skill was generated by Repomix from https://github.com/vitejs/vite`
- Local: No URL included (to avoid exposing personal paths)

## How to Update

```bash
npm update -g repomix
```

---

As always, if you have any issues or suggestions, please let us know on GitHub issues or our [Discord community](https://discord.gg/wNYzTwZFku).