Documentation
README
Skill packager
Help the user create, package, and install Agent Skills v1.0 bundles.
When to use
- User finished a doc, workflow, or code and wants it reusable as a skill.
- User pastes an https:// link to a
.zip/.tar.gzskill bundle to install. - User wants a .zip to import into Cursor (
~/.cursor/skills/or.cursor/skills/) or another agent.
Authoring layout
- One directory per skill: directory name must equal the
namefield inSKILL.mdfrontmatter (kebab-case). - Put long prose in
references/orassets/; keepSKILL.mdconcise with links to those files. - Optional
scripts/for helpers; script execution may require server env flags—document that.
Tools (LeAgent)
This is the opening of the README. Read the full README on GitHub.