用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/KL-Mithunvel/Tile_Sorting --skill update-docs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | update-docs |
| description | When the user wants to update all project related docs, he can use this skill. |
When the user wants to update the various doc files of the project, he will invoke this skill. The project's .claude folder will contain Doc-Index.MD (be case in-sensitive). It will index to all the doc files of this project. Go through the list and make necessary changes to the docs based on the current code, understanding, changes and updates.
If user specifies 'Full', also make sure that all docs in the project are indexed here. Look in the project repo for MD files and add them here, but don't include git-ignored ones or claude skills.
If user specifies 'Recent', look at what changes / learnings / updates happened in the current session and update the docs accordingly. This is the default action.
If user specifies 'init', create the Doc-Index.MD file and index the existing documentation MD files in it. The location of the documentation will vary from project to project, so find it from the project specific pointers.
if user specifies 'help', display the help message, along with the available actions.
Note: CLAUDE-COMMON.md is a common file from a shared repo. It is not to be edited! If important changes required, inform the user.