boilerplate

Generates deterministic cli-web-* project scaffolds with core/ and utils/ modules.

208|42|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ItamarZand88/CLI-Anything-WEB --skill boilerplate-itamarzand88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boilerplate
Source: https://github.com/ItamarZand88/CLI-Anything-WEB/tree/main/cli-anything-web-plugin/skills/boilerplate
Command: npx skills add https://github.com/ItamarZand88/CLI-Anything-WEB --skill boilerplate-itamarzand88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generates boilerplate scaffolds for cli-web-* CLIs, standardizing file structure and placeholder code to accelerate initial project setup.

Core Features & Use Cases

  • Produces core/ and utils/ module scaffolds with placeholder syntax that the methodology skill fills in.
  • Provides a deterministic scaffold workflow via scripts/scaffold-cli.py to generate boilerplate across projects.
  • Supports batchexecute RPC scaffolding by creating the rpc/ subpackage when needed.

Quick Start

Run the scaffolding script at scripts/scaffold-cli.py with your app name to generate a complete boilerplate for a cli-web-* project.

Frequently Asked Questions about boilerplate

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

FAQPage Schema
How do I generate boilerplate scaffolding for a Python CLI project?

To generate boilerplate scaffolding, run the scripts/scaffold-cli.py script with your app name to produce a deterministic project structure containing core/ and utils/ modules with placeholder files ready for customization.

What project structure does the boilerplate scaffolding include for CLI applications?

The boilerplate scaffolding includes a core/ module with exceptions.py, client.py, helpers.py, config.py, and output.py placeholders, alongside a utils/ module and an optional rpc/ subpackage for batchexecute RPC scaffolding.

Can I use the scaffolding script to standardize foundational project setup across multiple apps?

Yes, the scaffolding script standardizes foundational project setup across multiple apps by applying a deterministic scaffold workflow that generates consistent file structures and placeholder code for each cli-web-* project.

How do I set up batchexecute RPC scaffolding in my generated project?

To set up batchexecute RPC scaffolding, the boilerplate generator creates an optional rpc/ subpackage within the project structure, providing the foundational RPC layer ready for implementation alongside the core modules.

What is the best way to customize the placeholder code after generating a project scaffold?

The best way to customize placeholder code is to fill in the generated exceptions.py, client.py, helpers.py, config.py, and output.py files within the core/ and utils/ modules after the scaffolding script creates the initial deterministic structure.

Do I need any external dependencies to run the Python project scaffolding script?

No external dependencies are required to run the scaffolding script, as the boilerplate generator operates independently to produce the foundational project structure with placeholder syntax for your cli-web-* applications.