claude-code-plugins-dev
Developer workflow plugins for audits, git, SEO, and knowledge
All Skills in This Repository (11)
Pure Emerald Level Indicatorssecurity-auditing
Audits code for authentication, injection, cryptography, and API security vulnerabilities.
security-dependency-scanning
Scan deployed websites for outdated dependencies, CVEs, and security misconfigurations.
Azure DevOps Work Items
Create Azure DevOps work items with HTML-formatted fields and parent-child hierarchy.
accessibility-auditing
Audit codebases and live sites for WCAG 2.1/2.2 compliance gaps.
performance-auditing
Identify performance bottlenecks in software applications using profiling and benchmarks.
plugins-scaffolding
Create Claude Code plugins with plugin.json manifests and component structure.
skills-scaffolding
Create or update Claude Code skills with YAML frontmatter and SKILL.md structure.
plan-phases
Generate implementation plans with phases sized to 30-50k token context budgets.
implement-phases
Parse phase plans, detect dependencies, and coordinate sub-agents for phased implementation.
preflight-checks
Run type checks, linting, formatting, and tests across multiple project types.
statusline-setup
Configure Claude Code's status line with platform-specific scripts and settings.json updates.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-plugins-dev?▼
Run `npx skills add charlesjones-dev/claude-code-plugins-dev --all -g -y` in your terminal to install all plugins globally.
What does this plugin collection do?▼
It provides 14 plugins covering security audits, accessibility checks, performance analysis, SEO and GEO optimization, git automation, Azure DevOps integration, Swift release checks, and a team knowledge base.
How do I run a security audit on my codebase?▼
Install the collection, then run the /security-audit slash command. It scans your code for OWASP vulnerabilities and saves a prioritized report to /docs/security/.
Does it work with Claude Code?▼
Yes. Every plugin follows the standard SKILL.md format and installs as slash commands that run natively inside Claude Code.
Can non-developers use these plugins?▼
Most plugins are developer-focused, but commands are interactive and prompt you step by step, so no deep configuration knowledge is required.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core