Agent skill
Laravel Tooling
Ecosystem management, Artisan, and asset bundling.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tooling-hoangnguyen0403-agent-skills-standar-7
Metadata
Additional technical details for this skill
- labels
-
laravel artisan vite horizon pint
- triggers
-
{ "files": [ "package.json", "composer.json", "vite.config.js" ], "keywords": [ "artisan", "vite", "horizon", "pint", "blade" ] }
SKILL.md
Laravel Tooling
Priority: P2 (MEDIUM)
Structure
project/
├── app/Console/ # Custom Artisan commands
├── resources/js/ # Frontend assets (Vite)
└── pint.json # Code styling
Implementation Guidelines
- Artisan Focus: Build custom commands for repetitive tasks.
- Vite Integration: Use
@vitedirective for CSS/JS bundling. - Pint Styling: Enforce Laravel style standard automatically.
- Background Jobs: Use Horizon for monitoring Redis queues.
- Blade Components: Encapsulate UI into
@componentor<x-comp>. - Caching: Prune/refresh caches via
optimize:clear.
Anti-Patterns
- Mix Usage: No Laravel Mix: Migrate to Vite for faster HMR.
- Raw JS: No JS in Blade: Move to
resources/js. - Manual CLI: No manual DB edits: Use Artisan or migrations.
- Unformatted Code: No unstyled merge: Run
pintbefore commit.
References
- Artisan & Vite Patterns
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?