npx claudepluginhub v1truv1us/ai-eng-system --plugin ai-eng-plugin-devAnalyze AI agent performance, behavior patterns, and workflow effectiveness
Create a new OpenCode agent with AI assistance. Uses agent-creator for intelligent agent generation.
Create a new OpenCode command with AI assistance. Uses command-creator for intelligent command generation.
Guided end-to-end plugin creation workflow for OpenCode extensions. Creates plugins, commands, agents, skills, and custom tools with AI assistance. Follows systematic 8-phase process from discovery to documentation.
Create a new OpenCode skill with AI assistance. Uses skill-creator for intelligent skill generation.
Create a new OpenCode custom tool with AI assistance. Uses tool-creator for intelligent TypeScript tool generation.
AI-assisted agent generation for Claude Code and OpenCode. Creates properly formatted agent files for either platform. Use when user asks to "create an agent", "generate an agent", "make an agent that...", or describes agent functionality needed.
Expert AI agent developer specializing in building production-grade AI agents, MCP servers, and A2A protocol implementations. Implements tool/function calling, agent orchestration, memory systems, and multi-agent coordination patterns. Use PROACTIVELY for AI agent development, MCP server creation, tool integration, or agent orchestration.
AI-assisted command generation for Claude Code and OpenCode. Creates properly formatted command files for either platform. Use when user asks to "create a command", "make a command", "build a command that...", or needs command development assistance.
Validates OpenCode plugin structure, formats, and best practices. Use after creating components or when user asks to "validate", "check", or "verify" plugin structure. Works with both OpenCode and Claude Code components.
AI-assisted skill creation for Claude Code and OpenCode. Creates properly formatted skills with progressive disclosure. Use when user asks to "create a skill", "add a skill", "write a new skill", "build a skill that...", or needs skill development guidance.
AI-assisted TypeScript tool creation for OpenCode. Creates properly formatted custom tools with Zod validation. Use when user asks to "create a tool", "build a custom tool", "make a tool that...", or needs TypeScript tool development assistance.
Recursively initialize AGENTS.md in monorepo subdirectories with smart detection. Creates hierarchical agent context files with proper linking to root CLAUDE.md and parent AGENTS.md. Use for setting up multi-package projects, microservices, or any project with important subdirectories that need AI agent guidance.
This skill should be used when creating extensions for Claude Code or OpenCode, including plugins, commands, agents, skills, and custom tools. Covers both platforms with format specifications, best practices, and the ai-eng-system build system.
AI engineering workflow toolkit for Claude Code and OpenCode with 42 commands, 32 specialized agents, and 12 reusable skills.
This repository ships three npm packages:
@ai-eng-system/core - shared library and content-loading helpers@ai-eng-system/toolkit - generated Claude Code, OpenCode, and marketplace assets@ai-eng-system/cli - executable installer and command-line workflowsThe repo root package is private and is never published.
npm install -g @ai-eng-system/cli
# Install commands, agents, and skills into the current project
ai-eng install --scope project
# Or install globally for OpenCode
ai-eng install --scope global
/plugin marketplace add v1truv1us/ai-eng-system
/plugin install ai-eng-system@ai-eng-marketplace
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-skills", "ai-eng-system"]
}
| Phase | Command | Purpose |
|---|---|---|
| Research | /ai-eng/research | Multi-phase codebase and external research |
| Specify | /ai-eng/specify | Feature/spec generation with TCRO structure |
| Plan | /ai-eng/plan | Implementation planning |
| Work | /ai-eng/work | Guided execution with quality gates |
| Review | /ai-eng/review | Multi-agent code review |
Related commands:
/ai-eng/ralph-wiggum - iterative full-cycle workflow/ai-eng/simplify - code reuse, quality, and efficiency simplificationai-eng/ namespaceai-eng/simplify and workflow/ralph-wiggumSelected commands beyond the core workflow:
/ai-eng/create-plugin, /ai-eng/create-agent, /ai-eng/create-command, /ai-eng/create-skill, /ai-eng/create-tool/ai-eng/code-review, /ai-eng/agent-analyzer, /ai-eng/fact-check, /ai-eng/deep-research, /ai-eng/content-optimize/ai-eng/deploy, /ai-eng/docker, /ai-eng/cloudflare, /ai-eng/github, /ai-eng/k8s, /ai-eng/monitoring, /ai-eng/security-scan/ai-eng/context, /ai-eng/knowledge-capture, /ai-eng/init, /ai-eng/seoSee docs/reference/commands.md for the full command list.
The generated outputs now preserve namespaced skill paths.
Examples:
skills/ai-eng/simplify/SKILL.md -> /ai-eng/simplifyskills/workflow/ralph-wiggum/SKILL.md -> /ai-eng/ralph-wiggumskills/comprehensive-research/SKILL.md -> /ai-eng/researchSee docs/reference/skills.md for the full skill inventory.
The current coordinated release version is 0.6.0 for:
@ai-eng-system/core@ai-eng-system/toolkit@ai-eng-system/cliTrusted publishing runs through .github/workflows/publish-all-oidc.yml using GitHub OIDC.
bun install
bun run build
bun run build:toolkit
bun test
content/ Canonical command and agent docs
skills/ Canonical skill definitions
packages/core/ Published core library package
packages/toolkit/ Published toolkit assets package
packages/cli/ Published CLI package
plugins/ai-eng-system/ Marketplace plugin output
dist/ Generated root outputs
docs/getting-started/installation.mddocs/getting-started/quick-start.mddocs/reference/commands.mddocs/reference/skills.mddocs/architecture/marketplace.mdPUBLISHING.mdRELEASE.mdRELEASE_NOTES.mdComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Uses power tools
Uses Bash, Write, or Edit tools
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Memory compression system for Claude Code - persist context across sessions