Thank you for your interest in contributing! Here's how to get started.
- Create a new directory under the appropriate category
- Follow the Agent Skills format
- Include a
SKILL.mdwith clear instructions - Add relevant scripts and assets
# Clone the repository
git clone https://github.com/softaworks/agent-toolkit.git
cd agent-toolkit
# Test a skill locally
npx skills add . --skill <skill-name>- Fork the repository
- Create a branch from
main:git checkout -b feat/my-skill - Follow existing patterns — look at how current skills are structured
- Test your changes locally with Claude Code or another compatible agent
- Submit a PR with a clear description of what the skill does
- Use clear, descriptive names for skills and scripts
- Include documentation in each skill's
SKILL.md - Keep scripts focused and well-commented
By contributing, you agree that your contributions will be licensed under the project's existing license.