laravel-prompts-cli

Provides reusable multilingual UI patterns for Jetpack Compose apps.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/krlmrr/laravel-playground --skill laravel-prompts-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-prompts-cli
Source: https://github.com/krlmrr/laravel-playground/tree/main/.claude/skills/laravel-prompts-cli
Command: npx skills add https://github.com/krlmrr/laravel-playground --skill laravel-prompts-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly scaffold and reuse interactive prompts for Laravel Artisan commands, reducing boilerplate and ensuring consistent UX across CLIs.

Core Features & Use Cases

  • Reusable prompt patterns: text, password, confirm, select, multiselect, search, and suggest.
  • Built-in progress indicators and CLI widgets to enhance setup wizards, scaffolding, and maintenance scripts.
  • Real-world use cases include interactive project installers and user onboarding prompts for Artisan commands.

Quick Start

Create a new Artisan command and start collecting user input with prompts to guide the workflow.

Frequently Asked Questions about laravel-prompts-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add interactive prompts to a Laravel Artisan command?

You can use Laravel Prompts to build interactive Artisan commands by applying reusable patterns for text, password, confirm, select, multiselect, search, and suggest inputs to reduce boilerplate.

What prompt types are available for Laravel CLI wizards?

Available Laravel CLI prompt types include text, password, confirm, select, multiselect, search, and suggest, along with built-in progress indicators for setup wizards and maintenance scripts.

How do I build a setup wizard in Laravel Artisan?

Build a Laravel Artisan setup wizard by combining interactive prompt patterns like select and confirm with progress indicators, guiding users step-by-step through project installation or onboarding workflows.

Can I use Laravel Prompts for search and suggest functionality in CLI?

Yes, Laravel Prompts supports search and suggest functionality within Artisan commands, allowing users to dynamically filter and select options during interactive CLI workflows.

What is the best way to reduce boilerplate in Laravel CLI commands?

The best way to reduce boilerplate in Laravel CLI commands is applying reusable prompt patterns for user input and confirmations, ensuring consistent UX across interactive Artisan workflows.

Does Laravel Prompts support progress indicators for long-running Artisan tasks?

Yes, Laravel Prompts provides built-in progress indicators and CLI widgets to enhance setup wizards, scaffolding, and maintenance scripts during long-running Artisan command execution.