docs: expand degit install note to cover per-project target#28
Merged
charlesrhoward merged 1 commit intomainfrom Apr 24, 2026
Merged
docs: expand degit install note to cover per-project target#28charlesrhoward merged 1 commit intomainfrom
charlesrhoward merged 1 commit intomainfrom
Conversation
The single-line degit fallback in skills/README.md only showed the global install target. Expanded it into a two-command block that mirrors the clone-based install above it, so per-project degit users have a ready-to-paste command.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Mogplex PR ReviewStatus: No material issues found SummaryTightly scoped follow-up to #27. Converts the inline degit note into a two-command bash block (global + per-project), matching the structure already used by the clone-based block above. Commands are correct, comments are clear, prose context is preserved, and the change is limited to the single line it claims to touch. Verdict✅ APPROVE — No issues found. Ready to merge. Affected files:
|
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.
Follow-up to #27. Addresses the sole inline finding from the Mogplex PR review.
Change
The degit fallback note in
skills/README.mdpreviously showed only the global install target (~/.claude/skills/), while the clone-based block above it covered both global and per-project. Expanded the degit note into a matching two-command block so per-project degit users have a ready-to-paste command.Files changed
skills/README.md— 1 file changed, +9 / -1.Test plan
pnpm lintpnpm types:checkpnpm build