@daemux/claude-plugin
v1.26.0
Published
Install and manage Daemux Claude Code plugins
Downloads
144
Maintainers
Readme
Daemux Claude Plugins
A marketplace for Claude Code plugins used across Daemux projects.
Install / Update
Project-specific (default): Run from your project directory:
npx @daemux/claude-pluginGlobal (all projects): Install once for all projects:
npx @daemux/claude-plugin --globalWorks for both fresh install and updates. Run the same command anytime.
The installer will:
- Register the marketplace in
~/.claude/plugins/ - Install the plugin via
claude plugin install - Add required env vars to
.claude/settings.json(preserves existing values) - Configure statusLine (preserves existing config)
- Copy
CLAUDE.mdtemplate with development standards
Auto-update notifications are built in via update-notifier.
Uninstall
Project-specific: Remove from current project only:
npx @daemux/claude-plugin --uninstallGlobal: Remove from all projects and clean up marketplace:
npx @daemux/claude-plugin --global --uninstallCLI Options
npx @daemux/claude-plugin [options]
Options:
-g, --global Install/uninstall globally (~/.claude) instead of project scope
-u, --uninstall Uninstall the plugin
-v, --version Show version number
-h, --help Show help messageIncluded Plugins
daemux-dev-toolkit
General-purpose development toolkit with:
8 Agents:
architect- Designs architecture before developmentdesigner- UI/UX design specs before frontend developmentdeveloper- Code implementation (backend/frontend)devops- DevOps operations (deploy, database, server management)product-manager- Pre/post-dev validationreviewer- Code review after changessimplifier- Code simplificationtester- Testing (backend/frontend/integration)
Configuration
The plugin is ready to use after installation. Core features are enabled automatically in .claude/settings.json:
{
"env": {
"CLAUDE_CODE_ENABLE_TASKS": "true",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}Add additional environment variables as needed for your project.
Pin a Specific Version
npx @daemux/[email protected]