{"id":51951735,"url":"https://github.com/dubsopenhub/copilot-cli-mastery","last_synced_at":"2026-07-29T06:01:29.490Z","repository":{"id":340289351,"uuid":"1163003495","full_name":"DUBSOpenHub/copilot-cli-mastery","owner":"DUBSOpenHub","description":"🎓 Interactive training system for GitHub Copilot CLI — From Zero to CLI Wizard","archived":false,"fork":false,"pushed_at":"2026-06-04T03:20:15.000Z","size":208,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-07T22:21:29.191Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DUBSOpenHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-21T00:34:23.000Z","updated_at":"2026-05-21T19:29:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DUBSOpenHub/copilot-cli-mastery","commit_stats":null,"previous_names":["dubsopenhub/copilot-cli-mastery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DUBSOpenHub/copilot-cli-mastery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fcopilot-cli-mastery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fcopilot-cli-mastery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fcopilot-cli-mastery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fcopilot-cli-mastery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DUBSOpenHub","download_url":"https://codeload.github.com/DUBSOpenHub/copilot-cli-mastery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fcopilot-cli-mastery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36020486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-29T02:00:04.910Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-29T06:01:27.704Z","updated_at":"2026-07-29T06:01:29.468Z","avatar_url":"https://github.com/DUBSOpenHub.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎓 Copilot CLI Mastery\n\n\u003e **From Zero to CLI Wizard** — Learn the GitHub Copilot CLI at your own pace with interactive lessons, quizzes, and hands-on challenges.\n\u003e\n\u003e \u003cimg width=\"811\" height=\"232\" alt=\"Screenshot 2026-02-24 at 11 45 08 PM\" src=\"https://github.com/user-attachments/assets/29d29246-5931-4218-9639-7d49e8bb064f\" /\u003e\n\n\u003e ⚡ **Get started fast!** Install the skill and say \"cliexpert\":\n\u003e ```bash\n\u003e mkdir -p ~/.copilot/skills/cli-mastery/curriculum \u0026\u0026 \\\n\u003e   curl -sSL https://raw.githubusercontent.com/DUBSOpenHub/copilot-cli-mastery/main/SKILL.md \\\n\u003e     -o ~/.copilot/skills/cli-mastery/SKILL.md \u0026\u0026 \\\n\u003e   for f in module-1-slash-commands module-2-keyboard-shortcuts module-3-modes module-4-agents module-5-skills module-6-mcp module-7-advanced module-8-configuration scenarios final-exam; do \\\n\u003e     curl -sSL \"https://raw.githubusercontent.com/DUBSOpenHub/copilot-cli-mastery/main/curriculum/${f}.md\" \\\n\u003e       -o ~/.copilot/skills/cli-mastery/curriculum/${f}.md; done\n\u003e ```\n\n## ⚡ Install\n\n```bash\nmkdir -p ~/.copilot/skills/cli-mastery/curriculum\ncurl -sSL https://raw.githubusercontent.com/DUBSOpenHub/copilot-cli-mastery/main/SKILL.md \\\n  -o ~/.copilot/skills/cli-mastery/SKILL.md\nfor f in module-1-slash-commands module-2-keyboard-shortcuts module-3-modes module-4-agents module-5-skills module-6-mcp module-7-advanced module-8-configuration scenarios final-exam; do\n  curl -sSL \"https://raw.githubusercontent.com/DUBSOpenHub/copilot-cli-mastery/main/curriculum/${f}.md\" \\\n    -o ~/.copilot/skills/cli-mastery/curriculum/${f}.md\ndone\n```\n\nThen open the Copilot CLI and say **\"cliexpert\"** to start training.\n\n## 📚 8 Training Modules\n\n| # | Module | Topics | Difficulty |\n|---|--------|--------|------------|\n| 1 | **Slash Commands** | All 42 commands across 8 categories | 🟢→🔴 |\n| 2 | **Keyboard Shortcuts** | 19 shortcuts with muscle-memory training | 🟢→🟡 |\n| 3 | **Interaction Modes** | Ask, Edit, Agent — when to use each | 🟢→🟡 |\n| 4 | **Agent System** | Built-in agents, custom agents, orchestration | 🟡→🔴 |\n| 5 | **Skills System** | What skills are, how to create and use them | 🟡→🔴 |\n| 6 | **MCP Integration** | GitHub MCP server, custom servers, config | 🟡→💎 |\n| 7 | **Advanced Techniques** | Context management, prompt engineering, CI/CD | 🔴→💎 |\n| 8 | **Configuration** | Settings, themes, keybindings, permissions | 🟡→💎 |\n\nPlus **8 scenario challenges** and a **final exam**.\n\n## 🎮 Features\n\n- **Guided Lessons** — step-by-step walkthroughs with examples\n- **Quizzes** — test your knowledge after each module\n- **Scenario Challenges** — real-world workflow simulations\n- **XP \u0026 Leveling** — earn points and level up from Newcomer to CLI Wizard\n- **Progress Tracking** — persistent progress via SQL across sessions\n\n## 🏗️ Architecture\n\n```\nSKILL.md                 # Slim router (492 tokens) — drives the skill\ncurriculum/\n├── module-1-slash-commands.md\n├── module-2-keyboard-shortcuts.md\n├── module-3-modes.md\n├── module-4-agents.md\n├── module-5-skills.md\n├── module-6-mcp.md\n├── module-7-advanced.md\n├── module-8-configuration.md\n├── scenarios.md\n└── final-exam.md\n```\n\nSKILL.md stays under the 500-token budget. Curriculum files are loaded on demand via the `view` tool.\n\n## 📄 License\n\nMIT\n\n---\n\n## 🐙 Built with Love\n\nCreated with 💜 by [DUBSOpenHub](https://github.com/DUBSOpenHub) to help more people discover the joy of GitHub Copilot CLI.\n\nLet's build! 🚀✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubsopenhub%2Fcopilot-cli-mastery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubsopenhub%2Fcopilot-cli-mastery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubsopenhub%2Fcopilot-cli-mastery/lists"}