Thank you for your interest in contributing! This toolkit is built for the vibecoding community, and we welcome all contributions.
- Better agent prompts and personas
- New specialized agents
- Context optimizations
- Agent workflow enhancements
- New automation scripts
- Installation improvements
- Bug fixes in existing scripts
- Cross-platform support
- Clarity improvements
- Usage examples
- Tutorial content
- Translation to other languages
- Issues with installation scripts
- Agent behavior problems
- Documentation errors
# Fork on GitHub, then:
git clone https://github.com/YOUR-USERNAME/agentic-toolkit.git
cd agentic-toolkit
git remote add upstream https://github.com/hamr0/agentic-toolkit.git# Create a feature branch
git checkout -b feature/my-improvement
# Make your changes
# Test thoroughly
# Commit with clear messages
git add .
git commit -m "Add: description of what you added/fixed"# Push to your fork
git push origin feature/my-improvement
# Create PR on GitHub
# Describe what you changed and why- Test your changes: Run scripts before submitting
- Follow existing patterns: Match the style of surrounding code
- No bloat: Keep binaries and large files out of the repo
- Document changes: Update relevant docs
Use clear, descriptive commit messages:
Add: new security-expert agent for AmpFix: installation script permission errorUpdate: README with clearer quick startRemove: unused dependencies from ampcode
When creating or modifying agents:
- Follow the existing agent template format
- Test with the target AI tool (Claude/OpenCode/Amp)
- Keep context usage minimal
- Document the agent's purpose and capabilities
- Use clear, concise language
- Include code examples
- Test all commands and paths
- Keep formatting consistent
- Bug fixes in installation scripts
- Agent improvements for better responses
- Missing documentation
- Cross-platform compatibility
- New specialized agents
- Workflow improvements
- Integration guides
- Tutorial content
- Large binary files
- Vendor-specific lock-in
- Over-complicated solutions
- Undocumented changes
# Copy to your local AI tool and test
cp -r ai/subagents/claude/* ~/.claude/
# Try invoking the agent and verify behavior# Run the script to verify it works
cd tools
./your-script.sh
# Check for errors
# Verify it completes successfully- Read through your changes
- Verify all links work
- Check formatting renders correctly
- Test any code examples
- Be respectful and constructive
- Help others in discussions and issues
- Focus on making the toolkit better for everyone
- Share knowledge and learn together
- Discord: Join the community
- Discussions: GitHub Discussions
- Issues: GitHub Issues
Thank you for contributing to the vibecoding community! 🙏