plugins marketplace
← All plugins

pysheeet

v1.0.0

Comprehensive Python programming reference covering syntax, concurrency, networking, databases, ML/LLM development, and HPC

Claude Code1 skill

by crazyguitarMIT8.1kupdated 23 hours ago

Source

git clone https://github.com/crazyguitar/pysheeet

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

pysheeet/
├── .claude-plugin/plugin.json
└── skills/readable-py/SKILL.md

Skills1

readable-pyskills/readable-py/SKILL.md

Readable Python code rules inspired by The Art of Readable Code. Use when writing, reviewing, or refactoring Python code. Enforces short functions, flat control flow, clear naming, readable structure, and Pythonic idioms.

Manifests1

.claude-plugin/plugin.json
{
  "name": "pysheeet",
  "description": "Comprehensive Python programming reference covering syntax, concurrency, networking, databases, ML/LLM development, and HPC",
  "version": "1.0.0",
  "author": {
    "name": "crazyguitar"
  },
  "homepage": "https://www.pythonsheets.com",
  "repository": "https://github.com/crazyguitar/pysheeet",
  "license": "MIT"
}