A collection of Claude Code plugins for development workflows
npx claudepluginhub deviantony/claude-pluginsClaude Developer Experience — setup wizard and code review tools for Claude Code projects
Browser-based annotation tool that lets you add line-specific feedback to any file
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A Claude Code plugin marketplace (deviantony-plugins).
claude plugin marketplace add deviantony/claude-plugins
Setup wizard and code review tools for Claude Code projects. Eliminates repetitive project bootstrapping by auto-detecting tech stacks, configuring LSP plugins, generating simplifier agents, and setting up duplication detection.
claude plugin install cdx@deviantony-plugins
/cdx:setupInteractive wizard that walks you through:
go.mod, package.json, Cargo.toml, pyproject.toml, etc..gitignore if needed.claude/agents//cdx:reviewCode review workflow that:
Go, Python, TypeScript, JavaScript, Rust, Java, Ruby, C#, PHP, Swift, Kotlin, C/C++, Lua, Elixir
cdx/
├── .claude-plugin/plugin.json # Plugin manifest
├── skills/
│ ├── setup/
│ │ ├── SKILL.md # Setup wizard
│ │ └── references/
│ │ ├── lsp-plugins.md # LSP plugin reference
│ │ └── simplifier-template.md
│ └── review/
│ └── SKILL.md # Code review workflow
└── configs/
└── jscpd/
└── go.json # Go jscpd config
Browser-based annotation tool for Claude Code that lets you add line-specific feedback to any file, with annotations flowing back into your conversation as structured context.
claude plugin install canon@deviantony-plugins
Then run /canon:setup to download the platform-specific binary.
/canon:setup — Install or update the Canon binary/canon:new — Open an annotation session to review code changesSource: deviantony/canon