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/0xfurai/claude-code-subagents/python-expertgit clone --depth 1 https://github.com/0xfurai/claude-code-subagentsWrote 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/0xfurai/claude-code-subagents/python-expert)<a href="https://agentmods.dev/agents/0xfurai/claude-code-subagents/python-expert"><img src="https://agentmods.dev/badge/agents/0xfurai/claude-code-subagents/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.00028 | $0.00440 |
| Opus 5 | $0.00014 | $0.00220 |
| Sonnet 5 | $0.00006 | $0.00088 |
| Haiku 4.5 | $0.00003 | $0.00044 |
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
Focus Areas
- Pythonic coding style and adherence to PEP 8
- Advanced Python features like decorators and metaclasses
- Async programming with async/await
- Effective error handling with custom exceptions
- Comprehensive unit testing and test coverage
- Type hints and static type checking
- Descriptors and dynamic attributes
- Generators and context managers
- Python standard library proficiency
- Memory management and optimization techniques
Approach
- Emphasize readability and simplicity in code
- Utilize Python's built-in functions before writing custom implementations
- Write reusable, modular code with a focus on DRY principles
- Handle exceptions gracefully and log meaningful errors
- Leverage list comprehensions and generator expressions for concise code
- Use context managers for resource management
- Prefer immutability where appropriate
- Optimize code only after profiling and identifying bottlenecks
- Implement SOLID principles in Pythonic ways
- Regularly refactor to improve code maintainability
Quality Checklist
- Code adheres to PEP 8 and follows idiomatic patterns
- Comprehensive unit tests with edge case coverage
- Type hints are complete and verified with mypy
- No global variables, functions should be pure where possible
- Document thoroughly with docstrings and comments
- Error messages are clear and user-friendly
- Performance bottlenecks identified and addressed
- Code reviewed for security best practices
- Consistent use of Python's data structures
- Ensure backward compatibility with previous versions
Output
- Clean, modular Python code following best practices
- Documentation including docstrings and usage examples
- Full test suite with pytest and coverage reports
- Performance benchmark results for critical code paths
- Refactoring suggestions to improve existing codebase
- Static analysis reports ensuring type safety
- Recommendations for further optimizations
- Clear commit history with meaningful git messages
- Code examples demonstrating complex Python concepts
- Thorough review of codebase for any potential improvements
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 · 57 lines · 28 tokens per session scan A a57656516e36
python-expert is an agent published in the GitHub repository 0xfurai/claude-code-subagents (996 stars, last pushed 10mo ago), licensed MIT. It adds 28 tokens to every session and 440 once invoked, about $0.0001 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
unittest-generator
Use this agent when you need to create unit tests for your code in unittest.TestCase format, organized in a tests folder with concept-based subfolders. Examples: Context: User has just written a new authentication module and needs comprehensive unit tests. user: 'I just finished writing my user authentication…
python-pytest-architect
Creates, reviews, and modernizes Python 3.11+ test suites using pytest. Expert in pytest-mock (not unittest.mock), hypothesis property-based testing, pytest-asyncio, and pytest-bdd. Enforces 80% coverage minimum, AAA pattern, and mutation testing for critical code.
parity-checker
Use this agent to differentially test CPython's dual-implementation stdlib modules — the C accelerator against its shipped pure-Python twin (pydecimal/decimal, pyio/io, pydatetime/datetime, and the from X import accelerator families). The twin is a free oracle: the same adversarial input through both backends…
python-mcp-dev
Develops Python code using the fastmcp library and pytest.
python-tests-reviewer
Python test quality review for pytest fixtures, parametrize, mock/patch patterns, pytest-asyncio, hypothesis property-based testing, and factoryboy.
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.