AEO Skill Marketplace
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
What's Inside
| 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 · 40 skills · 25 agents · 37 commands
Quick Start
# 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
Architecture & Design
Design systems, document decisions, and maintain quality.
| Plugin | Description |
|---|
| aeo-architecture | 5 agents for system design, C4 diagrams, ADRs, and architecture review |
| aeo-documentation | Diataxis framework implementation with tutorial, how-to, reference, and explanation agents |
Skills included: MCP server design, Mermaid diagram creation
Commands: /code-review, /design-architecture, /refactor-code
Testing & Quality
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
Workflow Automation
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
Team & Process
Agents that embody specific roles and responsibilities.
Commands: /sprint-planning, /retrospective, /prd, /tech-req, /troubleshoot
Design & UX
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
Developer Tools
Skills for building AI-powered tooling.