By v1truv1us
Runs multi-model code reviews, strict architecture/security/performance audits, TDD cycles, and end-to-end testing with Playwright. Repo scanning and compatibility validation verify agent readiness. OWASP security scanning, dependency auditing, and adversarial LLM review surface blind spots before merge.
Run all four review axes in parallel — code quality, security, architecture, and performance — each in its own isolated context. The most thorough review available.
Principal-engineer repository audit with evidence-based findings and a prioritized improvement plan. Analysis only — no code changes.
Run a standardized verification loop - lint, typecheck, test, build
Expert at building robust, scalable APIs with proper authentication, validation, rate limiting, and comprehensive documentation. Specializes in RESTful and GraphQL endpoints, OAuth2/JWT authentication, API documentation, rate limiting, caching, and performance optimization. Best for: new API development, API architecture review, authentication system design, and comprehensive documentation creation. Escalates to database-expert for complex queries, security-scanner for security review, and performance-engineer for optimization.
Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.
Run the agent-compatibility CLI and return the raw repository score with its main problems
Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. Masters advanced indexing, N+1 resolution, multi-tier caching, partitioning strategies, and cloud database optimization. Handles complex query analysis, migration strategies, and performance monitoring. Use PROACTIVELY for database optimization, performance issues, or scalability challenges.
Check whether the documented setup and run paths reliably lead to the real working path
Principal-engineer repository audit and prioritized improvement plan. Four phases - discovery, evidence-based audit, strategy, task plan - with file:line citations and severity ratings. Analysis only, no code changes. Use when asked to "audit this repo", "project review", "health check", "improvement plan", or after a model upgrade to re-baseline important projects.
Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.
Run an extremely strict performance review for runtime efficiency, memory usage, bundle size, database query patterns, and scalability limits. Use for a thermo-nuclear performance review, thermonuclear performance audit, or especially harsh performance review.
Run an extremely strict security audit for auth flaws, injection vectors, secrets exposure, broken access control, and boundary validation failures. Use for a thermo-nuclear security review, thermonuclear security audit, or especially harsh security review.
Continuous verification after each change, plus claim-based proof when evidence is required. Use when implementing, fixing bugs, or refactoring.
Uses power tools
Uses Bash, Write, or Edit tools
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.
AI engineering workflow toolkit for Claude Code and OpenCode with namespaced commands, 38 specialized agents, and reusable skills covering the full development lifecycle from idea to production.
This repository ships three npm packages:
@ai-eng-system/core - shared library and content-loading helpers@ai-eng-system/toolkit - generated Claude Code, OpenCode, Cursor, Gemini, Pi, and marketplace assets@ai-eng-system/cli - executable installer and command-line workflowsThe repo root package is private and is never published.
Scheduled Research Runner (Pi cron on your VPS): docs/deploy/coolify.md
Optional docs site: docs-site/DEPLOYMENT.md
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"]
}
OpenCode learning automation now surfaces toast-based suggestions for /ai-eng/decision-journal and /ai-eng/quality-gate, then waits for explicit /ai-eng/learning-approve, /ai-eng/learning-dismiss, or /ai-eng/learning-snooze consent. Local policy and state live under .ai-context/learning/.
pi install npm:@ai-eng-system/toolkit
Pi loads skills from .pi/skills/ and command prompts from .pi/prompts/ in the toolkit package.
See docs/cursor-setup.md. Install @ai-eng-system/toolkit and use the generated .cursor-plugin bundle (skills, agents, and rules/cursor/).
See docs/gemini-cli-setup.md. Install @ai-eng-system/toolkit and copy the generated .gemini/ bundle (skills and commands).
| 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 |
| Verify | /verify | Lint, typecheck, test, build gate |
| Review | /ai-eng/review | Multi-agent code review |
Shorthand lifecycle entrypoints:
| Shorthand | Canonical Command |
|---|---|
/spec | /ai-eng/specify |
/build | /ai-eng/work |
/ai-eng/plan and /ai-eng/review are direct lifecycle entrypoints with no separate shorthand file.
Related commands:
/ai-eng/ralph-wiggum - iterative full-cycle workflow/ai-eng/simplify - code reuse, quality, and efficiency simplificationai-eng/ namespace plus shorthand lifecycle entrypointsSelected 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/knowledge-architecture, /ai-eng/decision-journal, /ai-eng/quality-gate, /ai-eng/maintenance-review, /ai-eng/learning-approve, /ai-eng/learning-dismiss, /ai-eng/learning-snooze, /ai-eng/init, /ai-eng/seoClaude marketplace packaging note:
ai-eng-core keeps the core plan/work/review workflowai-eng-learning now packages /ai-eng/knowledge-architecture, /ai-eng/decision-journal, /ai-eng/quality-gate, /ai-eng/maintenance-review, /ai-eng/learning-approve, /ai-eng/learning-dismiss, and /ai-eng/learning-snooze/ai-eng/knowledge-capture remains outside that plugin groupSee 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/researchskills/knowledge-architecture/SKILL.md -> /ai-eng/knowledge-architectureSee docs/reference/skills.md for the full skill inventory.
npx claudepluginhub p/v1truv1us-ai-eng-quality-plugins-ai-eng-qualityContent optimization, SEO, and communication tools
Infrastructure, deployment, and DevOps automation
Curated collection of engineering tools, agents, and workflows. Comprehensive system for AI-assisted software engineering and DevOps.
Meta-tooling for creating plugins, agents, commands, and skills
Core workflow: plan, work, review cycle with research and context engineering
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Harness-native ECC operator layer - 64 agents, 261 skills, 84 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.