-
Notifications
You must be signed in to change notification settings - Fork 0
creating skills
Moataz Mohamed edited this page Jun 24, 2026
·
1 revision
Instead of creating skills through an agent and then moving them, create them directly:
# Interactive wizard
omni-skills create
# With name and description
omni-skills create refine-requests "Refine ticket acceptance criteria"
# Convert an existing file into a skill
omni-skills create from ./my-instructions.md
# Then index and sync
omni-skills index
omni-skills sync allThis creates a SKILL.md with proper frontmatter in your private skills store.