Laravel Package CLI — AI skill for Claude Code
Scaffold new open-source Laravel packages with git already configured, built with Laravel Zero.
How to install Laravel Package CLI
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jeffersongoncalves/laravel-package-cli and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Laravel Package CLI does
Scaffold new open-source Laravel packages with git already configured, built with Laravel Zero. Non-interactive — driven by an AI agent or a script.
Alternatives in AI
- Contributing To Claude Skills Library — Thank you for your interest in contributing to the Claude Skills Library 5.3k ★
- PRD: Gentleman AI Installer — One command. Any agent 1.9k ★
- Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★
README

Laravel Package CLI
Scaffold new open-source Laravel packages with git already configured, built with [Laravel Zero](https://laravel-zero.com/). Fully non-interactive — every input is an argument or a flag, so it's meant to be driven by an AI agent (e.g. Claude Code's `laravel-package-creator` skill) as much as by a human.
What it does
`laravel-package create vendor/package "Description"` generates the mechanical, repeatable part of a new Spatie-style Laravel package:
- Directory skeleton (
src/,config/,database/migrations/,resources/lang/{en,pt_BR}/,tests/,art/,.github/workflows/) composer.jsonwithspatie/laravel-package-tools, Pest, Larastan, Pint wired up- Service Provider (
PackageServiceProvider) and Facade stubs phpstan.neon.dist,phpunit.xml.dist,.editorconfig,.gitattributes,.gitignore,LICENSE.md,CHANGELOG.md,README.md- CI workflows:
tests.yml,pint.yml,phpstan.yml,update-changelog.yml git init, first commit onmain
It deliberately does **not** write the package's actual logic (Service Provider bindings, config values, README body, tests, banner) — that's judgment work left to w
Related Skills
Filament Plugin CLI
Scaffold new open-source Filament plugins with multi-branch git already configured, built with Laravel Zero. N
MCP Game Deck
Unity Editor package that bridges Claude AI to Unity via MCP. 268 tools, embedded chat UI, knowledge-driven ag
Tinyagent TS
TinyAgent brings the core ideas of the original Python library into a lean, zero-dependency TypeScript package
Laravel AI Chat
A powerful Laravel package for AI-powered and live agent chat system. Self-contained + multi-provider AI suppo
Sato Hub Integrations
⬡ Sato Hub inside the frameworks agents already run — elizaOS plugin, Vercel AI SDK tools, LangChain.js tools,
Scaffold Agent
Scaffold a new .NET AI agent with Progress Observability already wired up, from the dotnet-agent-starter templ
Related Agents
Package Maintainer
Use this agent for anything in ~/Packages — scaffolding new Laravel packages, upgrading dependencies or Larave
Qp Dead Code Reviewer
Read-only reviewer for the quality-pass dead-code dimension — zero-importer files/exports/packages, superseded
Release Packager
Builds, packages and records a firmware release: clean build from defaults, version constants bumped consisten