Determined Development's Skills and guidelines for Laravel Boost

Maintainers

Package info

github.com/determined-development/dd-boost

Language:Blade

pkg:composer/determined-development/dd-boost

Statistics

Installs: 35

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2026-04-22 02:10 UTC

This package is auto-updated.

Last update: 2026-04-22 03:26:20 UTC


README

Latest Version on Packagist Total Downloads

This repository contains custom Laravel Boost skills and guidance used by Determined Development projects.

Installation

composer require --dev determined-development/dd-boost

Then update or install boost as per the Laravel Boost documentation.

What this repository is

  • A library of Boost skills that can be included in Laravel projects
  • A place to maintain consistent agent behaviour for code style, static analysis, and testing
  • Guidance for AI agents on how to use and operate tools consistent with how Determined Development typically uses tools
  • Aimed at reducing token/context usage and unnecessary calls.

What this repository is not

  • An official Laravel package
  • An official set of skills for any of the mentioned tools
  • The only way to use these tools

Laravel Boost references

Current Skills

  • larastan - Guidance on how to use PHPStan and Larastan, including usage patterns.
  • phpcs - Guidance on when and how to use phpcs and phpcbf.
  • phpcs-violations - Guidance on how to find the appropriate documentation to resolve a PHPCS violation.
  • chopping-code - Guidance on chopping down code to resolve line length issues.
  • testing - Guidance on how to structure tests, and what things to test.

See contribution workflow details in .github/CONTRIBUTING.md.