AI SummaryAutomates the categorization and documentation of Neovim plugins in markdown-based plugin lists, helping maintainers of awesome-list repositories organize plugins by type and explain categorization decisions.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "my-neovim-pluginlist" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/yutkat/my-neovim-pluginlist/main/.claude/commands/add.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Update each repo’s plugin in the right markdown section, then create REASON.md summarizing why each category was chosen.
Workflow
• Read one line from the following list of repositories. • Visit the corresponding repository on GitHub. • Skip further processing if any of these conditions apply: 3.1. The plugin is a fork of another repository. 3.2. It is a new colorscheme plugin. 3.3. The repository has no README. 3.4. The README is written in a language other than English. 3.5. The repository is a Neovim configuration rather than a plugin. 3.6. The repository is a sample plugin created solely for learning purposes. • From the README or other files, infer which Neovim‑plugin category the repository belongs to. • In @.claude/SECTION.md, consult the table of contents and locate the markdown file that contains that category. • Open that markdown file and insert the new plugin at the appropriate position. 6.1. If no suitable section exists, create one first and then add the plugin. 6.2. If there are subsections, review them and add the plugin to the most appropriate subsection whenever possible. 6.3. Add new plugins at the bottom of the section. 6.4. If there are related plugins, list them below the relevant plugin. • After all repositories have been processed, list the evidence for each plugin’s categorization in a markdown table (|URL|Category|Reason|) and save it as REASON.md. $ARGUMENTS
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster