MANDATORY before writing or editing ANY .lua file in this repo - classes, methods, fields, functions, or LuaCATS annotations. Holds the project's enforced Lua style: class pattern, visibility prefixes (_private, __protected), and optional-type syntax. Skipping it produces luals/selene failures at make validate. Load it before the first edit, not after.
$npx -y skills add carlos-algms/agentic.nvim --skill agentic-lua-classInstalls into the current project.
Run `npx skills use "https://github.com/carlos-algms/agentic.nvim" --skill "carlos-algms/agentic.nvim/agentic-lua-class"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/carlos-algms/agentic.nvim" that are relevant to the current task. Run `npx skills add "https://github.com/carlos-algms/agentic.nvim"` and select the relevant skills, then follow their instructions.