Skip to content
Latest (currently 2026.7.0) has the newest features, bug fixes, and CVE patches of Solo Enterprise for agentregistry.

arctl init skill

Page as Markdown

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.