$git clone https://github.com/charlesjones-dev/claude-code-plugins-devAI-powered plugins that streamline your entire development workflow in Claude Code.
| 1 | # Claude Code Plugins for Developers |
| 2 | |
| 3 | [](https://github.com/charlesjones-dev/claude-code-plugins-dev/releases) |
| 4 | [](LICENSE) |
| 5 | [](https://github.com/charlesjones-dev/claude-code-plugins-dev/issues) |
| 6 | [](https://github.com/charlesjones-dev/claude-code-plugins-dev/stargazers) |
| 7 | [](https://github.com/charlesjones-dev/claude-code-plugins-dev/graphs/commit-activity) |
| 8 | |
| 9 | AI-powered plugins that streamline your entire development workflow in Claude Code. |
| 10 | |
| 11 | ## 🎯 Overview |
| 12 | |
| 13 | This Claude Code plugin marketplace provides 14 plugins that extend Claude Code's capabilities, focusing on developer productivity and automation. |
| 14 | |
| 15 | ## 📦 Available Plugins |
| 16 | |
| 17 | > **💡 Usage Note:** All skills are invoked as slash commands (e.g., `/accessibility-audit`). Interactive skills prompt you for any required information; non-interactive skills run directly on your codebase. A few accept optional flags (e.g., `/seo-fix --dry-run`, `/swift-verify --fix`) — see each plugin's README for details. |
| 18 | |
| 19 | | Plugin | Description | Skills (Slash Commands) | Agents | |
| 20 | |--------|-------------|------------------------|--------| |
| 21 | | [ai-accessibility](plugins/ai-accessibility/) | AI-powered accessibility auditing with WCAG compliance | `/accessibility-audit` | `accessibility-auditor` | |
| 22 | | [ai-ado](plugins/ai-ado/) | AI-powered Azure DevOps integration with MCP support | `/ado-init`, `/ado-work-items`, `/ado-create-feature`, `/ado-create-story`, `/ado-create-task`, `/ado-log-story-work`, `/ado-timesheet-report` | - | |
| 23 | | [ai-compliance](plugins/ai-compliance/) | AI-powered license compliance auditing and attribution generation | `/compliance-license-audit`, `/compliance-notice-generate` | - | |
| 24 | | [ai-geo](plugins/ai-geo/) | Generative Engine Optimization (GEO) for AI answer engines — llms.txt, AI crawler policy, citation-worthiness | `/geo-audit`, `/geo-fix`, `/geo-llms-txt` | - | |
| 25 | | [ai-git](plugins/ai-git/) | AI-powered git automation and workflow streamlining | `/git-init`, `/git-commit-push`, `/git-commit-push-pr`, `/git-pr-codex-loop` | - | |
| 26 | | [ai-knowledge](plugins/ai-knowledge/) | Curated, git-versioned team knowledge base with Obsidian compatibility — complements Claude Code's native auto memory | `/kb-init`, `/kb-learn`, `/kb-add`, `/kb-query`, `/kb-import`, `/kb-ingest`, `/kb-harvest`, `/kb-discover`, `/kb-absorb`, `/kb-remove`, `/kb-load`, `/kb-list`, `/kb-search`, `/kb-prune`, `/kb-auto`, `/kb-organize`, `/kb-upgrade` | - | |
| 27 | | [ai-modernize](plugins/ai-modernize/) | AI-powered codebase modernization assessment for technical debt | `/modernize-audit`, `/modernize-scan` | `modernize-auditor` | |
| 28 | | [ai-performance](plugins/ai-performance/) | AI-powered performance optimization and bottleneck detection | `/performance-audit` | `performance-auditor` | |
| 29 | | [ai-security](plugins/ai-security/) | AI-powered security auditing — complements native `/security-review` with archived OWASP-mapped reports, deployed-site scanning, and settings/supply-chain hardening | `/security-init`, `/security-audit`, `/security-scan-dependencies`, `/security-supply-chain` | `security-auditor`, `security-dependency-scanner` | |
| 30 | | [ai-seo](plugins/ai-seo/) | AI-powered modern SEO auditing that catches deprecated patterns LLMs still generate | `/seo-audit`, `/seo-fix`, `/seo-schema` | - | |
| 31 | | [ai-statusline](plugins/ai-statusline/) | Enhances Claude Code's native `/statusline` with progress bars, rate-limit widgets, and an effort-level indicator | `/statusline-wizard`, `/statusline-edit` | - | |
| 32 | | [ai-swift](plugins/ai-swift/) | AI-powered Swift/iOS/macOS release-readiness — catches Xcode Cloud & TestFlight blockers before upload | `/swift-preflight`, `/swift-diagnose`, `/swift-ci-scaffold`, `/swift-verify`, `/swift-concurrency-review` | `swift-release-auditor` | |
| 33 | | [ai-workflow](plugins/ai-workflow/) | AI-powered development workflow automation — preflight quality gates, ship-it workflow, principles & behavior rules | `/workflow-preflight`, `/workflow-ship`, `/workflow-principles`, `/workflow-rules` | - | |
| 34 | | [ai-writing](plugins/ai-writing/) | AI-powered writing quality tools for natural-sounding text | `/writing-humanize` | - | |
| 35 | |
| 36 | > **📝 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 te |