Plugin.99 API Reference

Index Lua module API functions and keymaps from lua/plugins/99.lua.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill plugin-99-api-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Plugin.99 API Reference
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/plugin.99
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill plugin-99-api-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick reference for the API and commands exposed by the lua/plugins/99.lua file, helping users understand and utilize its functionality without deep-diving into the source code.

Core Features & Use Cases

  • API Indexing: Lists available module API functions for easy lookup.
  • Command Discovery: Highlights user-defined commands (though none were detected in this static scan).
  • Use Case: A developer needs to quickly find out how to trigger a specific action defined in plugins.99 and uses this Skill to get the function signature and relevant keymaps.

Quick Start

Use the Plugin.99 API Reference skill to find the function for setting a keymap.

Frequently Asked Questions about Plugin.99 API Reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available API functions defined in a Neovim Lua plugin?

You can discover callable API functions by using this reference to statically analyze your Neovim Lua source files, providing a quick index of module functions and their signatures without reading the code.

What is the best way to discover keymaps configured in my Neovim Lua configuration?

The best way to discover keymaps is using an API reference that performs static analysis on your Neovim Lua configuration to extract and list defined keymap bindings.

Can I get a function signature and usage details from a Lua file without reading the source code?

Yes, you can retrieve function signatures from a Lua file without reading the source by using an API reference that statically analyzes the code to index exported functions and highlight user commands.

Does this API reference tool detect user-defined commands in Neovim plugins?

This API reference attempts to detect user-defined commands in Neovim plugins via static analysis, though it may not identify commands if none are explicitly defined or if they are dynamically generated.

Why are no user commands showing up in my Lua plugin API reference scan?

User commands may not appear in the API reference scan because the static analysis detected none explicitly exported in the source file, or they are dynamically generated rather than statically defined.