Handles Laravel Pennant feature flags from definition through deployment. You get helpers for defining flags with closures or class-based features in app/Features, checking them with Feature::active() or the @feature Blade directive, and scoping to specific users or teams. Covers the practical stuff like protecting routes, A/B testing, gradual rollouts, and building custom storage drivers. The verification steps are basic but the common pitfalls note about scoping is honest. If you're managing feature toggles in Laravel and want to use the official package instead of rolling your own conditionals, this gives you the patterns without having to dig through docs.
npx -y skills add laravel/boost --skill pennant-development --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
jeffallan/claude-skills
jeffallan/claude-skills