simple-cli

Document the `simple` CLI commands for scaffolding and deploying Simple Platform applications.

1|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/simple-platform/simple-tools --skill simple-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simple-cli
Source: https://github.com/simple-platform/simple-tools/tree/main/tools/simple-cli/internal/scaffold/templates/agent/skills/simple-cli
Command: npx skills add https://github.com/simple-platform/simple-tools --skill simple-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance on using the simple command-line interface, enabling developers to efficiently scaffold, build, test, and deploy applications within the Simple Platform ecosystem.

Core Features & Use Cases

  • Scaffolding: Quickly generate new applications, actions, behaviors, spaces, and triggers.
  • Development Workflow: Streamline the build, test, and deployment processes for your Simple Platform projects.
  • Use Case: A new developer needs to create a new backend action for an existing application. They can use this Skill to find the exact simple new action command, including all required arguments and optional flags like --scope and --env.

Quick Start

Use the simple-cli skill to scaffold a new application with the ID 'com.mycompany.myapp' and the name 'My Application'.

Frequently Asked Questions about simple-cli

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

FAQPage Schema
How do I scaffold a new application using the Simple CLI?

To scaffold a new application using the Simple CLI, use the `simple new app` command, providing the required application ID and name. This generates the foundational project structure for your Simple Platform application.

Can I generate backend actions and triggers for an existing Simple Platform app?

Yes, you can generate backend actions and triggers for an existing Simple Platform app by running the `simple new action` and `simple new trigger` commands. These commands accept specific arguments and flags like `--scope` and `--env`.

What commands are available for building and deploying Simple Platform projects?

The Simple CLI provides dedicated commands for building, installing, testing, and deploying Simple Platform projects. These operations streamline the development workflow from local compilation to remote deployment.

Do I need any dependencies installed to use the Simple CLI for development?

The Simple CLI operates as a standalone tool with no external dependencies required for its core scaffolding and development operations. It provides a definitive reference for all command-line interface tasks within the Simple Platform ecosystem.

How does scaffolding with the Simple CLI speed up app development?

Scaffolding with the Simple CLI accelerates app development by automatically generating boilerplate code for applications, actions, behaviors, spaces, and triggers. This allows developers to bypass manual setup and focus on core business logic.