Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.23 KB

File metadata and controls

45 lines (33 loc) · 1.23 KB

Contributing

Thanks for your interest in improving this project.

This project exists to help developers maintain coding momentum across AI IDEs by creating and syncing skills quickly. If that is your workflow too, collaboration is welcome.

How To Contribute

  1. Fork the repository and create a feature branch.
  2. Make focused changes with clear commit messages.
  3. Update docs/tests when behavior changes.
  4. Open a pull request with:
    • what changed
    • why it changed
    • how you validated it

Report Bugs

Open a GitHub issue and include:

  • expected behavior
  • actual behavior
  • reproduction steps
  • environment details (OS, Python version)
  • relevant logs or screenshots

Suggest Features

Open a GitHub issue with:

  • the problem you are trying to solve
  • the proposed behavior
  • alternatives considered (if any)
  • platform/tool context (Claude, Codex, Gemini, Cursor, VS Code, etc.)

Development Notes

  • Python 3.10+ recommended.
  • Keep changes small and easy to review.
  • Prefer backward-compatible CLI changes where possible.
  • Prioritize IDE-agnostic workflows and cross-platform skill conventions.

Contact