Public Agent Skills pack: turn a folder on your computer into a git-backed Markdown learning kit you use while learning with an AI agent.
learning-kit-init— one-time bootstrap (folder, layout, language policy, git/gh, optional GitHub remote, optional grill-me)learning-kit— ongoing capture into that kit
Designed for NakornCode’s “learn with your own agent” course method. Branding on your kit folder is optional — pick any name.
From GitHub (after publish):
npx skills add nakorncode/learning-kit --skill=learning-kit-init
npx skills add nakorncode/learning-kit --skill=learning-kitOr copy skills/learning-kit-init and skills/learning-kit into your agent’s skills directory (e.g. ~/.agents/skills/ or ~/.cursor/skills/).
- In your AI agent, run
/learning-kit-init(or ask to run that skill). - Prefer placing the kit on your Desktop; choose any path/name you like.
- Open the kit folder as the workspace.
- While learning, run
/learning-kitto save notes (or enable coach mode at init).
During init you can install Matt Pocock’s grill-me:
npx skills add mattpocock/skills --skill=grill-meSemver git tags + CHANGELOG.md. Install a tag when you need a frozen classroom version.
MIT (see LICENSE).