9 specialized Claude Code sub-agents for building AI-powered SaaS in Laravel 12 + Vue 3.
A stack-specific complement to the excellent contains-studio/agents collection.
contains-studio/agents (12k★) ships a comprehensive horizontal library of Claude Code sub-agents covering engineering, design, marketing, product, testing, and ops — language and framework-agnostic.
What it deliberately doesn't ship: stack-specific experts that know your stack's idioms inside-out.
This repo fills that gap for one specific stack: Laravel 12 + Vue 3 + AI services (RAG, multi-LLM, voice, RAG, etc.). Use both repos together — contains-studio/agents for the horizontal concerns, this repo for the deep stack expertise.
Born from production work on multiple AI SaaS projects (chatbots, RAG platforms, agent orchestration).
| Agent | Triggers when... | Lines |
|---|---|---|
| ai-saas-platform-expert | You're building AI agent UIs, multi-LLM orchestration, RAG features, or no-code bot management interfaces | 109 |
| laravel-backend-architect | Designing Laravel 12 APIs, ChromaDB integration, multi-LLM management, real-time chat backends | 139 |
| vue-frontend-developer | Building Vue 3 components with Composition API, Pinia stores, real-time chat UIs, multi-step wizards | 180 |
| api-integration-expert | Integrating webhooks, REST/GraphQL APIs, third-party services (Zapier, Slack, WhatsApp), or building embeddable SDKs | 285 |
| devops-deployment | Deploying Laravel + Vue apps with AI services (Docker, CI/CD, ChromaDB orchestration, LLM API scaling) | 232 |
| performance-optimizer | Optimizing Laravel queries, Vue rendering, Redis caching, AI service latency | 234 |
| test-writer-qa | Writing Playwright E2E tests, PHPUnit Laravel tests, Vue component tests, AI feature integration tests | 195 |
| ux-ui-designer | Designing no-code AI agent creation interfaces, complex wizards, AI data visualizations | 143 |
| project-context-reader | Onboarding into a Laravel + Vue + AI codebase, reading the project structure for other agents to use | 83 |
Total: ~1,600 lines of expert prompts, all in French (descriptions) + English (system prompts).
# 1. Clone next to contains-studio/agents
cd ~/.claude/agents
git clone https://github.com/grobinson3108/claude-code-agents-laravel-vue.git laravel-vue
# Or merge into your existing agents folder:
git clone https://github.com/grobinson3108/claude-code-agents-laravel-vue.git /tmp/_la
cp /tmp/_la/agents/*.md ~/.claude/agents/
# 2. Restart Claude CodeThat's it. Claude Code picks them up automatically. Trigger with natural language like "design the database schema for this RAG feature" — Claude auto-routes to laravel-backend-architect.
| Concern | contains-studio | this repo |
|---|---|---|
| Horizontal expertise (any stack) | ✅ | ❌ |
| Generic engineering / design / ops | ✅ | partial |
| Laravel 12 idioms | ❌ | ✅ |
| Vue 3 Composition API + Pinia | ❌ | ✅ |
| Multi-LLM + RAG patterns | ❌ | ✅ |
| AI SaaS UX (no-code bot creation, wizards) | ❌ | ✅ |
| ChromaDB / vector DB integration | ❌ | ✅ |
| Marketing / product / studio ops | ✅ | ❌ |
You can — and should — install both.
These agents reference Laravel 12, Vue 3, ChromaDB, OneUI, etc. If you're on a slightly different stack (Laravel 11, Pinia → Vuex, ChromaDB → Qdrant), the agents still work — Claude reads the context. But for max quality:
# In each .md file you want to tune
find . -name '*.md' -exec sed -i '' 's/Laravel 12/Laravel 11/g' {} +
find . -name '*.md' -exec sed -i '' 's/ChromaDB/Qdrant/g' {} +Or fork the repo and maintain your own variant.
The .claude/agents/ pattern, the system of stacking specialized sub-agents triggered by description matching, and the folder structure convention all originate from contains-studio/agents — go star them, that's the foundation this builds on.
This repo only contributes stack-specific extensions for the Laravel + Vue + AI niche.
MIT — see LICENSE.
Greg Robinson — AI Architect, RAG & agentic systems, Audelalia (🇫🇷 Montpellier).
Companion repos:
- vibe-coding-arsenal — 38 Claude Code commands + skills + methodology docs
- laravel-mcp-server — Build authenticated MCP servers in Laravel
- mcp-server-saas-gateway — One MCP server fronting N REST APIs
If these agents save you a half-day of writing prompts yourself, a star ⭐ goes a long way.