claude-code-plugins-dev
💡 摘要
这个市场提供AI驱动的插件,以增强开发者的生产力并自动化Claude Code中的任务。
🎯 适合人群
🤖 AI 吐槽: “这个插件市场就像一把瑞士军刀,但更适合那些喜欢用AI而不是实际工具的开发者。”
这些插件可能会对代码库执行操作,并可能执行任意命令,存在代码注入或数据泄露的风险。确保适当的访问控制并验证输入以降低这些风险。
Claude Code Plugins for Developers
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.
| 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-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 | 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 |
| ai-statusline | AI-powered status line customization with progress bars | /statusline-wizard, /statusline-edit | - | statusline-setup |
| ai-workflow | AI-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, 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.
🚀 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
- 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-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
- Website: charlesjones.dev
- GitHub: @charlesjones-dev
🔗 Links
Star History
Built with ❤️ for the Claude Code community
优点
- 提高开发者的生产力。
- 自动化重复性任务。
- 与Claude Code无缝集成。
缺点
- 仅限于Claude Code用户。
- 依赖于AI的准确性。
- 可能需要手动验证。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 charlesjones-dev.
