feat(install): add --skills-dir mode (Claude Code skills-directory plugin)#4
Open
mh0pe wants to merge 1 commit into
Open
feat(install): add --skills-dir mode (Claude Code skills-directory plugin)#4mh0pe wants to merge 1 commit into
mh0pe wants to merge 1 commit into
Conversation
…-directory plugin)
Adds a --skills-dir flag to bin/install.js that installs SEED as a
self-contained Claude Code skills-directory plugin instead of writing
directly to the global or local commands directory.
Layout written under the target (default: .claude/skills/seed/):
.claude-plugin/plugin.json {name, version, description} metadata
commands/seed/ same content as the standard install
The --dir <path> option overrides the default target path.
Framework @~/.claude/<x>-framework/ and @./.claude/<x>-framework/ refs
in copied files are rewritten to ${CLAUDE_PLUGIN_ROOT}/<x>-framework/.
On success the installer prints that the plugin loads next session as
seed@skills-dir, requires workspace trust, and for Claude Code Cloud the
.claude/skills/seed/ directory must be committed to the repository.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 14, 2026
feat(install): add --skills-dir mode (Claude Code skills-directory plugin)
ChristopherKahler/carl#10
Open
Author
|
Related PRs — part of a coordinated cross-repo offer (
Reviewing them together is recommended; the same change pattern is mirrored per repo. |
Author
|
Related PRs — part of a coordinated cross-repo offer (seed install / packaging offers) applied across the carl/base/paul/seed framework forks:
Reviewing them together is recommended; the same change pattern is mirrored per repo. |
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.
What
Adds
--skills-dir [--dir <path>]to the installer, writing a self-contained skills-directory plugin (.claude-plugin/plugin.json+commands/) that Claude Code auto-loads in place asseed@skills-dir.Default target:
<cwd>/.claude/skills/seed/.Why
claude plugin install, no marketplace setup..claude/skills/but cannot see local marketplace installs; a committed skills-dir plugin is the supported way to ship a plugin to cloud.Notes
commands/tree (no/seed:seed:*double-prefix).--localpath is unchanged.🤖 Generated with Claude Code