arctl init skill
Scaffold a new skill project. Creates a project directory containing a declarative skill.yaml (ar.dev/v1alpha1) and source stubs.
The generated skill.yaml can be applied directly: arctl apply -f NAME/skill.yaml
Usage
arctl init skill NAME [flags]Example:
arctl init skill my-skill
arctl init skill my-skill --description "Text summarizer"Command-specific flags
--description string: Skill description.Global flags
-h, --help: Display help information for the command.
--output-dir string: Parent directory under which the project is created. Defaults to the current directory.