pydantic/monty

A minimal, secure Python interpreter written in Rust for use by AI

8.2kStars on the repository
13Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

coverage

01

pydantic/monty

Skill Claude CodeCodex

Fetch coverage diff from Codecov for the current branch or a specific PR. Shows uncovered lines, patch coverage, and overall coverage change.

8.2k +23 today A 29 tokens original MIT

fastmod

02

pydantic/monty

Skill Claude CodeCodex

Use fastmod to make mass code updates to avoid many repetitive changes.

8.2k +23 today A 17 tokens original MIT

fix-pr-comments

03

pydantic/monty

Skill Claude CodeCodex

Read the review comments left by the known agent reviewers on the current PR, resolve and reply. Use when asked to deal with PR comments, review feedback, or bot review findings.

8.2k +23 today A 40 tokens original MIT

python-playground

04

pydantic/monty

Skill Claude CodeCodex

Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase.

8.2k +23 today A 44 tokens original MIT

review-general

05

pydantic/monty

Skill Claude CodeCodex

Review the current branch against its merge base for bugs, CPython divergence, sandbox escapes, resource-limit escapes, performance regressions, verbose comments and missing ./limitations/ or docs/ updates. Use for a general pre-merge review of a branch or PR.

8.2k +23 today A 55 tokens original MIT

review-security

06

pydantic/monty

Skill Claude CodeCodex

Security review of the current branch against its merge base — sandbox escapes, memory errors, panics and resource-limit bypasses. Use when reviewing changes for security risk, or before merging anything touching heap.rs, pathsecurity.rs, the wire protocol or the pool.

8.2k +23 today A 55 tokens original MIT

review-usability

07

pydantic/monty

Skill Claude CodeCodex

Check whether the common Python code an LLM would plausibly write still works on this branch, testing real cases in ./playground against CPython. Use to find behaviour that diverges from CPython or trips up ordinary idiomatic code.

8.2k +23 today A 52 tokens original MIT

review-verbosity

08

pydantic/monty

Skill Claude CodeCodex

Rewrite excessively verbose comments and docstrings added by this branch, and delete tautologous ones. Use after writing a feature to tighten up its comments; this skill edits code rather than only reporting.

8.2k +23 today A 43 tokens original MIT

writing-style

09

pydantic/monty

Skill Claude CodeCodex

How to write prose that reads like human technical documentation rather than LLM output. Use whenever writing or editing docstrings, comments, limitations/ docs, READMEs, commit messages or PR descriptions, and when prose reads as smooth, salesy or generic.

8.2k +23 today A 55 tokens original MIT