chore(skills): Reorganize skill directories#1597
Conversation
decision(skills-layout): Move skills to .agents/skills with .claude/skills symlinks for harness compatibility decision(agent-carnet): Mark as internal via metadata flag
intent(skills-layout): Separate project-internal skills from harness-specific .claude/skills/ decision(compat): Keep .claude/skills/repomix-explorer as symlink so existing CLI/plugin references still resolve constraint(hermes-docs): Hermes install URL in README and 15 translated guides points at raw GitHub paths, so the move requires updating every docs locale
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (22)
📝 WalkthroughWalkthroughThis PR restructures skill organization by introducing canonical skill paths, marking agent-carnet as internal, adding skill reference files, and updating Hermes Agent installation documentation across all language guides to use the new skill path structure. ChangesSkill Structure and Path Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
⚡ Performance Benchmark
Details
|
There was a problem hiding this comment.
Code Review
This pull request updates the metadata for the agent-carnet skill and adds the contextual-commit skill to the skills-lock.json file. It also updates the installation URLs for the repomix-explorer skill across the README and various localized documentation files, shifting the path from .claude/skills/ to skills/. I have no feedback to provide as there are no review comments.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1597 +/- ##
=======================================
Coverage 90.86% 90.86%
=======================================
Files 121 121
Lines 4683 4683
Branches 1088 1088
=======================================
Hits 4255 4255
Misses 428 428 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Reorganizes the skill directory layout for clearer separation between externally managed skills, project-internal skills, and harness-specific entry points.
agent-carnet,contextual-commit) under.agents/skills/, with.claude/skills/symlinks kept for harness compatibility. Addcontextual-committoskills-lock.jsonand markagent-carnetas internal.repomix-explorerskill from.claude/skills/to a top-levelskills/directory, keeping a.claude/skills/repomix-explorersymlink so existing CLI/plugin references still resolve.README.mdand all 15 translatedrepomix-explorer-skill.mdguides to point at the newskills/repomix-explorer/SKILL.mdpath.Checklist
🤖 Generated with Claude Code