Manage agentic skills using cur CLI. Use when publishing skills to a central repository, consuming skills in a repo, managing .curriculum manifests, or working with agentskills.io-compliant skill directories.
curriculum teaches agents how to use the cur CLI tool to manage agentic skills following the agentskills.io specification.
Use this skill when:
.curriculum manifests and skill declarationsA skill is a reusable unit of instruction for agents. It follows the agentskills.io spec:
skill-name/
├── SKILL.md (Required: YAML frontmatter + instructions)
├── scripts/ (Optional: executable code)
├── references/ (Optional: additional docs)
├── assets/ (Optional: templates, images)
└── ... (Any additional files)
SKILL.md format:
---