Skip to content llms.txt

syllago create

syllago create <type> <name> [flags]

Creates a new content item directory under ~/.syllago/content/ with .syllago.yaml metadata.

FlagTypeDefaultRequiredDescription
-p, --providerstringNoProvider slug (required for rules, hooks, commands)
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# 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-agent

Source