ask-readme-gardener

📁 navanithans/agent-skill-kit 📅 10 days ago
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>