https://github.com/rawilk/guidelines-skills
Guidelines and skills for laravel-boost.
https://github.com/rawilk/guidelines-skills
Last synced: 22 days ago
JSON representation
Guidelines and skills for laravel-boost.
- Host: GitHub
- URL: https://github.com/rawilk/guidelines-skills
- Owner: rawilk
- License: mit
- Created: 2026-06-28T22:10:58.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-06-28T22:12:56.000Z (25 days ago)
- Last Synced: 2026-06-29T00:05:29.252Z (25 days ago)
- Language: Blade
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My Personal Guidelines
The guidelines and skills for AI in this package are tailored to my personal preferences, and this package is mainly meant for my own personal use. You are free to use it if it suits your needs, however.
## Installation
Install via Laravel Boost in composer
```bash
composer require rawilk/guidelines-skills --dev
php artisan boost:install
```
## What's Included
| Skill | Description |
| --- | --- |
| `rawilk-laravel-php` | Laravel & PHP coding conventions, PSR standards, control flow, naming |
| `rawilk-javascript` | JavaScript coding standards, Prettier config, functions, destructuring |
| `rawilk-version-control` | Git workflow conventions, repo/branch naming, commit messages |
| `rawilk-security` | Application, database, and server security best practices |
## Keeping Up to Date
```bash
composer update rawilk/guidelines-skills
php artisan boost:update
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Security
If you discover any security related issues, please email randall@randallwilk.dev instead of using the issue tracker.
## Credits
- [Randall Wilk](https://github.com/rawilk)
- [All Contributors](../../contributors)
## Alternatives
My agent guidelines and skills are heavily based off Spatie's [guidelines-skills](https://github.com/spatie/guidelines-skills) package. I only maintain my own because my preferences vary slightly from theirs, so I'd rather tweak it into my own rather than overriding it.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.