Monty Code Review
Hyper-pedantic Django code review with correctness-first, multi-tenant-safe, harness-aware review style.
Open source tools, reusable skills, and Pi extensions from Diversio Engineering for Claude Code, Codex, and Pi.
$ /monty-code-review:code-review # deep Django code review
$ /backend-atomic-commit:commit # pre-commit + atomic commit
$ /visual-explainer:explain # generate HTML explainers
$ /backend-release:create # cut a new release PR
$ /backend-pr-workflow:check-pr # PR + migration safety Three layers work together: reusable skills, installable plugin bundles, and Pi-native extensions.
The core unit. Each skill is a single SKILL.md, a Markdown file with YAML frontmatter that teaches an agent how to perform one task well.
---
name: monty-code-review
description: >-
Hyper-pedantic Django code review with
correctness-first, multi-tenant-safe,
harness-aware review style.
--- The distribution layer. Each plugin packages one or more related skills with slash-command wrappers for Claude Code, while Codex users install exact skill directories from the repo.
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install monty-code-review@diversiotech CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
--repo DiversioTeam/agent-skills-marketplace \
--path plugins/monty-code-review/skills/monty-code-review Extensions for the Pi coding agent harness. These packages add tools, TUI widgets, notifications, and runtime behavior to Pi itself, while Skills Bridge exposes plugin skills inside Pi.
pi install git:github.com/DiversioTeam/agent-skills-marketplace
# installs all pi packages at once:
# dev-workflow, skills-bridge, ci-status, oh-my-pi, image-router 19 plugins across Code Analysis, Process, Documentation, Project Management.
Hyper-pedantic Django code review with correctness-first, multi-tenant-safe, harness-aware review style.
Pedantic pre-commit and atomic-commit workflow for Django/Optimo repos. Enforces AGENTS.md, repo-local docs, pre-commit hooks, and commit hygiene without AI signatures.
Full release workflow for Django4Lyfe: create release PRs, version bumping (YYYY.MM.DD), conflict resolution, GitHub releases, and post-release branch sync.
Create and maintain structured plan directories with PLAN.md index, numbered task files, and required fresh-eyes validation.
Generate presentation-ready HTML explainers for plans, diffs, diagrams, audits, and stakeholder updates with optional Netlify preview.
Fetch, filter, and create ClickUp tickets from Claude Code or Codex. Multi-org workspaces, subtasks, and intelligent caching.
5 packages that extend the Pi agent harness.
Daily developer workflow for pi: plan review, self-review, standards pass, CI checks, PR review comments, release PR prep, docs, and shipping. 15 core prompts plus run, prompts, and flow.
Auto-discovers Claude Code plugin skills from plugins/*/skills/ directories and registers them as pi skills. One install bridges all 19+ plugin skills into pi.
GitHub Actions and CircleCI status grouped by provider and workflow, interactive TUI details, log access, auto-watch, widget, notifications, and LLM CI tools.
Pi-native cmux integration: notifications, split panes, and workspace tabs via native cmux CLI. No tmux-compat shims.
Automatically routes image inputs to a vision-capable model when the active model doesn't support images (e.g., DeepSeek → Codex fallback).
Pick a runtime, copy the right command, and start using the tool you need.
Pick your runtime, then copy the install command that matches it.
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install monty-code-review@diversiotech CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
--repo DiversioTeam/agent-skills-marketplace \
--path plugins/monty-code-review/skills/monty-code-review Switch between Claude Code and Codex so copy-to-clipboard gives you the right invocation.
/monty-code-review:code-review
/backend-atomic-commit:commit name: monty-code-review
name: backend-atomic-commit Skills enforce repo-local conventions and pre-commit hooks. CI validates every change.
/backend-pr-workflow:check-pr
# branch → migration safety → PR hygiene Agentic Tools follows the Agent Skills standard, which is an open, tool-agnostic format. Every skill is a directory with a required SKILL.md, optional references/, scripts/, and assets/. That keeps the format portable across Claude Code, Codex, and Pi.