docs: add provider contribution guide

This commit is contained in:
teknium1
2026-03-14 19:22:47 -07:00
parent 7b140b31e6
commit ea053e8afd
5 changed files with 440 additions and 6 deletions

View File

@@ -20,6 +20,12 @@ We value contributions in this order:
6. **New tools** — rarely needed; most capabilities should be skills
7. **Documentation** — fixes, clarifications, new examples
## Common contribution paths
- Building a new tool? Start with [Adding Tools](./adding-tools.md)
- Building a new skill? Start with [Creating Skills](./creating-skills.md)
- Building a new inference provider? Start with [Adding Providers](./adding-providers.md)
## Development Setup
### Prerequisites