Thank you for your interest in contributing! 🎉
- Open an issue on GitHub
- Include clear steps to reproduce the problem
- Mention which PARA Workspace version you're using
We welcome new skill contributions! To submit a skill:
- Fork this repository
- Create your skill in
skills/[your-skill-name]/ - Ensure your skill passes validation:
/para-skill validate [your-skill-name]
- Include a
SKILL.mdwith proper YAML frontmatter (name,description,version) - Submit a Pull Request with a clear description
All contributed skills must pass the Skill Quality Checklist:
- ✅ YAML frontmatter with
name,description,version - ✅ Description includes clear trigger context (>= 20 words)
- ✅ Content under 500 lines (use
references/for overflow) - ✅ At least 1 concrete example (Input → Output)
- ✅ No hardcoded absolute filesystem paths
- Markdown files: Use standard Markdown with GitHub Flavored extensions
- YAML: 2-space indentation
- File naming:
kebab-casefor all files and directories
By contributing, you agree that your contributions will be licensed under the MIT License.