By jonaspauleta
Scaffold the canonical Laravel 13 + Inertia v3 + React 19 base stack: vite-plus, Pint/Rector/Larastan-max, Pest v5 (100% type+code coverage, arch, browser), nunomaduro/essentials, Bun, a full agent-doc tree, quality-gate + safety-rails hooks, and a production CI/CD set. Heavy modules (Octane, Horizon, laravel/ai, Nightwatch, Forge deploy, TS-transformer, React Compiler) are opt-in flags.
Run the quality gate (verify-only, fail-fast). Runs bin/quality-gate.sh and surfaces any failures with the exit-code→fix-command map. Does not auto-fix — verify only.
Scaffold a fresh Laravel project to the canonical hardened base (tooling, CI, hooks, agent docs). Pass optional module flags to activate heavy add-ons.
Provision a new git worktree with a fully isolated environment: cloned Postgres DB, migrations, and frontend build. Cross-platform: macOS uses Laravel Herd; Linux uses artisan serve via composer dev.
Tear down a git worktree and its isolated environment: drops the cloned Postgres DB, removes the Herd site (macOS) or dev launcher (Linux), then prunes the git worktree. Idempotent.
Use before writing or modifying any backend code that touches the database — controllers, models, services, jobs, factories, seeders, migrations, or Eloquent queries. Given a model or table name, returns the full schema (columns + types + nullable + defaults + FK), associated routes, and the model's casts/relationships. Replaces the manual 'Backend Changes' read-before-write sequence. Proactively use when a task involves any DB-touching code.
Use proactively after adding or modifying any class in app/Data/, app/Enums/, or any class carrying #[TypeScript] / @typescript annotations. Runs php artisan typescript:transform, diffs resources/js/types/generated.d.ts, and categorises the outcome as clean / additions / breaking. Does NOT auto-commit. Bound to projects with the --ts-transformer module active (spatie/laravel-typescript-transformer installed).
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.
A personal Claude Code plugin that scaffolds my canonical Laravel 13 + Inertia v3 + React 19 base stack into a fresh starter-kit project.
Always on: Bun, vite-plus (oxlint/oxfmt), Pint (rich rule set) + Rector + Larastan (level max),
Pest v5 with 100% type + code coverage, arch() tests, browser tests (Playwright),
nunomaduro/essentials, roave/security-advisories, laravel/pao, a maximal per-directory
CLAUDE.md/AGENTS.md agent-doc tree, Laravel Boost, a safety-rails PreToolUse hook,
format/drift PostToolUse hooks, a Stop quality-gate, and a production GitHub Actions CI set.
Opt-in flags: --octane (FrankenPHP) · --horizon (Redis/Valkey) · --ai (laravel/ai) ·
--nightwatch · --forge (release + deploy) · --ts-transformer (PHP→TS types) · --react-compiler.
# in a fresh Laravel + Inertia + React starter-kit project
/scaffold-laravel-base --octane --horizon --ai --nightwatch --forge --ts-transformer
Also ships: /qg (verify-only quality gate), /worktree-create + /worktree-remove
(cross-platform: macOS Herd and Linux composer dev), the db-schema-explorer and
dto-typescript-syncer subagents, and a make:smoke-test generator.
claude --plugin-dir /path/to/laravel-base-kit # then /reload-plugins after edits
Distilled from nunomaduro/laravel-starter-kit-inertia-react, apex-scout, and fisio-flow-laravel.
Full design + rationale: the garagem85 spec at docs/superpowers/specs/2026-06-02-laravel-base-settings-design.md.
npx claudepluginhub jonaspauleta/laravel-base-kit --plugin laravel-baseComprehensive 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 PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.