Skeleton Development

Configure and apply the :package_name package in Laravel applications.

laravel e7fe02d 966 B Updated

File contents

:package_name

Use this skill when a Laravel application needs to integrate the :package_name package.

Primary Goal

  • apply the :vendor_slug/:package_slug package's public API in the smallest correct way

Workflow

1. Inspect the Laravel app context

  • confirm the app is a Laravel project
  • inspect the target code paths where the package should be applied

2. Apply the package's public API

Document how to integrate :package_name here, replacing this placeholder with the integration steps for your package.

Rules, References, and Templates

Read before executing:

  • no additional resource files for this skill

Examples

  • describe a representative integration scenario for :package_name

Anti-patterns

  • do not document package internals here; keep the skill focused on adoption in Laravel apps

laravel/package-skeleton/tree/main/resources/boost/skills/skeleton commit e7fe02d2f9

Frequently asked questions

npx skillmds@latest add laravel/skeleton-development