
Update Readme
- 1 installs
- 5 repo stars
- Updated May 6, 2026
- dargonlee/mydev
Helps with documentation tasks.
About
update-readme is a Claude Code skill for documentation. It helps developers move faster with AI-assisted coding.
- update-readme
- Documentation
- AI-coding skill
Update Readme by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,366 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Jul 7, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dargonlee/mydev --skill update-readmeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 5 |
| Last updated | May 6, 2026 |
| Repository | dargonlee/mydev ↗ |
What it does
Helps with documentation tasks.
Files
更新 README
当需要更新主 README.md 时执行。
触发场景
- 添加了新工具文档后,README 需要添加对应章节
- 文档结构发生变化
- 安装方法或配置有重要更新
步骤
1. 读取现有 README.md
cat README.md2. 定位更新位置
- 查找对应章节(如 "### 终端工具"、"### 开发工具")
- 或在目录末尾添加新章节
3. 编辑 README.md
- 添加工具名称和简介
- 添加快速安装命令
- 添加参考链接
4. 提交推送
git add README.md
git commit -m "更新 README:添加 <工具名> 章节"
git push origin main注意事项
- README 是完整指南,保持简洁但完整
- 使用中文
- 遵循现有章节格式
Related skills
Documentationdocs