neovim skills

288 tagged neovim, measured the same way as everything else here.

Browse within: dotfiles 244zsh 159tmux 157bash 60fzf 60git-config 53ranger 53vim 53chezmoi 49nvim 49ssh 32nix 30config 28nix-darwin 28

source-drafting

01

nicknisi/dotfiles

Skill Claude CodeCodex

Use when drafting documents, reports, posts, presentations, or review comments from source materials, or conducting research across provided documents. Enforces read-first drafting, a source map for every claim, agent verification, and separation of verified from unverified claims.

3.0k today A 54 tokens original MIT

add-theme

02

nicknisi/dotfiles

Skill Claude CodeCodex

Add a new named theme pack to the dotfiles theme system (bin/theme). Use when the user pastes an omarchy/omacosy-style theme repo URL, says "add this theme", "new theme pack", or wants another entry for theme next to cycle.

3.0k today A 58 tokens original MIT

verify-behavior

03

nicknisi/dotfiles

Skill Claude CodeCodex

Verify or reproduce visible product behavior by driving the real UI with pi-computer-use's checked tools, requiring verified expect postconditions and durable state evidence for meaningful UI flows. Use when triage needs visual reproduction, implementation needs behavioral proof, review needs interactive confirmation…

3.0k today A 68 tokens original MIT

add

04

yutkat/my-neovim-pluginlist

Skill Claude CodeCodex

Categorize new Neovim plugins and insert them into the correct markdown category files.

831 yesterday A 18 tokens

improve-add-skill

05

yutkat/my-neovim-pluginlist

Skill Claude CodeCodex

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…

831 yesterday A 75 tokens

write-teach-commit

06

yutkat/my-neovim-pluginlist

Skill Claude CodeCodex

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…

831 yesterday A 82 tokens

agentic-lua-class

08

carlos-algms/agentic.nvim

Skill Claude CodeCodex

MANDATORY before writing or editing ANY .lua file in this repo - classes, methods, fields, functions, or LuaCATS annotations. Holds the project's enforced Lua style: class pattern, visibility prefixes (private, protected), and optional-type syntax. Skipping it produces luals/selene failures at make validate. Load it…

609 9d ago A 82 tokens original MIT

carlos-algms/agentic.nvim

Skill Claude CodeCodex

MANDATORY before editing MessageWriter, PermissionManager, tool-call block rendering, sender headers, thinking blocks, auto-scroll, folds, status rows, permission buttons, or chat-buffer tool-call tests.

609 9d ago A 46 tokens original MIT

aiohttp

10

Mte90/dotfiles

Skill Claude CodeCodex

Async HTTP server and client for Python with WebSocket support, middleware, streaming, and server-sent events.

51 6d ago A 24 tokens

celery

11

Mte90/dotfiles

Skill Claude CodeCodex

Distributed task queue for Python supporting Redis, RabbitMQ, periodic scheduling, real-time processing, and Django integration.

51 6d ago A 24 tokens

django-ninja

12

Mte90/dotfiles

Skill Claude CodeCodex

Fast Django REST framework with Pydantic validation, type hints, and automatic OpenAPI documentation for building type-safe APIs.

51 6d ago A 27 tokens

review-code

13

ooloth/dotfiles

Skill Claude CodeCodex

Standalone code review for any scope — PR number, branch, file paths, or current changes. Synthesizes intent, runs 10 parallel specialized agents, and presents actionable findings with a verdict. For PR scope, optionally posts the review to GitHub with inline comments.

24 11d ago A 57 tokens

review-converge

14

ooloth/dotfiles

Skill Claude CodeCodex

Autonomously review and fix the current branch or specified scope in iterative rounds until clean, leaving all changes in the working tree. Escalates only genuine design decisions. Ends with a transparent report of every round, every fix, and anything it couldn't resolve — persisted to .outputs/.

24 11d ago A 62 tokens

review-prs

15

ooloth/dotfiles

Skill Claude CodeCodex

Fetch and present a prioritized summary of all PRs awaiting the current user's review across the relevant projects and provide an interactive workflow helping the user phrase and post inline review comments and overall review decisions.

24 11d ago A 42 tokens

coding

16

ryota2357/dotfiles

Skill Claude CodeCodex

Principles for writing and designing code, covering API and abstraction design, naming, comment discipline, and standards of evidence for claims about code behavior. Use whenever the task is to write or modify code, design an API or software architecture, or review code.

22 3d ago A 53 tokens

git-commit

17

aiya000/dotfiles

Skill Claude CodeCodex

Create a new git commit for staged changes. Use when the user asks to commit staged changes with an auto-generated Conventional Commits message, or when Claude Code itself wants to run git commit.

19 2d ago A 43 tokens original MIT

github-issue-create

18

aiya000/dotfiles

Skill Claude CodeCodex

Create a GitHub issue with an auto-generated description. Use when the user asks to open an issue for a bug, feature request, or task.

19 2d ago A 35 tokens original MIT

github-pr-create

19

aiya000/dotfiles

Skill Claude CodeCodex

Create a pull request with an auto-generated description. Use when the user asks to open a PR for the current branch's changes.

19 2d ago A 30 tokens original MIT

isak102/neowright

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

14 2mo ago A 68 tokens GPL-3.0

isak102/neowright

Skill Claude CodeCodex

Sets up an ## Agent skills block in AGENTS.md/CLAUDE.md and docs/agents/ so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, or zoom-out — or…

14 2mo ago A 124 tokens GPL-3.0

neowright

22

isak102/neowright

Skill Claude CodeCodex

Use this skill when debugging, reproducing, automating, or inspecting Neovim UI behavior with Neowright. Trigger whenever the user mentions Neovim TUI issues, plugin or config debugging, floating windows, completion menus, keymaps, diagnostics, snapshots, sessions, or asks an agent to drive or inspect a real Neovim…

14 2mo ago A 75 tokens GPL-3.0

nithinbekal/dotfiles

Skill Claude CodeCodex

Write or revise text in Nithin Bekal's voice: Slack messages, PR descriptions, docs, emails, review comments, and technical notes. Use for practical, concise, low-drama writing grounded in concrete details.

11 13d ago A 52 tokens

subagents

24

nithinbekal/dotfiles

Skill Claude CodeCodex

Delegate a task to a focused subagent running in its own tmux pane, watch it work, exchange messages with it, and collect its report. Default to delegating — spawn subagents early and often, and split non-trivial work across independent tracks rather than doing it all inline first. Use for anything beyond a one-liner…

11 13d ago A 110 tokens