chore: point office skills at ~/.claude/skills (read by Claude Code) - #247
Merged
Conversation
The bundled setup scripts now default their skills root to ~/.claude/skills so Claude Code (not just CoDev Code) reads the office skills. codevhub still passes no -SkillsRoot, so it inherits that default and preserves the script's console-user detection under a different-account Windows elevation. Documents the destination in the office.ts header and updates the manual-command example path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
codevhub skill officeruns a bundled setup script that installs the four office skills. Those skills used to land in~/.config/codev/skills, which Claude Code does not scan — so only CoDev Code / OpenCode saw them. The setup scripts now default to~/.claude/skills(see quickbeard/codev-scripts#24), which Claude Code and CoDev Code both read.Changes (codev-hub side)
codevhub owns none of the path logic here, and deliberately so: it passes no
-SkillsRoot/--skills-root, so it inherits the setup script's default. That's load-bearing — pinning a path from codevhub would defeat the script's console-user detection under a different-account Windows UAC elevation. So this PR only:office.tsheader comment, andofficeManualWindowsCommandtest's synthetic-SkillsRootexample from…\.config\codev\skillsto…\.claude\skills(the test asserts space-quoting; the example path just tracks the new convention).Validation
pnpm typecheck, fullpnpm test(1384 pass), andpnpm buildall green via the pre-commit hook.Coordinates with
quickbeard/codev-scripts#24 (the actual path change + migration), quickbeard/codev-code#160 (
.claudeoutranks the config dir), and the landing-page docs PR.🤖 Generated with Claude Code