00Docs
Wire ngguide into your agent.
One prompt, four agents. The course server runs over MCP — pedagogy state lives here, your agent does the talking.
01Quick install
Make a folder for the course and open it in your agent:
terminalstep 1 · make a home for the course
mkdir angular-ui-kit && cd angular-ui-kita fresh, empty directory
Then paste this prompt to your agent. It reads the course's SKILL.md and does the rest — scaffolds the starting repo, wires the server into your agent's config, and opens the first lesson. The first tool call opens a browser tab to authorize against your ngguide account — once per agent, then you're in. Confirm your license from your dashboard.
your agentstep 2 · one prompt · every agent
Read https://ng.guide/angular-ui-kit/SKILL.md and follow the setup instructions.works in Claude Code, Cursor, Zed, Codex
02MCP tools reference
Tools your agent will call during a session. Detailed schemas ship with the server's list_tools response.
tool · descriptionstatus
get_current_lesson
Returns the current lesson + step the student should work on.
submit_answer
Submits a student answer; server grades deterministically.
hint
Asks for a graded hint without forfeiting mastery.
mastery_check
Schedules / runs a spaced-repetition mastery review.
request_quiz
Pulls a multi-question quiz block for the current module.
03Next steps