Add Claude Code plugin and castari-deploy skill#7
Merged
jacobcwright merged 1 commit intomainfrom Feb 12, 2026
Merged
Conversation
Adds a Claude Code plugin so users can deploy agents directly from Claude Code by typing /castari-deploy. The skill walks through CLI installation, authentication, project scaffolding, and deployment. Distribution paths: - skills.sh: npx skills add castari/cli - Claude Code plugin marketplace: /plugin marketplace add castari/cli Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Depends on #6 (README revamp) — that PR will reference this plugin/skill. |
jacobcwright
added a commit
that referenced
this pull request
Feb 12, 2026
Add a callout after the Install section pointing users to the /castari-deploy skill as a faster alternative to manual setup. Related: #7 Co-Authored-By: Claude Opus 4.6 <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.
Summary
.claude-plugin/) so Castari is discoverable via the plugin marketplacecastari-deployskill (skills/castari-deploy/SKILL.md) that walks users through the full deploy flow: CLI install → auth → scaffoldcastari.json→ deploy → verify → testnpx skills add castari/cliand/plugin marketplace add castari/cliTest plan
~/.claude/skills/castari-deploy/SKILL.mdand verify/castari-deployappears in Claude Codenpx skills add castari/clidiscovers the skill after merge🤖 Generated with Claude Code