praxis
v4.2.11Praxis triage, living docs, and disciplined workflows for AI coding agents
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
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add praxis@awesome-codex-pluginsPaste 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-marketplace→praxis@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-pluginsClone 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
├── .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
Use at ship time to merge the spec into the living documentation, delete the staging spec and plan, and ask how to finish.
Use for bugs, unexpected behavior, regressions, or failing tests you did not write.
Use for standard or complex new work before coding or planning. Also handles vague goals — clarifies before designing.
Use when taking over an existing codebase that has no living document. Produces a factual record of what already exists.
Use after design approval for milestone plans with executable acceptance.
Use when the user asks to release, version, tag, or publish.
Use before merge, after subagents, or for spec/plan review.
Use when all plan tasks are done and green to review, archive planning artifacts, and ask how to finish.
Use when a plan has parallel tasks and the harness supports dispatching subagents.
Use when implementing or fixing production code with tests.
Use at session start to learn how Praxis skills are invoked and why triage runs before every task.
Use for non-trivial or parallel work that should happen in a separate git worktree.
Plugin manifests1
{
"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"
}
}For maintainers
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)