User.minuet_context

Generates an API reference for the Lua module user.minuet_context.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill user-minuet-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: User.minuet_context
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/user.minuet_context
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill user-minuet-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick reference for the user.minuet_context Lua module, helping developers understand its API and available functions.

Core Features & Use Cases

  • API Indexing: Quickly find and understand functions like build_payload and setup.
  • Event Awareness: Identifies events like BufEnter, BufLeave, and InsertLeave that the module might interact with.
  • Use Case: A developer needs to quickly understand how to call the build_payload function from user.minuet_context without deep-diving into the source code.

Quick Start

Find the signature for the setup function in the user.minuet_context module.

Frequently Asked Questions about User.minuet_context

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

FAQPage Schema
How do I find the Lua function signatures in the user.minuet_context Neovim module?

To find Lua function signatures for the user.minuet_context Neovim module, use this API reference tool, which provides a quick lookup index for functions like build_payload and setup without reading source code.

What Neovim events does the user.minuet_context Lua module interact with?

The user.minuet_context Lua module interacts with Neovim events like BufEnter, BufLeave, and InsertLeave. This API reference identifies these integration points to help developers understand module event handling.

How do I call the build_payload function from a Lua module in Neovim?

To call the build_payload function from a Lua module in Neovim, reference its API documentation to get the exact signature and parameters. This Skill indexes those details for rapid lookup.

Does this API reference require static analysis of Lua source files to generate the index?

Yes, generating the API reference index requires static analysis of Lua source files. This process extracts function signatures and event interactions to build a searchable lookup for Neovim module capabilities.

What is the best way to understand a Lua module's API without deep-diving into its source code?

The best way to understand a Lua module's API without reading source code is using an API reference index. It details available functions and events, enabling rapid lookup of module capabilities and integration points.