Python project setup and development workflows following modern best practices with uv, ruff, pytest, and FastAPI
/plugin marketplace add jwplatta/prompt-library
/plugin install pythonic@jwplatta/prompt-library
Manage Python dependencies with uv package manager
Initialize a new Python project with modern tooling (uv, ruff, pytest)
Run ruff linter and formatter to check code quality
Run pytest with proper configuration and coverage reporting
Claude Agent SDK Development Plugin
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.