Skip to content

fix: reconcile internal drift (counts + skill file naming) - #5

Draft
eddiebelaval wants to merge 1 commit into
mainfrom
claude/repo-system-update-6O3vQ
Draft

fix: reconcile internal drift (counts + skill file naming)#5
eddiebelaval wants to merge 1 commit into
mainfrom
claude/repo-system-update-6O3vQ

Conversation

@eddiebelaval

Copy link
Copy Markdown
Owner

What

Fixes internal inconsistencies found while auditing the repo. This is the partial update that doesn't require access to the live ~/.claude config — the full sync against the Mac Studio still needs to be run from a local Claude Code session (this cloud container can't reach it).

Changes

Skill file naming (24 files)

  • Renamed lowercase skill.mdSKILL.md in 24 skill directories. Each already has valid YAML frontmatter, but Claude Code only loads SKILL.md, so these weren't being recognized as skills.

Count reconciliation — the docs cited three different skill numbers (327 / 328) but there are 325 skill directories:

  • README.md: skills 327 → 325 (intro, table, section header, metrics); patterns 7 → 2
  • SPEC.md: skills 328 → 325; behavioral patterns 7 → 2
  • VISION.md: skills 328 → 325
  • BUILDING.md: skills 328 → 325 (prose + metrics)
  • install.sh: refreshed stale banner (318 skills | 56 commands | 23 agents325 skills | 63 commands | 34 agents)

Still open (needs live-config sync)

10 multi-file skill collections (calendar, communication, compliance, deadline, deal, document, intelligence, knowledge, negotiation, party) have no SKILL.md — they're content collections, not loadable skills. Left untouched pending the real sync against the current system.

https://claude.ai/code/session_01HF3QsquK7u3ZsXaU6cNoCZ


Generated by Claude Code

- Normalize 24 lowercase skill.md -> SKILL.md so they load as Claude Code
  skills (each already has valid frontmatter)
- Correct skill count to actual 325 dirs (was 327 in README, 328 in
  SPEC/VISION/BUILDING)
- Fix patterns count to 2 (was 7) in README and SPEC
- Refresh stale install.sh banner (was 318 skills | 56 commands | 23 agents)

10 multi-file skill collections (calendar, communication, etc.) still lack
a SKILL.md and are left for the live-config sync.
@coderabbitai

coderabbitai Bot commented Jun 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b48dac05-b584-4108-9cea-f6bd9525cb62

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/repo-system-update-6O3vQ

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants