# Skeleton Development

> Configure and apply the :package_name package in Laravel applications.

- Skill: `laravel/skeleton-development` (Agent Skill)
- Install (CLI): `npx skillmds@latest add laravel/skeleton-development`
- Raw SKILL.md: https://api.skillmd.com/api/skills/laravel/skeleton-development/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: laravel (https://skillmd.com/u/laravel)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/laravel/skeleton-development

---


# :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

