ThePrimeagenThePrimeagenCommunityยท8 Agent Skills Included

99

AI coding assistant built directly inside Neovim for hands-on programmers

Brings AI-powered code search, visual selection rewriting, and agentic workflows directly into Neovim. Eliminates context switching between your editor and external AI chat tools or browser tabs. Includes Neovim API reference skills for LSP, diagnostics, and Treesitter so agents write accurate Lua code. Supports custom rules, file completions, and multiple AI providers like Claude Code and OpenCode.
npx skills add ThePrimeagen/99 --all -g -y
Available:

Tells the AI agent to always prefer built-in Neovim functions over standard Lua libraries and defines the required testing patterns for validating plugin behavior.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install 99?โ–ผ

Run `npx skills add ThePrimeagen/99 --all -g -y` in your terminal to install all skills in this suite globally.

What does the 99 Neovim plugin do?โ–ผ

It adds AI-powered search, visual selection rewriting, and agentic coding workflows directly inside Neovim, augmenting programmers instead of replacing them.

Which AI providers does 99 support?โ–ผ

It works with OpenCode by default and also supports Claude Code as a provider, configurable in the plugin setup options.

How does AI search work in Neovim with 99?โ–ผ

The search function scans your project with your prompt and returns annotated locations in your quickfix list for fast navigation.

Can I add custom rules to 99?โ–ผ

Yes. Point the custom_rules option to folders containing SKILL.md files, and the agent will follow those rules during requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’