ask-readme-gardener
2
总安装量
2
周安装量
#69765
全站排名
安装命令
npx skills add https://github.com/navanithans/agent-skill-kit --skill ask-readme-gardener
Agent 安装分布
qoder
2
gemini-cli
2
replit
2
antigravity
2
codebuddy
2
qwen-code
2
Skill 文档
<critical_constraints> â MUST maintain existing README style and headers â MUST identify correct section (API Reference, Usage, Features) â MUST document: method, URL, parameters, response for endpoints </critical_constraints>
<api_template>
### GET /status
Returns the current system status.
**Response**
```json
{ "status": "ok", "uptime": 1234 }
</api_template>
<patterns>
- New endpoint â add to API Reference with method, URL, params, response
- Modified feature â update existing description
- New feature â add bullet or section describing usage
</patterns>