Back to Marketplaces
active

Python development and productivity plugins for Claude Code

13plugins
7skills
RBozydar

core

Universal AI-powered development tools: 22 agents, 17 commands, 13 skills for code review, research, and workflow automation

development
6 skills

agent-native-architecture

verified

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.

brainstorming

verified

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.

create-agent-skills

verified

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.

import-tasks

verified

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.

manage-agent-instructions

verified

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.

tasklist-conventions

verified

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-backend

Python-specific tools: 7 agents, 2 commands, 1 skill for Python code review, testing, and type checking

development
1 skills

python-typecheck

Run type checking after Python file edits

guards/quality
0 skills

No verified skills in this plugin.

test-reminder

Remind to add tests when creating new Python files

guards/quality
0 skills

No verified skills in this plugin.

safety-guard

Block destructive file operations, env file reading, and supply chain attacks

guards/security
0 skills

No verified skills in this plugin.

gh-api-guard

Allow only safe read-only gh api commands

guards/security
0 skills

No verified skills in this plugin.

conventional-commits

Validate git commit messages follow conventional format

guards/policy
0 skills

No verified skills in this plugin.

protect-env

Prevent reading .env files to protect secrets

guards/security
0 skills

No verified skills in this plugin.

enforce-uv

Block bare python/pip/pytest commands, enforce uv usage

guards/policy
0 skills

No verified skills in this plugin.

gemini-model-guard

Block Gemini 2.x models, enforce Gemini 3 models only

guards/policy
0 skills

No verified skills in this plugin.

clean-code-guard

Block messy patterns (python -c, heredocs), nudge toward clean alternatives

guards/quality
0 skills

No verified skills in this plugin.

git-safety-guard

Block destructive git commands to prevent data loss

guards/security
0 skills

No verified skills in this plugin.

python-format

Auto-format Python files with ruff after edits

guards/quality
0 skills

No verified skills in this plugin.