diff --git a/plugin.json b/plugin.json new file mode 100644 index 00000000..967edc77 --- /dev/null +++ b/plugin.json @@ -0,0 +1,20 @@ +{ + "name": "copilot-cli-for-beginners", + "description": "Beginner-friendly course teaching GitHub Copilot CLI — includes example agents, skills, and prompts for hands-on learning.", + "version": "1.0.0", + "author": { + "name": "Microsoft Corporation" + }, + "repository": "https://github.com/vicslive/copilot-cli-for-beginners.git", + "license": "MIT", + "keywords": [ + "github-copilot", + "cli", + "tutorial", + "course", + "beginners" + ], + "category": "education", + "skills": ".github/skills/", + "agents": ".github/agents/" +}