Agent Plugins Marketplace
All plugins

praxis

v4.2.11

Praxis triage, living docs, and disciplined workflows for AI coding agents

Codex12 Skills

By ouonetLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
12 skill or MCP entries
Source updated
Sep 22, 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 praxis for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add praxis@awesome-codex-plugins

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

Compatibility: the page URL and API slug “praxis-3” remain stable.

  • Codex: praxis-3@agent-plugin-marketplacepraxis@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/ouonet/praxis/
├── .codex-plugin/plugin.json
├── skills/archive/SKILL.md
├── skills/debug/SKILL.md
├── skills/design/SKILL.md
├── skills/onboard/SKILL.md
├── skills/plan/SKILL.md
├── skills/release/SKILL.md
├── skills/review/SKILL.md
├── skills/ship/SKILL.md
├── skills/subagents/SKILL.md
├── skills/tdd/SKILL.md
├── skills/using-praxis/SKILL.md
└── skills/worktree/SKILL.md

Included Skills12

archiveskills/archive/SKILL.md

Use at ship time to merge the spec into the living documentation, delete the staging spec and plan, and ask how to finish.

debugskills/debug/SKILL.md

Use for bugs, unexpected behavior, regressions, or failing tests you did not write.

designskills/design/SKILL.md

Use for standard or complex new work before coding or planning. Also handles vague goals — clarifies before designing.

onboardskills/onboard/SKILL.md

Use when taking over an existing codebase that has no living document. Produces a factual record of what already exists.

planskills/plan/SKILL.md

Use after design approval for milestone plans with executable acceptance.

releaseskills/release/SKILL.md

Use when the user asks to release, version, tag, or publish.

reviewskills/review/SKILL.md

Use before merge, after subagents, or for spec/plan review.

shipskills/ship/SKILL.md

Use when all plan tasks are done and green to review, archive planning artifacts, and ask how to finish.

subagentsskills/subagents/SKILL.md

Use when a plan has parallel tasks and the harness supports dispatching subagents.

tddskills/tdd/SKILL.md

Use when implementing or fixing production code with tests.

using-praxisskills/using-praxis/SKILL.md

Use at session start to learn how Praxis skills are invoked and why triage runs before every task.

worktreeskills/worktree/SKILL.md

Use for non-trivial or parallel work that should happen in a separate git worktree.

Plugin manifests1

plugins/ouonet/praxis/.codex-plugin/plugin.json
{
  "name": "praxis",
  "version": "4.2.11",
  "description": "Praxis triage, living docs, and disciplined workflows for AI coding agents",
  "author": {
    "name": "ouonet"
  },
  "homepage": "https://github.com/ouonet/praxis",
  "repository": "https://github.com/ouonet/praxis",
  "license": "MIT",
  "skills": "./skills/",
  "hooks": "./hooks/codex-hooks.json",
  "interface": {
    "displayName": "Praxis",
    "shortDescription": "Token-lean discipline skills for coding agents",
    "longDescription": "Triage-driven workflow skills: design, planning, TDD, debugging, and delivery. Significantly cheaper than alternatives while keeping core capabilities.",
    "developerName": "ouonet",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Let's build something.",
      "Help me debug this."
    ],
    "websiteURL": "https://github.com/ouonet/praxis",
    "privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "brandColor": "#7C3AED",
    "composerIcon": "./assets/logo-mark.svg",
    "iconURL": "https://raw.githubusercontent.com/ouonet/praxis/main/assets/logo-mark.svg",
    "logoURL": "https://raw.githubusercontent.com/ouonet/praxis/main/assets/logo.svg"
  }
}

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

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