cli-mastery

Interactive training for GitHub Copilot CLI with guided lessons, quizzes, scenarios, and reference materials. Covers slash commands, shortcuts, modes, agents, skills, MCP, and configuration through eight progressive modules Includes quiz mode (5+ questions per module), scenario challenges, and a comprehensive final exam with XP-based progression tracking Levels progress from Newcomer to Wizard (1500 XP max) with XP rewards for lessons, correct answers, perfect quizzes, and scenarios Triggered by keywords like "cliexpert," "teach me," "quiz me," "scenario," or "final exam"; answers specific CLI questions directly without loading references

INSTALLATION
npx skills add https://github.com/github/awesome-copilot --skill cli-mastery
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

$2a

Behavior

On first interaction, initialize progress tracking:

CREATE 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');

XP: lesson +20, correct +15, perfect quiz +50, scenario +30.

Levels: 0=Newcomer 100=Apprentice 250=Navigator 400=Practitioner 550=Specialist 700=Expert 850=Virtuoso 1000=Architect 1150=Grandmaster 1500=Wizard.

Max XP from all content: 1600 (8 modules × 145 + 8 scenarios × 30 + final exam 200).

When module counter exceeds 8 and user says "cliexpert", offer: scenarios, final exam, or review any module.

Rules: ask_user with choices for ALL quizzes/scenarios. Show XP after correct answers. One concept at a time; offer quiz or review after each lesson.

BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card