Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 23, 2026

Expanded the Installation section in README.md to cover multiple installation methods and platforms, making the agent skill accessible to users across different AI coding assistants.

Changes

Installation Methods Added:

  • Skilz CLI - Commands for Claude Code, OpenCode, OpenAI Codex, and Gemini with platform-specific flags
  • Claude Desktop - ZIP download and extract method
  • Manual - Git clone with directory copy instructions
  • Alternate - GitHub URL-based skilz installation

Additional Resources:

All existing content (Features, Topics Covered, License) preserved without modification.

Original prompt

To improve the documentation within your repository, update the README.md file to include additional details about installing the agent skill. Incorporate the following revised installation instructions:

skilz Installation for Agentic Skill
View all platforms →

Claude Code (CLI)
Fast
skilz install SpillwaveSolutions/mastering-python-skill-plugin/mastering-python-skill

OpenCode (CLI)
Fast
skilz install SpillwaveSolutions/mastering-python-skill-plugin/mastering-python-skill --agent opencode

OpenAI Codex (CLI)
Native
skilz install SpillwaveSolutions/mastering-python-skill-plugin/mastering-python-skill --agent codex

Gemini CLI (Project)
Project
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.

For Claude Desktop
Easy
Download Agent Skill ZIP
Extract and copy to ~/.claude/skills/ then restart Claude Desktop

Manual Installation
1. Clone the repository:
git clone https://github.com/SpillwaveSolutions/mastering-python-skill-plugin

2. Copy the agent skill directory:
cp -r mastering-python-skill-plugin/skills/mastering-python-skill ~/.claude/skills/

Alternate Method (GitHub)
skilz install -g https://github.com/SpillwaveSolutions/mastering-python-skill-plugin

Additionally, hyperlink to the documentation for Skilz CLI's user guide here. Ensure that the marketplace reference also stays included in the README.md file: Marketplace Link.

This should make the installation process accessible and helpful for all potential users.

This pull request was created from Copilot chat.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: RichardHightower <382678+RichardHightower@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README with installation instructions for agent skill Add comprehensive installation instructions to README Jan 23, 2026
@RichardHightower RichardHightower marked this pull request as ready for review January 23, 2026 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants