Getting Started
- Create a skill with
npm run new -- my-new-skill - Edit the generated SKILL.md and resource files
- Run
npm run validateto check your work - Package with
npm run package -- plugins/stuffbucket/skills/my-new-skill - Open a New skill issue and attach the
.skillfile - A workflow will validate the package and open a PR automatically
Skills are auto-discovered โ no fork, branch, or manual registration needed.
Skill Submission Requirements
Code Quality
- Follow the Agent Skills specification
- Include proper YAML frontmatter
- Maintain content under 500 lines when possible
- Use clear, concise language
Documentation
- Provide comprehensive usage instructions
- Include relevant examples
- Document prerequisites and limitations
- Add troubleshooting guidance
Testing
- Test with multiple AI assistants
- Validate with the provided validation script
- Ensure all required fields are present
- Verify cross-platform compatibility
Review Process
All submissions will be reviewed for:
- Compliance with the Agent Skills specification
- Clarity and completeness of documentation
- Quality and accuracy of content
- Adherence to naming conventions
- Proper use of optional fields
Community Guidelines
- Be respectful and constructive in all interactions
- Provide helpful feedback to other contributors
- Acknowledge and credit the work of others
- Focus on improving the skills ecosystem for everyone