syllago create
Synopsis
Section titled “Synopsis”syllago create <type> <name> [flags]Description
Section titled “Description”Creates a new content item directory under ~/.syllago/content/ with .syllago.yaml metadata.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
-p, --provider | string | — | No | Provider slug (required for rules, hooks, commands) |
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
Examples
Section titled “Examples” # Create a new skill syllago create skills my-new-skill
# Create a provider-specific rule syllago create rules my-rule --provider claude-code
# Create a new agent syllago create agents my-agentSource