99
AI coding assistant built directly inside Neovim for hands-on programmers
All Skills in This Repository (8)
Pure Emerald Level IndicatorsNeovim Lua API Reference
List Neovim Lua API functions and type stubs for plugin development.
Neovim Diagnostics API Reference
Reference Neovim diagnostic functions and API parameters in Lua.
custom_rules_2
Define custom text manipulation rules for Vim scripts.
vim.lsp
Configure Language Server Protocol settings and compiler options within Neovim.
lua-code-print-statement-generator
Insert descriptive print statements before each line of Lua code.
custom_rules
Implement custom Treesitter parsing rules for Neovim code completions.
custom_rules_front-end
Define and apply custom coding standards to front-end code.
custom_rules_back_end
Define and apply custom rules for backend data filtering and processing.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core