From d91c4da4f2e7a4f6da5f1ee40e57ab2f77e9567b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:13:47 +0000 Subject: [PATCH 1/2] Initial plan From 62731878e6b32f21e48e031fcc5991b3924d3aa6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:15:07 +0000 Subject: [PATCH 2/2] Update README.md with comprehensive installation instructions Co-authored-by: RichardHightower <382678+RichardHightower@users.noreply.github.com> --- README.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 773f2ff..dba8303 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,62 @@ Modern Python coaching covering language foundations through advanced production ## Installation +### skilz Installation for Agentic Skill +View all platforms → + +#### Claude Code (CLI) +**Fast** +```bash +skilz install SpillwaveSolutions/mastering-python-skill-plugin/mastering-python-skill +``` + +#### OpenCode (CLI) +**Fast** +```bash +skilz install SpillwaveSolutions/mastering-python-skill-plugin/mastering-python-skill --agent opencode +``` + +#### OpenAI Codex (CLI) +**Native** +```bash +skilz install SpillwaveSolutions/mastering-python-skill-plugin/mastering-python-skill --agent codex +``` + +#### Gemini CLI (Project) +**Project** +```bash +skilz install SpillwaveSolutions/mastering-python-skill-plugin/mastering-python-skill --agent gemini +``` + +**First time? Install Skilz:** `pip install skilz` + +Works with 14 AI coding assistants including Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more. [View All Agents](https://github.com/SpillwaveSolutions/skilz-cli/blob/main/docs/COMPREHENSIVE_USER_GUIDE.md). + +### For Claude Desktop +**Easy** + +Download Agent Skill ZIP, extract and copy to `~/.claude/skills/` then restart Claude Desktop + +### Manual Installation +1. Clone the repository: +```bash +git clone https://github.com/SpillwaveSolutions/mastering-python-skill-plugin +``` + +2. Copy the agent skill directory: +```bash +cp -r mastering-python-skill-plugin/skills/mastering-python-skill ~/.claude/skills/ +``` + +### Alternate Method (GitHub) ```bash -cd ~/.claude/skills -git clone https://github.com/SpillwaveSolutions/mastering-python-skill-plugin.git +skilz install -g https://github.com/SpillwaveSolutions/mastering-python-skill-plugin ``` +### Additional Resources +- [Skilz CLI User Guide](https://github.com/SpillwaveSolutions/skilz-cli/blob/main/docs/COMPREHENSIVE_USER_GUIDE.md) +- [Marketplace Link](https://skillzwave.ai/agent-skill/spillwavesolutions__mastering-python-skill-plugin__mastering-python-skill/) + ## Features ### Skill: mastering-python-skill