arqel-dev/cli

Bootstrap Arqel Laravel apps and generate deployable scaffolds via CLI.

2|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/arqel-dev/arqel --skill arqel-dev-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arqel-dev/cli
Source: https://github.com/arqel-dev/arqel/tree/main/packages/cli
Command: npx skills add https://github.com/arqel-dev/arqel --skill arqel-dev-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the bootstrap of Arqel Laravel apps and related tooling.

Core Features & Use Cases

  • Interactive scaffolding for new Arqel apps and starter kits.
  • Global CLI tooling for cloud export and deploy-link generation.
  • Supports both interactive and non-interactive modes, Bash/PowerShell script output, and deterministic templates.

Quick Start

Install the CLI globally and run arqel new to scaffold a new Arqel project.

Frequently Asked Questions about arqel-dev/cli

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

FAQPage Schema
How do I scaffold a new Laravel application from the command line?

To scaffold a new Laravel application, install the CLI globally and run the new command. This automates the bootstrap process for Arqel apps and starter kits using deterministic templates.

Can I generate deployable Laravel templates non-interactively?

Yes, you can generate deployable Laravel templates non-interactively. The CLI supports both interactive and non-interactive modes to produce deterministic, cloud-ready scaffolds without manual input.

Does the scaffolder support exporting Bash or PowerShell scripts?

The scaffolder supports exporting Bash and PowerShell scripts. It enforces a deterministic CLI workflow with validation to ensure safe script generation for your Laravel project.

What is the best way to bootstrap Arqel Laravel apps and related tooling?

The best way to bootstrap Arqel Laravel apps is using a dedicated CLI scaffolder. It automates project setup, applies deterministic templates, and exports cloud-ready deployable scaffolds safely.

Do I need Composer to use this Laravel scaffolding tool?

You need Composer to use this Laravel scaffolding tool effectively. The CLI automates the bootstrap of Arqel apps and relies on the Composer ecosystem for PHP package management and project setup.