Thanks for your interest in contributing! This is a community project and we welcome all contributions.
- Create a file in
src/content/docs/agents/(e.g.,new-agent.md) - Follow the template structure (see existing files)
- Include: overview table, features, pricing, config format support
- Create a file in
src/content/docs/formats/ - Explain what it is, who owns it, and provide a template
- Link to relevant agents that use it
- Fix outdated information
- Add missing details
- Improve explanations
- Add code examples
- Open an issue for bugs or suggestions
- Include as much detail as possible
git clone https://github.com/SylphAI-Inc/codingagents.md.git
cd codingagents.md
npm install
npm run dev # http://localhost:4321src/content/docs/
├── agents/ # Agent profiles
├── formats/ # Config format guides
├── protocols/ # Protocol documentation
├── sdks/ # SDK comparisons
├── benchmarks/ # Benchmark data
└── guides/ # How-to guides
---
title: "Page Title"
description: "Brief description"
---
## Overview
| Field | Value |
|-------|-------|
| **Key** | Value |
## Main Content
...- Keep changes focused
- Update related pages if needed (cross-links)
- Test locally before submitting
- Describe what you changed and why
Open an issue or start a discussion. We're happy to help!