Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By AeyeOps
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
npx claudepluginhub aeyeops/aeo-skill-marketplace --plugin aeo-claudeCreate well-crafted prompts for Claude agentic execution — fights the tendency to over-prescribe inputs and procedural steps
---
Review and improve an existing Claude prompt — identifies over-specification, procedural anti-patterns, and missed agentic potential
Build autonomous AI agents in Python using the Claude Agent SDK. Covers the GTVR execution pattern (gather, take action, verify, repeat), stateless query() and stateful ClaudeSDKClient APIs, streaming versus batch modes, custom tool creation with @tool decorator, MCP server integration, hook-based execution control, permission boundaries, API key and OAuth token management, multi-agent coordination, and production deployment strategies. Suited for programmatic agents, tool chains, and multi-agent systems. Not designed for basic chat interfaces.
Author high-quality Claude Code skills with proper frontmatter, trigger-optimized descriptions, progressive disclosure structure, and MCP tool integration. Includes file organization patterns, testing approaches, and performance tuning. Consult when building new skills, debugging activation issues, or refactoring existing skill content.
---
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Author custom Claude Code slash commands as reusable Markdown prompt templates. Covers frontmatter configuration, argument handling, variable substitution, and workflow automation patterns. Invoke when designing new commands, debugging command syntax, or converting repetitive prompts into reusable shortcuts.
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
4つの専門エージェント(アーキテクト・リサーチャー・ライター・レビュアー)がチームで高品質なスキルを設計・作成する
Comprehensive development infrastructure for Claude Code projects. Includes 12 AI skills, task coordination hooks, project templates, and a visual dev-manager dashboard.
Core ACE workflow with TDD-based skills, task enforcement, and quality reviewers
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Harness-native ECC plugin for engineering teams - 64 agents, 261 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Security assessment agents for vulnerability scanning, compliance validation, code auditing, and remediation guidance
Mandatory hook sidecar for the AEO VSC CC Sessions VSIX
Performance engineering toolkit with agents for profiling, bottleneck identification, optimization planning, and monitoring setup. Requires companion plugins: aeo-architecture
User experience agents for interface optimization, accessibility validation, and WCAG compliance verification
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
No model invocation
No model invocation
Executes directly as bash, bypassing the AI model
Executes directly as bash, bypassing the AI model
Share bugs, ideas, or general feedback.
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 · 40 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-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
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.