Plugin.noice API Reference

Generate an API reference for Noice.nvim from Lua source files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick reference for the Noice.nvim plugin's API, commands, and related modules, streamlining development and troubleshooting.

Core Features & Use Cases

  • API Indexing: Quickly find and understand available commands and module functions.
  • Dependency Linking: Easily navigate to related skills or documentation for dependencies like nui.nvim.
  • Use Case: When you need to quickly recall how to trigger a specific Noice.nvim feature or understand its integration points, this Skill serves as an immediate lookup tool.

Quick Start

Use the Plugin.noice skill to find information about the :Noice command.

Frequently Asked Questions about Plugin.noice API Reference

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

FAQPage Schema
How do I look up available commands and module functions for the Noice.nvim plugin?

The Noice.nvim API reference indexes available commands and module functions by performing static analysis of Lua source files. This provides quick lookups for developers integrating or customizing Noice.nvim within Neovim configurations.

What is the best way to find integration points for Noice.nvim in my Neovim configuration?

The best way to find Noice.nvim integration points is by querying the API reference to understand module APIs and hard-to-wire calls. It streamlines development by detailing how to trigger specific features within your Neovim configuration.

Does this API reference include documentation for Noice.nvim dependencies like nui.nvim?

Yes, the Noice.nvim API reference includes dependency linking to help you easily navigate to related skills or documentation for dependencies like nui.nvim. This facilitates smoother troubleshooting and integration.

How do I use the :Noice command when customizing my Neovim setup?

To use the :Noice command during Neovim customization, refer to this Skill's API reference to quickly recall how to trigger specific Noice.nvim features. It serves as an immediate lookup tool for command usage and module APIs.

When do I need to reference hard-to-wire calls for the Noice.nvim plugin?

You need to reference hard-to-wire calls for the Noice.nvim plugin when you are actively integrating or customizing its features within your Neovim configuration. The API reference details these complex calls to streamline development and troubleshooting.