arctl skill init
Initialize a new agentic skill project.
Usage
arctl skill init [skill-name] [flags]Examples:
arctl skill init my-skill
arctl skill init my-skill --empty --force
arctl skill init my-skill --output-dir ./skillsCommand-specific flags
--empty Create an empty skill project
--force Overwrite existing directory
--no-git Skip git initialization
--output-dir string Output directory for the skill project (default: current directory under the skill name)
--verbose Enable verbose output during initializationGlobal flags
-h, --help: Display help information for the command.