By deviantony
Claude Developer Experience — setup wizard and code review tools for Claude Code projects
npx claudepluginhub deviantony/claude-plugins --plugin cdxReview recent code changes for simplicity, clarity, and duplication. Runs the project's simplifier agent and jscpd duplication detection on changed files. Use when user says: "review changes", "review code", "check my code", "run review", "code review", or "cdx review".
Interactive setup wizard to bootstrap any project for Claude Code development. Auto-detects tech stacks, configures LSP plugins, generates tailored simplifier agents, and sets up duplication detection via jscpd. Use when user says: "set up project for Claude", "initialize Claude Code", "bootstrap Claude dev environment", "cdx setup", or "configure Claude tools".
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
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.