Loading...
Loading...
Create and contribute skills to the communal knowledge base. Use when creating new skills, updating existing skills, or contributing learnings back to the repository.
npx skill4agent add letta-ai/skills skill-developmentskill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter (name, description)
│ └── Markdown instructions
└── Bundled Resources (optional)
├── scripts/ - Executable code
├── references/ - Documentation loaded as needed
└── assets/ - Files used in output---
name: skill-name
description: What this skill does. Use when [triggers].
---
# Skill Name
[Instructions in imperative form...]namecreating-skillsdescriptionreferences/| ✅ Contribute | ❌ Don't Contribute |
|---|---|
| Patterns that appear 3+ times | One-off solutions |
| General API/tool patterns | Project-specific configs |
| Battle-tested workarounds | Personal preferences |
| Gap in existing skills | Already documented elsewhere |
add/skill-namefix/skill-namereferences/pr-workflow.mdscripts/init_skill.pyscripts/package_skill.pyscripts/quick_validate.pyreferences/recognizing-learnings.mdreferences/validation-criteria.mdreferences/pr-workflow.mdreferences/contribution-examples.mdreferences/progressive-disclosure-research.md