An open API service indexing awesome lists of open source software.

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.

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.