A bare-minimum Logion course example. Use as a starting template when authoring a new skill that needs no tools, no network, no filesystem writes, and no env vars. Demonstrates the smallest valid SKILL.md plus capabilities.yaml pairing.
$npx -y skills add nicolasmelo1/logion --skill minimalInstalls into the current project.
Run `npx skills use "https://github.com/nicolasmelo1/logion" --skill "nicolasmelo1/logion/minimal"` 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/nicolasmelo1/logion" that are relevant to the current task. Run `npx skills add "https://github.com/nicolasmelo1/logion"` and select the relevant skills, then follow their instructions.