Triforce.nvim API Reference

Index the Triforce.nvim Lua API and debugging utilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick access to the Triforce.nvim API and debugging functions, streamlining the management and troubleshooting of the plugin.

Core Features & Use Cases

  • API Indexing: Quickly find and reference available Lua functions for the triforce module.
  • Debugging Tools: Access functions to debug achievements, levels, languages, and XP.
  • Configuration Management: Open, close, and toggle the plugin's configuration.
  • Stats Export: Export player statistics to JSON or Markdown formats.
  • Use Case: When you need to quickly check the arguments for triforce.export_stats_to_json or want to debug a specific achievement, this Skill provides immediate reference.

Quick Start

Use the triforce skill to open the plugin configuration.

Frequently Asked Questions about Triforce.nvim API Reference

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

FAQPage Schema
How do I debug Triforce.nvim game plugins in Lua?

To debug Triforce.nvim game plugins, use the provided Lua API functions to directly inspect and troubleshoot achievements, levels, languages, and XP data. This Skill indexes these debugging utilities for immediate reference.

How do I export player stats to JSON or Markdown using Lua?

Export player stats to JSON or Markdown by calling the specific triforce Lua module functions, such as triforce.export_stats_to_json. This Skill provides the exact function arguments needed for data serialization.

How do I open and manage Triforce.nvim configuration files?

Manage Triforce.nvim configuration by using direct Lua module calls to open, close, and toggle the plugin's configuration settings. This Skill facilitates quick access to these configuration management functions.

Can I use Triforce.nvim API reference without other dependencies?

Yes, you can use this API reference without dependencies. It requires direct Lua module calls for setup and data serialization, providing indexed access to the Triforce.nvim API and associated debugging utilities.

What is the best way to find available Lua functions for the Triforce module?

The best way to find available Lua functions is through the API indexing feature, which provides a quick reference for the triforce module. This allows you to quickly check arguments for setup, debugging, and stats export.