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 --forceCommand-specific flags
--empty: Create an empty skill project
--force: Overwrite existing directory
--no-git: Skip git initialization
--verbose: Enable verbose output during initializationGlobal flags
-h, --help: Display help information for the command.