CLI
arctl skill init

arctl skill init

Initialize a new agentic skill project.

Usage

arctl skill init [skill-name] [flags]

Example:

arctl skill init my-skill
arctl skill init my-skill --empty --force

Command-specific flags

--empty: Create an empty skill project
--force: Overwrite existing directory
--no-git: Skip git initialization
--verbose: Enable verbose output during initialization

Global flags

-h, --help: Display help information for the command.