charlesjones-dev/claude-code-plugins-dev

Automate developer busy work with AI-powered plugins for Claude Code.

22 stars0 forksUpdated Jan 19, 2026
npx skills add charlesjones-dev/claude-code-plugins-dev

README

Claude Code Plugins for Developers

Version License GitHub Issues GitHub Stars Maintenance

Automate developer busy work with AI-powered plugins for Claude Code.

šŸŽÆ Overview

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

šŸ“¦ Available Plugins

šŸ’” 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.

PluginDescriptionCommandsAgentsSkills
ai-accessibilityAI-powered accessibility auditing with WCAG compliance/accessibility-auditaccessibility-auditoraccessibility-auditing
ai-adoAI-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-gitAI-powered git automation and workflow streamlining/git-init, /git-commit-push--
ai-learnAI-powered Socratic learning mode for guided problem-solving/learn, /learn-review--
ai-performanceAI-powered performance optimization and bottleneck detection/performance-auditperformance-auditorperformance-auditing
ai-pluginsAI-powered plugin and skill scaffolding and generation tools/plugins-scaffold-skills-scaffold, plugins-scaffold
ai-securityAI-powered security auditing with reproducible reports/security-init, /security-audit, /security-scan-dependenciessecurity-auditor, security-dependency-scannersecurity-auditing, security-dependency-scanning
ai-statuslineAI-powered status line customization with progress bars/statusline-wizard, /statusline-edit-statusline-setup
ai-workflowAI-powered development workflow automation/workflow-plan-phases, /workflow-implement-phases, /workflow-preflight-plan-phases, implement-phases, preflight-checks

šŸ“ 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

...

Read full README

Statistics

Stars22
Forks0
Open Issues0
LicenseMIT License
CreatedOct 17, 2025