Python development and productivity plugins for Claude Code
Universal AI-powered development tools: 22 agents, 17 commands, 13 skills for code review, research, and workflow automation
This skill should be used when building AI agents using prompt-native architecture where features are defined in prompts, not code. Use it when creating autonomous agents, designing MCP servers, implementing self-modifying systems, or adopting the "trust the agent's intelligence" philosophy.
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design decisions before planning. Triggers on "let's brainstorm", "help me think through", "what should we build", "explore approaches", ambiguous feature requests, or when the user's request has multiple valid interpretations that need clarification.
This skill provides expert guidance for creating, writing, building, and refining Claude Code Skills. It should be used when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
This skill should be used when you need to import tasks from another Claude Code session's TaskList into your current session, enabling coordination across sessions without restarting.
This skill manages CLAUDE.md and AGENTS.md files that configure AI coding agent behavior. Use when creating, auditing, refactoring, or syncing agent instruction files.
This skill documents conventions for using the built-in TaskList tools (TaskCreate, TaskUpdate, TaskList, TaskGet) for tracking execution progress within and across Claude Code sessions.
Python-specific tools: 7 agents, 2 commands, 1 skill for Python code review, testing, and type checking
Run type checking after Python file edits
No verified skills in this plugin.
Remind to add tests when creating new Python files
No verified skills in this plugin.
Block destructive file operations, env file reading, and supply chain attacks
No verified skills in this plugin.
Allow only safe read-only gh api commands
No verified skills in this plugin.
Validate git commit messages follow conventional format
No verified skills in this plugin.
Prevent reading .env files to protect secrets
No verified skills in this plugin.
Block bare python/pip/pytest commands, enforce uv usage
No verified skills in this plugin.
Block Gemini 2.x models, enforce Gemini 3 models only
No verified skills in this plugin.
Block messy patterns (python -c, heredocs), nudge toward clean alternatives
No verified skills in this plugin.
Block destructive git commands to prevent data loss
No verified skills in this plugin.
Auto-format Python files with ruff after edits
No verified skills in this plugin.