dev-docs
✓开发文档自动化生成和维护工具。在完成需求开发后自动生成需求文档(PRD)和API接口文档,在代码更新后自动维护CHANGELOG和API CHANGELOG。触发时机:用户说"生成文档"、"写文档"、"更新文档",或提到PRD、API文档、changelog、需求文档时自动触发。
Installation
SKILL.md
多平台支持: 本文件可作为 Cursor IDE 的 Skill (/.cursor/skills/) 或 Claude Code 的 Skill (/.claude/skills/) 使用。
curl -X POST "{baseurl}/api/endpoint" \ -H "Authorization: Bearer {token}" \ -H "Content-Type: application/json" \ -d '{"key": "value"}'
response = requests.post( "{baseurl}/api/endpoint", headers={"Authorization": f"Bearer {token}"}, json={"key": "value"} ) print(response.json())
开发文档自动化生成和维护工具。在完成需求开发后自动生成需求文档(PRD)和API接口文档,在代码更新后自动维护CHANGELOG和API CHANGELOG。触发时机:用户说"生成文档"、"写文档"、"更新文档",或提到PRD、API文档、changelog、需求文档时自动触发。 Source: lilyjem/dev-docs-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/lilyjem/dev-docs-skill --skill dev-docs- Source
- lilyjem/dev-docs-skill
- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dev-docs?
开发文档自动化生成和维护工具。在完成需求开发后自动生成需求文档(PRD)和API接口文档,在代码更新后自动维护CHANGELOG和API CHANGELOG。触发时机:用户说"生成文档"、"写文档"、"更新文档",或提到PRD、API文档、changelog、需求文档时自动触发。 Source: lilyjem/dev-docs-skill.
How do I install dev-docs?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lilyjem/dev-docs-skill --skill dev-docs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/lilyjem/dev-docs-skill
Details
- Category
- ""Writing
- Source
- skills.sh
- First Seen
- 2026-02-01