Thank you for your interest in contributing to Codie.
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Test your changes with Claude Code
- Commit your changes (
git commit -m 'Add your feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
- Clone the repository
- Install the plugin locally:
claude plugins add ./ - Test with
/codie:help
- Use lowercase file names for all artifacts
- Follow the human-first philosophy in all documentation
- Keep commands focused and composable
Open an issue for discussion.