By deviantony
Claude Developer Experience — setup wizard and code review tools for Claude Code projects
Review 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub deviantony/claude-plugins --plugin cdxBrowser-based annotation tool that lets you add line-specific feedback to any file
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Commands for loading context and priming Claude for specific tasks
GitHub integration providing repository management, issues, pull requests, actions, and code search via GitHub Copilot's hosted MCP server. Zero configuration required.
Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.