Agent Plugins Marketplace
All plugins

odin-python

v2.0.2

ODIN workflows for modern Python development.

CodexClaude Code3 Skills

By OutlineDrivenLicense: SEE LICENSE IN LICENSE35 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install odin-python for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add odin-python@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/OutlineDriven/odin-claude-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/odin-python/.

Plugin files

plugins/odin-python/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/django-perf-review/SKILL.md
├── skills/modern-python/SKILL.md
└── skills/typing-exclusion-worker/SKILL.md

Included Skills3

django-perf-reviewskills/django-perf-review/SKILL.md

Use when reviewing Django performance, N+1 queries, or queryset behavior. Returns validated ORM findings with severity-matched impact and concrete rewrites. Not for authorization or IDOR review — use django-access-review. No source or remote-system changes.

modern-pythonskills/modern-python/SKILL.md

Use when creating or migrating a Python project or script to uv, Ruff, ty, and pytest. Handles single-file scripts, multi-file projects, reusable packages, and migrations from legacy tooling. Not for pushing to a remote or publishing — use new-branch-and-pr for that.

typing-exclusion-workerskills/typing-exclusion-worker/SKILL.md

Use when removing modules from pyproject mypy exclusions or running a typing-debt worker batch. Fixes surfaced typing issues in scope and returns a batch summary backed by passing targeted mypy, tests, and pre-commit. Not for cross-team or out-of-scope typing work.

Plugin manifests2

plugins/odin-python/.codex-plugin/plugin.json
{
  "name": "odin-python",
  "version": "2.0.2",
  "description": "ODIN workflows for modern Python development.",
  "keywords": [
    "odin",
    "outlinedriven",
    "agent-skills",
    "python"
  ],
  "author": {
    "name": "OutlineDriven",
    "url": "https://github.com/OutlineDriven"
  },
  "interface": {
    "displayName": "ODIN Python",
    "shortDescription": "ODIN workflows for modern Python development.",
    "category": "Coding"
  }
}
plugins/odin-python/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "odin-python",
  "displayName": "ODIN Python",
  "version": "2.0.2",
  "description": "ODIN workflows for modern Python development.",
  "author": {
    "name": "OutlineDriven",
    "url": "https://github.com/OutlineDriven"
  },
  "homepage": "https://github.com/OutlineDriven/odin-claude-plugin",
  "repository": "https://github.com/OutlineDriven/odin-claude-plugin",
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "odin",
    "outlinedriven",
    "agent-skills",
    "python"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[odin-python on Agent Plugins Marketplace](https://pluginsmp.com/plugins/odin-python)