Plugin.discord

Index Plugin.discord commands and module APIs from lua/plugins/discord.lua.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick reference for the Plugin.discord API, helping developers understand and utilize its functionalities without deep-diving into the source code.

Core Features & Use Cases

  • API Indexing: Quickly find available commands and module APIs.
  • Reference Linking: Connects to related skills for broader context.
  • Use Case: A developer needs to quickly check how to interact with Discord features through the plugin and finds the relevant API calls and references here.

Quick Start

Consult the Plugin.discord API reference for available commands and module APIs.

Frequently Asked Questions about Plugin.discord

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

FAQPage Schema
What is the Discord plugin API reference used for in Lua development?

The Discord plugin API reference provides an index of available commands and module APIs for Lua, enabling developers to understand Discord integration functionalities without deep-diving into the source code.

How do I find available module APIs for the Discord plugin?

You can find available module APIs and commands by consulting the Discord plugin API reference, which requires static analysis of the lua/plugins/discord.lua file for API discovery.

Does the Discord plugin API reference require external dependencies to index commands?

No, the Discord plugin API reference operates without external dependencies, relying solely on static analysis of the discord.lua file to index commands and module APIs.

Can I use this API reference to connect to related modules for broader context?

Yes, the Discord plugin API reference supports reference linking, connecting to related skills and external references to provide broader context for Discord plugin functionalities.

What's the best way to quickly check how to interact with Discord features through a Lua plugin?

The best way is to consult the Discord plugin API reference, which facilitates rapid integration by detailing the relevant API calls and module APIs for Discord features.

Why does the API reference require static analysis of discord.lua?

The API reference requires static analysis of lua/plugins/discord.lua to discover and index the available Discord commands and module APIs, ensuring the reference remains accurate without manual updates.