Skip to main content
S1M0N38
GitHub creator profile

S1M0N38

Repository-level view of 23 collected skills across 9 GitHub repositories.

skills collected
23
repositories
9
updated
Aug 8, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

nvim-commit
software-developers

Create conventional commits for Neovim plugins that are compatible with release-please and follow SemVer. Use when the user asks to commit changes, make a git commit, or says "/commit" while working in a Neovim plugin project. Analyzes the diff to produce…

May 1, 2026
nvim-doc
software-developers

Write, update, and improve Neovim plugin help documentation (vimdoc) in doc/<plugin>.txt. Use when the user asks to write docs, update docs, generate the help file, add documentation for a function, or mentions vimdoc, help tags, or plugin documentation.…

May 1, 2026
nvim-help
software-developers

Search and read Neovim's built-in :help documentation to look up API signatures, parameter types, option values, and event specifications from the user's installed runtime. Use when the user wants to consult reference material — function docs, help tags,…

May 1, 2026
nvim-init
software-developers

Initialize a Neovim plugin project after cloning from base.nvim template. Run once at the start of development to verify the development environment is set up correctly. Use when the user says "init", "setup", "initialize", "check environment", "nvim-init",…

May 1, 2026
nvim-plugin
software-developers

Neovim plugin development best practices and patterns. Use when planning, editing, implementing, or reviewing Neovim Lua plugin code — structuring a new plugin, writing setup/config, highlights, autocmds, keymaps, health checks, type annotations, debounce,…

May 1, 2026
nvim-test
software-quality-assurance-analysts-and-testers

Execute tests and diagnose failures for this Neovim plugin. Use when the user says "run tests", "run the suite", or asks to execute the test suite (full, single file, or offline). Also use when the user pastes test error output, asks what a test failure…

May 1, 2026
nvim-commit
software-developers

Create conventional commits for love2d.nvim that are compatible with release-please and follow SemVer. Use when the user asks to commit changes, make a git commit, or says "/commit" while working on love2d.nvim. Analyzes the diff to produce correctly scoped,…

May 11, 2026
nvim-doc
software-developers

Write, update, and improve love2d.nvim help documentation (vimdoc) in doc/love2d.txt. Use when the user asks to write docs, update docs, generate the help file, add documentation for a function, or mentions vimdoc, help tags, or plugin documentation. Reads…

May 11, 2026
nvim-help
software-developers

Search and read Neovim's built-in :help documentation to look up API signatures, parameter types, option values, and event specifications from the user's installed runtime. Use when the user wants to consult reference material — function docs, help tags,…

May 11, 2026
nvim-plugin
software-developers

Neovim plugin development best practices and patterns for love2d.nvim. Use when planning, editing, implementing, or reviewing Neovim Lua plugin code — structuring a new plugin, writing setup/config, highlights, autocmds, keymaps, health checks, type…

May 11, 2026
nvim-test
software-quality-assurance-analysts-and-testers

Execute tests and diagnose failures for love2d.nvim. Use when the user says "run tests", "run the suite", or asks to execute the test suite (full or single file). Also use when the user pastes test error output, asks what a test failure means, or needs help…

May 11, 2026
Showing 9 of 9 repositories
All repositories loaded