Automate developer busy work with AI-powered plugins for Claude Code.
This Claude Code plugin marketplace provides plugins that extend Claude Code's capabilities, focusing on developer productivity and automation.
💡 Command Usage Note: All commands are invoked without arguments (e.g.,
/accessibility-audit). Interactive commands will prompt you for any required information; non-interactive commands run directly on your codebase. Do not pass parameters when invoking commands.
| Plugin | Description | Commands | Agents | Skills |
|---|---|---|---|---|
| ai-accessibility | AI-powered accessibility auditing with WCAG compliance | /accessibility-audit |
accessibility-auditor |
accessibility-auditing |
| ai-ado | AI-powered Azure DevOps integration with MCP support | /ado-init, /ado-create-feature, /ado-create-story, /ado-create-task, /ado-log-story-work, /ado-timesheet-report |
- | ado-work-items |
| ai-git | AI-powered git automation and workflow streamlining | /git-init, /git-commit-push |
- | - |
| ai-performance | AI-powered performance optimization and bottleneck detection | /performance-audit |
performance-auditor |
performance-auditing |
| ai-plugins | AI-powered plugin and skill scaffolding and generation tools | /plugins-scaffold |
- | skills-scaffold, plugins-scaffold |
| ai-security | AI-powered security auditing with reproducible reports | /security-init, /security-audit, /security-scan-dependencies |
security-auditor, security-dependency-scanner |
security-auditing, security-dependency-scanning |
📝 Note on Audit Plugins: The
ai-accessibility,ai-security, andai-performanceplugins are developer-focused analysis tools designed to identify issues during development. They perform static code analysis, withai-accessibilityandai-securityalso offering URL scanning capabilities (/accessibility-auditwith Playwright MCP and/security-scan-dependenciesrespectively). These plugins are meant to complement (not replace) runtime testing tools, professional services, and manual testing. Use these plugins to catch issues early in the development phase, then validate with specialized testing tools and services appropriate to your domain.
New to Claude Code? Claude Code is an AI-powered CLI tool that helps with software development tasks.
👉 Download and install Claude Code
- Add this marketplace to Claude Code:
/plugin marketplace add charlesjones-dev/claude-code-plugins-dev- Install plugins (see Available Plugins table above for all options):
# Install any plugin from this marketplace
/plugin install <plugin-name>@claude-code-plugins-dev
# Examples:
/plugin install ai-ado@claude-code-plugins-dev
/plugin install ai-git@claude-code-plugins-dev
/plugin install ai-security@claude-code-plugins-devOnce installed, plugins add slash commands directly to Claude Code. Use any command from the Available Plugins table above:
# Examples:
/git-init # Initialize .gitignore for project
/security-init # Initialize security settings
/ado-init # Initialize Azure DevOps + MCP server configurationMIT License - See LICENSE file for details.
Charles Jones
- Website: charlesjones.dev
- GitHub: @charlesjones-dev
Built with ❤️ for the Claude Code community