Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Claude Code Agents — Laravel + Vue + AI Stack

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.

License: MIT Agents Stack


Why this exists

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).


The 9 agents

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).


Installation

# 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 Code

That'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.


How these complement contains-studio

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.


Customizing for your stack

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.


Credit

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.


License

MIT — see LICENSE.


About the author

Greg Robinson — AI Architect, RAG & agentic systems, Audelalia (🇫🇷 Montpellier).

Companion repos:

If these agents save you a half-day of writing prompts yourself, a star ⭐ goes a long way.

About

9 Claude Code sub-agents specialized for Laravel 12 + Vue 3 + AI SaaS development. Complement to contains-studio/agents for stack-specific depth.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors