npx claudepluginhub pluginagentmarketplace/custom-plugin-pythonProduction-grade Python development plugin: web frameworks (Django, FastAPI), data science (Pandas, NumPy), testing (pytest), async programming, packaging, DevOps automation, and performance optimization
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
Python Assistant is a Claude Code plugin with 8 agents and 12 skills for python development.
# Step 1️⃣ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-python
# Step 2️⃣ Install the plugin
/plugin install python-developer-plugin@pluginagentmarketplace-python
# Step 3️⃣ Restart Claude Code
# Close and reopen your terminal/IDE
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-python.git
cd custom-plugin-python
# Load locally
/plugin load .
# Restart Claude Code
After restart, you should see these agents:
python-developer-plugin:03-data-science
python-developer-plugin:02-web-development
python-developer-plugin:06-package-deployment
python-developer-plugin:01-python-fundamentals
python-developer-plugin:07-best-practices
... and 2 more
| Feature | Description |
|---|---|
| 🤖 8 Agents | Specialized AI agents for python tasks |
| 🛠️ 12 Skills | Reusable capabilities with Golden Format |
| ⌨️ 4 Commands | Quick slash commands |
| 🔄 SASMP v1.3.0 | Full protocol compliance |
| # | Agent | Purpose |
|---|---|---|
| 1 | 03-data-science | Data manipulation, analysis, and visualization with NumPy, P |
| 2 | 02-web-development | Build web applications with Django, Flask, and FastAPI frame |
| 3 | 06-package-deployment | Package creation, distribution, dependency management, and d |
| 4 | 01-python-fundamentals | Master Python syntax, data types, control flow, functions, O |
| 5 | 07-best-practices | PEP8, type hints, design patterns, performance optimization, |
| 6 | 05-async-concurrency | Asynchronous programming with asyncio, threading, and multip |
| 7 | 04-testing-quality | Unit testing, integration testing, mocking, and test-driven |