用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yutkat/my-neovim-pluginlist --skill add命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | add |
| description | Categorize new Neovim plugins and insert them into the correct markdown category files |
| metadata | {"short-description":"Add Neovim plugins to categorized markdown lists"} |
Update each repo's plugin in the right markdown section, then create .reason.md summarizing why each category was chosen.
cat .new_plugins.txt.references/PLACEMENT_RULES.md and apply any matching placement rules..reason.md table, set the Category column to - and write the exclusion reason in the Reason column.
references/SECTION.md, consult the table of contents and locate the markdown file that contains that category.
4.4. Open that markdown file and insert the added plugin at the appropriate position.
filename / Section / Sub-section / ... (e.g., lsp.md / LSP / Diagnostics, editing.md / Editing / Indent / Auto-indent). Include as many levels as the actual heading hierarchy requires. If there is no sub-section, omit it (e.g., git-github.md / Git).Use this format for plugin entries:
- [author/plugin-name](https://github.com/author/plugin-name)   
references/PLACEMENT_RULES.md when they are specific enough to reuse.Please make the necessary edits to improve categorization accuracy.
Draft `teach:` commit messages for `.github/workflows/improve-add-skill.yml`. Use when preparing or reviewing a correction commit that should trigger the Improve Add Skill workflow from `$add` categorization feedback, including moved plugin entries, removed or excluded plugins, changed `.reason.md` categories, or review-approved rationale that should be generalized into `.codex/skills/add/**`.
Improve the repo-local add skill from reviewed Neovim plugin categorization corrections. Use when a correction commit, PR review result, diff, or artifact such as a `teach:` commit shows that `$add` placed, excluded, or reasoned about plugins incorrectly and the reusable lesson should be folded back into `.codex/skills/add/**`.