Skip to content

Python Agent Skill and Agent Plugin for basic and advance Python practices.

Notifications You must be signed in to change notification settings

SpillwaveSolutions/mastering-python-skill-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering Python Plugin

Modern Python coaching covering language foundations through advanced production patterns.

View this skill on the skillzwave.ai marketplace

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
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
  1. Copy the agent skill directory:
cp -r mastering-python-skill-plugin/skills/mastering-python-skill ~/.claude/skills/

Features

Skill: mastering-python-skill

Comprehensive Python guidance triggered automatically when you:

  • Ask to "write Python code" or "explain Python concepts"
  • Request help with "pytest tests", "FastAPI endpoints", or "Pydantic validation"
  • Need guidance on "Poetry", "PDM", "type hints", or "async Python"

Command: /python

/python                          # General Python help
/python async await patterns     # Specific topic
/python FastAPI endpoint         # Framework guidance

Agent: python-expert

Expert assistant for production-quality Python development:

  • Code writing with modern patterns
  • Refactoring to best practices
  • Testing strategies
  • Package configuration

Topics Covered

Domain Content
Foundations Syntax, types, OOP, control flow, modules
Testing pytest, fixtures, mocking, parametrize
Packaging Poetry, PDM, uv, pyproject.toml
Web FastAPI, Django REST, Pydantic
Data Pandas, DuckDB, JSON serialization
Async asyncio, concurrency, TaskGroup
Quality Black, Ruff, mypy, pre-commit
Production Docker, security, performance, deployment

Content Sources

  • Part 1 (13 chapters): Python foundations
  • Part 2 (14 chapters): Data, async, REST, packaging
  • Advanced (18 chapters): Systems design, security, deployment

License

MIT

About

Python Agent Skill and Agent Plugin for basic and advance Python practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages