Submit a skill
Add your skill to this store so others can install it in their Sulala Agent.
Submit via form
Skill format
Each skill is a folder with README.md (or SKILL.md) and optional tools.yaml. Use YAML frontmatter for name, description, and optional metadata.
When creating the ZIP, exclude node_modules, .git, and other large folders so the file stays under 4 MB (required for upload). Include only SKILL.md, tools.yaml, scripts, and source files. Example: zip -r skill.zip . -x 'node_modules/*' '.git/*'
For the full spec—folder layout, frontmatter, tools, and publishing—see Skills Authoring in the Sulala docs.
Contribute to the main Sulala registry
To add a skill to the official Sulala project (so it ships with the agent and any store that syncs from it), open a PR to the Sulala repo:
- Add
registry/<slug>.mdorregistry/<slug>/README.md - Add an entry to
registry/skills-registry.json
Full format and tool schema: Skills Authoring (doc.sulala.ai)