Bundled Gmail CLI example demonstrating the scripts/ entrypoint + src/ implementation split. Use as a template when your course ships real code that goes beyond a single shell script. Shows how to organize a course bundle that owns its codebase — no runtime package installation, all dependencies stdlib-only. Replaces the "tell the user to npm install my CLI" anti-pattern.
$npx -y skills add nicolasmelo1/logion --skill with-scriptsInstalls into the current project.
Run `npx skills use "https://github.com/nicolasmelo1/logion" --skill "nicolasmelo1/logion/with-scripts"` 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.