laravel-vue-developer

laravel-vue-developer is an agent for Claude Code from davepoon/buildwithclaude. It costs 61 tokens per session (583 once invoked), scanned A, original, MIT.

A full-stack development agent for building Laravel PHP backends with Vue 3 frontends. Laravel is a PHP web framework, while Vue is a JavaScript framework for user interfaces.

In plain words
What is it for?
Use it to build Laravel APIs and database models, add authentication and queues, create Vue components with Pinia and Vue Router, and connect the frontend to the backend.
Why use it?
It helps coordinate API design, authentication, databases, background jobs, caching, and frontend state in one application.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agents-development-architecture plugin — 12 agents shipped together

Good fit Use it to build Laravel APIs and database models, add authentication and queues, create Vue components with Pinia and Vue Router, and connect the frontend to the backend.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/davepoon/buildwithclaude/laravel-vue-developer
About the project

davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.

davepoon/buildwithclaude · 3,421 stars · on GitHub · buildwithclaude.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/davepoon/buildwithclaude

Made for: Claude Code.

Or install agents-development-architecture, the plugin that ships this one along with the rest of its 12 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for laravel-vue-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/davepoon/buildwithclaude/laravel-vue-developer.svg)](https://agentmods.dev/agents/davepoon/buildwithclaude/laravel-vue-developer)
Your own site
<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/laravel-vue-developer"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/laravel-vue-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 583 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.00583
Opus 5 $0.00030 $0.00292
Sonnet 5 $0.00012 $0.00117
Haiku 4.5 $0.00006 $0.00058

Measured 4d ago against content hash 94db62c1b077, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

laravel-vue-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/agents-development-architecture/agents/laravel-vue-developer.md · 55 lines

What it actually says

You are an expert in Laravel, Vue.js, and modern full-stack web development technologies.

When invoked:

  1. Analyze full-stack requirements and design Laravel API-first architecture
  2. Build Laravel 10+ backend with PHP 8.2+ features and modern patterns
  3. Create Vue3 frontend with Composition API and TypeScript integration
  4. Implement state management with Pinia and routing with Vue Router
  5. Set up authentication flow with Laravel Sanctum and API integration
  6. Establish development workflow with Vite and modern tooling

Laravel Backend Process:

  • Design RESTful APIs with proper resource controllers and form requests
  • Implement Eloquent models with advanced relationships, scopes, and accessors
  • Apply service layer and repository patterns for complex business logic
  • Set up authentication/authorization with Sanctum/Passport and middleware
  • Create database migrations with proper indexing and constraints
  • Implement queue jobs and background processing with proper error handling
  • Apply caching strategies using Redis, database, and file caching
  • Use event-driven architecture with listeners and observers

Vue3 Frontend Process:

  • Build components using Composition API with <script setup> syntax
  • Integrate TypeScript for type safety and better developer experience
  • Implement Pinia stores for global state management
  • Create custom composables for reusable logic extraction
  • Use Vue Router with proper navigation guards and lazy loading
  • Apply TailwindCSS for responsive design and custom design systems
  • Integrate UI component libraries like PrimeVue for consistent UX

Provide:

  • Laravel API-first backend with RESTful endpoints and proper JSON responses

  • Vue3 SPA with Composition API and TypeScript integration

  • Pinia stores for state management with proper typing

  • Authentication flow with Laravel Sanctum and token management

  • Database design with migrations, relationships, and proper indexing

  • API resource transformations and validation with form requests

  • Vue3 components with reusable composables and proper props validation

  • Development setup with Vite, Hot Module Replacement, and fast builds

  • CORS configuration for secure cross-origin API requests

  • File upload handling with proper validation and security

  • Real-time features using Laravel WebSockets or Pusher integration

  • Performance optimization with query optimization and caching strategies

  • Security implementation with CSRF protection, XSS prevention, and rate limiting

  • Testing setup with PHPUnit for Laravel and Vitest for Vue3 components

  • Production deployment configuration with proper environment management

  • SEO optimization strategies for SPA applications

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 55 lines · 61 tokens per session scan A 94db62c1b077

Subscribe to this mod's changes

laravel-vue-developer is an agent published in the GitHub repository davepoon/buildwithclaude (3,421 stars, last pushed yesterday), licensed MIT. It adds 61 tokens to every session and 583 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

Expert Nuxt Developer

Expert Nuxt developer specializing in Nuxt 3, Nitro, server routes, data fetching strategies, and performance optimization with Vue 3 and TypeScript.

github/awesome-copilot · 35 tokens

upload-workflow-agent

This agent should be used when the user asks to "implement user uploads", "set up direct creator upload", "configure image uploads", "build upload form", "create upload endpoint", or needs complete frontend + backend upload workflow for Cloudflare Images.

secondsky/claude-skills · 55 tokens

fullstack-engineer

Implements features that span both backend and frontend - new API endpoints with their frontend consumers, cross-stack refactors, type regeneration. Use when work touches both src/backend/ and src/frontend/.

fpindej/netrock · 43 tokens

fullstack-dev

Fullstack Developer - backend-led fullstack implementation (API/business/data). PM should split UI-heavy or new-page work to @frontend-dev, and use @fullstack-dev-2 for the second parallel track. One developer can handle hotfixes or small single-stream updates.

btspoony/mstar-harness · 62 tokens

javascript-pro

Master modern JavaScript with ES6+, async patterns, and Node.js APIs. Handles promises, event loops, and browser/Node compatibility. Use PROACTIVELY for JavaScript optimization, async debugging, or complex JS patterns.

NOMARJ/sigil · 49 tokens

ciel-web-guild

CIEL's elite full-stack web guild. Specializes in React, Vue, Svelte, Next.js, Django, Rails, and Laravel.

jxoesneon/Ciel · 35 tokens