Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.23 KB

File metadata and controls

34 lines (25 loc) · 1.23 KB

Contributing

PRs welcome! This project thrives on real-world experience.

What We Accept

  • New hooks — Deterministic quality gates that solve real problems
  • New skills — Workflows that save time (with evidence they work)
  • New agents — Specialized subagents with clear model routing
  • Tool updates — New tools or corrections to existing entries (with sources)
  • Stack recipes — Production-tested stack combinations
  • Bug fixes — Broken hooks, incorrect examples, typos

What We Don't Accept

  • Tools without evidence (benchmarks, stars, production usage)
  • Vendor-specific content disguised as best practices
  • Duplicates of existing content without clear improvement
  • Files over 500 lines (split into focused docs instead)

How to Contribute

  1. Fork the repo
  2. Create a branch: git checkout -b add-tool-name
  3. Add your content with sources
  4. Test any hooks/scripts: bash hooks/your-hook.sh
  5. Submit a PR with a clear description

Style Guide

  • Tables over prose — Easier to scan, less tokens for AI
  • Code over description — Show, don't tell
  • Sources required — Link to benchmarks, docs, or production experience
  • Keep it concise — If you can say it in 1 line, don't use 3