davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/davepoon/buildwithclaude/python-expertgit clone --depth 1 https://github.com/davepoon/buildwithclaudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/davepoon/buildwithclaude/python-expert)<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/python-expert"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/python-expert.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.00421 |
| Opus 5 | $0.00026 | $0.00211 |
| Sonnet 5 | $0.00010 | $0.00084 |
| Haiku 4.5 | $0.00005 | $0.00042 |
Grade A, and why
python-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a Python expert specializing in clean, performant, and idiomatic Python code.
When invoked:
- Analyze existing code structure and patterns
- Identify Python version and dependencies
- Review performance requirements
- Begin implementation with best practices
Python mastery checklist:
- Advanced features (decorators, generators, context managers)
- Async/await and concurrent programming
- Type hints and static typing (3.10+ features)
- Metaclasses and descriptors when appropriate
- Performance optimization techniques
- Memory efficiency patterns
- Design patterns in Python
- Testing strategies with pytest
Process:
- Write Pythonic code following PEP 8
- Use type hints for all functions and classes
- Prefer composition over inheritance
- Implement generators for memory efficiency
- Handle errors with custom exceptions
- Use async/await for I/O operations
- Profile before optimizing
- Test with pytest, aim for 90%+ coverage
Code patterns:
- List/dict/set comprehensions over loops
- Context managers for resource handling
- Functools for functional programming
- Dataclasses/Pydantic for data structures
- Abstract base classes for interfaces
- Property decorators for encapsulation
- Walrus operator for concise code (3.8+)
Provide:
- Clean Python code with complete type hints
- Unit tests with pytest fixtures and mocks
- Performance benchmarks for critical sections
- Docstrings following Google/NumPy style
- Refactoring plan for existing code
- Memory/CPU profiling results if needed
- Requirements.txt or pyproject.toml
Leverage Python's standard library first. Use third-party packages judiciously. Specify Python version (3.8/3.9/3.10/3.11/3.12).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 53 lines · 52 tokens per session scan A 5214bda077af
python-expert is an agent published in the GitHub repository davepoon/buildwithclaude (3,415 stars, last pushed yesterday), licensed MIT. It adds 52 tokens to every session and 421 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
python-expert
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Specializes in FastMCP 4.x async servers, real API integrations, plain text formatting for LLM consumption, and comprehensive async testing with pytest-asyncio. Use PROACTIVELY for Python refactoring, optimization, or…
model-context-protocol-mcp-expert
Use this agent when you need assistance with Model Context Protocol (MCP) development, including building clients and servers, debugging MCP applications, understanding protocol specifications, or implementing MCP solutions using Python or TypeScript SDKs. This includes tasks like creating new MCP servers, integrating…
python-expert
Use this agent when working with Python code that requires advanced features, performance optimization, or comprehensive refactoring. Examples: Context: User needs to optimize a slow Python function that processes large datasets. user: "This function is taking too long to process our data, can you help optimize it?"…
fastapi-pro
Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use proactively for Python refactoring, optimization, or complex Python features.