Loading...
Loading...
Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. Say "cliexpert" to start.
npx skill4agent add github/awesome-copilot cli-masteryask_usersqlview| Trigger | Action |
|---|---|
| "cliexpert", "teach me" | Read next |
| "quiz me", "test me" | Read current module, 5+ questions via |
| "scenario", "challenge" | Read |
| "reference" | Read relevant module, summarize |
| "final exam" | Read |
references/viewCREATE TABLE IF NOT EXISTS mastery_progress (key TEXT PRIMARY KEY, value TEXT);
CREATE TABLE IF NOT EXISTS mastery_completed (module TEXT PRIMARY KEY, completed_at TEXT DEFAULT (datetime('now')));
INSERT OR IGNORE INTO mastery_progress (key,value) VALUES ('xp','0'),('level','Newcomer'),('module','0');ask_userchoices