By AeyeOps
Developer workflow tools: repository governance (bootstrap, curate-docs, roadmap alignment review, sanitize), VS Code extension development (stable and Insiders), WSL remote workflows, and TypeScript tooling
Bootstrap or augment a repository with governance scaffold — AGENTS.md tree, docs layout, gitignore additions. Idempotent init or augment mode.
Reconcile roadmap and issue docs against implemented code — retire completed items to archive, trim partial implementations, update issue trackers
Read-only alignment check — compare current implementation against roadmap docs, flag objective drift, and recommend prioritized next steps
Scan repo for security risks, PII, secrets, local environment leaks, and supply chain issues before public push
Guide the user through repository documentation governance using the aeo-repo-* command family. Use when the user asks about AGENTS.md scaffolding, roadmap alignment reviews, doc curation, repo bootstrap, or wants to know which governance command to run next. Covers lifecycle sequencing: bootstrap a scaffold, iterate with alignment reviews and curation passes, sanitize before publishing.
Contains verified extension development workflows, webview CSP pitfall resolutions, and profile-based install fixes that produce more correct results than reasoning from general training alone. Targets stable VS Code on Windows/macOS/Linux desktop — not code-insiders on WSL/Linux (use vscode-insiders-extension for that). Consult when building or debugging a VS Code extension, scaffolding with esbuild, fixing blank webview panels or silent CSP violations, troubleshooting extensions that won't load after install with profiles, adding dual TreeView+WebviewView toggle panels, or publishing to the marketplace. Do NOT use for code-insiders on WSL/Linux (use vscode-insiders-extension), VS Code user configuration (themes, keybindings, tasks.json), Chrome/browser extensions, Electron apps, JupyterLab plugins, or Monaco Editor embeds.
Contains verified WSL-specific extension development workflows, webview CSP pitfall resolutions, and profile-based install fixes that produce more correct results than reasoning from general training alone. Targets code-insiders on WSL/Linux — not stable VS Code on Windows/macOS. Consult when building or debugging a VS Code extension under WSL, scaffolding with esbuild, fixing blank webview panels or silent CSP violations, troubleshooting extensions that won't load after install with profiles, or publishing to the marketplace with code-insiders. Do NOT use for stable VS Code, VS Code user configuration (themes, keybindings, tasks.json), Chrome/browser extensions, Electron apps, JupyterLab plugins, or Monaco Editor embeds.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reusable skills, agents, and workflows for AI-assisted development.
Stop reinventing the wheel. Get battle-tested automation for architecture design, testing workflows, documentation generation, and more — organized into installable plugins you can mix and match.
graph LR
subgraph "AEO Skill Marketplace"
S["Skills<br/>Domain Knowledge"]
A["Agents<br/>Autonomous Workers"]
C["Commands<br/>Slash Actions"]
end
S --> |"contextual"| WORK["Your Work"]
A --> |"delegated"| WORK
C --> |"invoked"| WORK
| Category | Plugins | What You Get |
|---|---|---|
| Architecture | 2 plugins | System design, C4 diagrams, ADRs, Diataxis documentation |
| Testing | 3 plugins | TDD workflows, QA agents, security scanning |
| Automation | 3 plugins | EPCC workflow, n8n workflows, Python tooling |
| Productivity | 3 plugins | Agile roles, requirements gathering, troubleshooting |
| Developer Tools | 6 plugins | Claude skills, VS Code extensions, repo governance, deployment, performance, self-improving memory |
| Design | 1 plugin | UX optimization, React PWA patterns |
| Infrastructure | 1 plugin | AWS and Azure CLI operations, cloud resource management |
Total: 19 plugins · 41 skills · 25 agents · 37 commands
# Add the marketplace
/plugin marketplace add AeyeOps/aeo-skill-marketplace
# Install what you need
/plugin install aeo-architecture@aeo-skill-marketplace
/plugin install aeo-testing@aeo-skill-marketplace
Or load directly for development:
claude --plugin-dir ./aeo-skill-marketplace/aeo-architecture
Design systems, document decisions, and maintain quality.
| Plugin | Description |
|---|---|
| aeo-architecture | 5 agents for system design, C4 diagrams, ADRs, and architecture review |
| aeo-docs | diataxis skill (tutorials, how-tos, references, explanations), architecture-docs skill (C4, ADRs, OpenAPI, system design), d2 and markdown-mermaid diagramming skills. Pure-skill plugin, no agents or commands |
Skills included: MCP server design, Diataxis docs, architecture docs, d2 + Mermaid diagramming
Commands: /code-review, /design-architecture, /refactor-code (from aeo-architecture)
Enforce quality through systematic testing workflows.
| Plugin | Description |
|---|---|
| aeo-tdd-workflow | Red-green-refactor methodology with TDD skills and commands |
| aeo-testing | Test planning, quality gates, coverage analysis |
| aeo-security | Vulnerability scanning, compliance validation, permission auditing |
Commands: /tdd-feature, /tdd-bugfix, /security-scan, /permission-audit, /generate-tests
Structured methodologies for complex development tasks.
| Plugin | Description |
|---|---|
| aeo-epcc-workflow | Explore-Plan-Code-Commit cycle with 7 commands and 16 reference files |
| aeo-n8n | 7 skills for n8n workflow automation — expressions, nodes, validation, patterns |
| aeo-python | CLI engineering, data pipelines, terminal UI development |
Commands: /epcc-explore, /epcc-plan, /epcc-code, /epcc-commit, /epcc-prd, /epcc-resume, /trd
Agents that embody specific roles and responsibilities.
| Plugin | Description |
|---|---|
| aeo-agile-tools | Scrum Master, Product Owner, Business Analyst, Project Manager |
| aeo-requirements | Product discovery, technical specifications, build-vs-buy analysis |
| aeo-troubleshooting | Systematic debugging with escalation mechanisms |
Commands: /sprint-planning, /retrospective, /prd, /tech-req, /troubleshoot
User experience optimization and interface design.
| Plugin | Description |
|---|---|
| aeo-ux-design | UI design, accessibility validation, WCAG compliance |
Skills included: React PWA patterns with shadcn/ui
Skills for building AI-powered tooling.
npx claudepluginhub aeyeops/aeo-skill-marketplace --plugin aeo-devPerformance engineering toolkit with agents for profiling, bottleneck identification, optimization planning, and monitoring setup. Requires companion plugins: aeo-architecture
Security assessment agents for vulnerability scanning, compliance validation, code auditing, and remediation guidance
Claude development skills: Agent SDK reference, skill creation, slash command creation, prompt engineering (create + review), Opus 4.6 prompting, ultra validation workflows, team-coordinated planning, and session retrospectives
User experience agents for interface optimization, accessibility validation, and WCAG compliance verification
Mandatory hook sidecar for the AEO VSC CC Sessions VSIX
An AI assistant for developers that focuses on getting the process right, not just getting code out fast. It runs each task through Research → Architecture → Implementation → Review before code gets written, and checks the work against your standards (SOLID, TDD, DRY, security) with gates the AI can't quietly skip. Decisions stay grounded in best-practice guides instead of whatever the model guessed. Stack-agnostic, so stack specifics live in consumable dev-guides, recipes, and playbooks.
Comprehensive skills library for Claude Code: planning, design, TDD, debugging, collaboration patterns, and proven techniques
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Use this agent when evaluating new development tools, frameworks, or services for the studio. This agent specializes in rapid tool assessment, comparative analysis, and making recommendations that align with the 6-day development cycle philosophy. Examples:\n\n<example>\nContext: Considering a new framework or library
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.