Engineering

Agentic Tools

Open source tools, reusable skills, and Pi extensions from Diversio Engineering for Claude Code, Codex, and Pi.

slash commands
$ /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
19 Plugins
5 Pi Packages
21 Skills
Ecosystem FIG.01
19 Plugins slash commands
21 Skills SKILL.md
Agent Harness CC · Codex · Pi
5 Pi Packages extensions · tools
Agentic Tools

How Agentic Tools is organized

Three layers work together: reusable skills, installable plugin bundles, and Pi-native extensions.

Layer 1 21 skills

Skills

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.

monty-code-review/SKILL.md
---
name: monty-code-review
description: >-
  Hyper-pedantic Django code review with
  correctness-first, multi-tenant-safe,
  harness-aware review style.
---
Layer 2 19 plugins

Plugins

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
Layer 3 5 packages

Pi Packages

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.

bash
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
Registry

Popular tools

19 plugins across Code Analysis, Process, Documentation, Project Management.

View all 19 →
Pi Packages

Pi extensions

5 packages that extend the Pi agent harness.

Quickstart

Get started quickly

Pick a runtime, copy the right command, and start using the tool you need.

01

Install the tool

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
02

Invoke a skill

Switch between Claude Code and Codex so copy-to-clipboard gives you the right invocation.

/monty-code-review:code-review
/backend-atomic-commit:commit
03

Ship with confidence

Skills enforce repo-local conventions and pre-commit hooks. CI validates every change.

bash
/backend-pr-workflow:check-pr
# branch → migration safety → PR hygiene

Built on an open standard

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.