This directory is intended to be published to a separate public repository.
Recommended flow:
- Put Claude plugin files for distribution in this folder (
marketplace.json, plugin packages, docs). - Push this folder to a public repo with:
scripts/publish-claude-plugin.sh <public_repo_url> main plugins/claude-plugin- Configure these server env vars in the private app repo:
DEEPLINE_CLAUDE_PLUGIN_MARKETPLACE_URLDEEPLINE_CLAUDE_PLUGIN_MARKETPLACE_NAME(default:deepline)DEEPLINE_CLAUDE_PLUGIN_ID(default:deepline)
When configured, /api/v2/cli/install and /api/v2/auth/cli/register will include/install the Claude plugin.