Skip to content

AI-powered plugins that streamline your entire development workflow in Claude Code.

License

Notifications You must be signed in to change notification settings

charlesjones-dev/claude-code-plugins-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

47 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Claude Code Plugins for Developers

Version License GitHub Issues GitHub Stars Maintenance

AI-powered plugins that streamline your entire development workflow in Claude Code.

🎯 Overview

This Claude Code plugin marketplace provides plugins that extend Claude Code's capabilities, focusing on developer productivity and automation.

πŸ“¦ Available Plugins

πŸ’‘ Usage Note: All skills are invoked as slash commands without arguments (e.g., /accessibility-audit). Interactive skills will prompt you for any required information; non-interactive skills run directly on your codebase.

Plugin Description Skills (Slash Commands) Agents
ai-accessibility AI-powered accessibility auditing with WCAG compliance /accessibility-audit accessibility-auditor
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 -
ai-git AI-powered git automation and workflow streamlining /git-init, /git-commit-push, /git-commit-push-pr -
ai-learn AI-powered Socratic learning mode for guided problem-solving /learn, /learn-review -
ai-performance AI-powered performance optimization and bottleneck detection /performance-audit performance-auditor
ai-security AI-powered security auditing with reproducible reports /security-init, /security-audit, /security-scan-dependencies security-auditor, security-dependency-scanner
ai-statusline AI-powered status line customization with progress bars /statusline-wizard, /statusline-edit -
ai-workflow AI-powered development workflow automation /workflow-plan-phases, /workflow-implement-phases, /workflow-preflight, /workflow-ship -
ai-writing AI-powered writing quality tools for natural-sounding text /writing-humanize -

πŸ“ Note on Audit Plugins: The ai-accessibility, ai-security, and ai-performance plugins are developer-focused analysis tools designed to identify issues during development. They perform static code analysis, with ai-accessibility and ai-security also offering URL scanning capabilities (/accessibility-audit with Playwright MCP and /security-scan-dependencies respectively). 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.

πŸš€ Quick Start

Prerequisites

New to Claude Code? Claude Code is an AI-powered CLI tool that helps with software development tasks.

πŸ‘‰ Download and install Claude Code

Installation

  1. Add this marketplace to Claude Code:
/plugin marketplace add charlesjones-dev/claude-code-plugins-dev
  1. 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-dev

Usage

Once 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 configuration

πŸ“„ License

MIT License - See LICENSE file for details.

πŸ‘€ Author

Charles Jones

πŸ”— Links

Star History

Star History Chart


Built with ❀️ for the Claude Code community