Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 730 Bytes

File metadata and controls

29 lines (20 loc) · 730 Bytes

Contributing to Codie

Thank you for your interest in contributing to Codie.

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Test your changes with Claude Code
  5. Commit your changes (git commit -m 'Add your feature')
  6. Push to the branch (git push origin feature/your-feature)
  7. Open a Pull Request

Development Setup

  1. Clone the repository
  2. Install the plugin locally: claude plugins add ./
  3. Test with /codie:help

Code Style

  • Use lowercase file names for all artifacts
  • Follow the human-first philosophy in all documentation
  • Keep commands focused and composable

Questions?

Open an issue for discussion.