jeet129/praxis

Production-grade skill library + agents + workflows + governance for AI coding agents — full SDLC

7Stars on the repository
143Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

TOMBSTONE — This SKILL was consolidated into using-praxis in the Polish-1 pass. Its content (workflow execution model, step types, Decision Node evaluation, gate enforcement runtime, workflow lifecycle state machine) lives there under "LAYER 2 — Orchestration Runtime". Do not load this SKILL; do not depend on it; do…

not rated 7 today C 105 tokens original MIT

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Routes tasks to the right reasoning-effort tier (high / medium / low — the Codex resolution of Praxis capability tiers deep / standard / light per governance/model-routing.yaml) based on task complexity, novelty, stakes, and interdependency. Prevents wasteful high-reasoning consumption on tasks medium handles equally…

not rated 7 today A 132 tokens original MIT

praxis-architect

03

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when running Praxis architecture in Codex; drives Phase B design, ADRs, challenger review, and architecturesignoff evidence.

not rated 7 today A 31 tokens original MIT

praxis-audit

04

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when starting a brownfield Praxis engagement in Codex; performs comprehension, architecture reconciliation, debt audit, and impact analysis.

not rated 7 today A 30 tokens original MIT

praxis-discover

05

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when running Praxis discovery and requirements in Codex; drives Phase A through the requirementsfreeze gate.

not rated 7 today A 26 tokens original MIT

praxis-drive

06

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when starting or resuming an autonomous drive run in Codex — iterating the active task ledger unattended or in-session. Triggers on "praxis drive", "keep going autonomously", "run this without me", or resuming a paused drive session.

not rated 7 today A 57 tokens original MIT

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when the user wants to record a rich factory-metrics observation for steward review — "record what we learned", "capture an observation", "factory record", "log this for the steward". Codex analogue of Claude Code's /factory-record.

not rated 7 today A 56 tokens original MIT

praxis-intake

08

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when a new requirement arrives in steady state (story, epic, ticket, stakeholder ask, or change request) after the initial discover/architect rounds are done. The single front door — triage, right-size, and route it via requirements-intake so the user never picks a workflow by hand. Triggers on "new story", "new…

not rated 7 today A 93 tokens original MIT

praxis-refine-idea

09

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when refining an ideation artifact (concept note, PRD draft, proposal, roadmap sketch) in Codex through the bounded creator/reviewer/enhancer/arbiter loop before it enters formal discovery.

not rated 7 today A 49 tokens original MIT

praxis-release

10

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when running Praxis production release in Codex; assembles productiongolive evidence, gates approval, deploys, verifies, and records the release.

not rated 7 today A 34 tokens original MIT

praxis-review

11

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when running an on-demand Praxis review in Codex for contracts, ADRs, roadmaps, or architecture-significant paths outside a normal gate.

not rated 7 today A 34 tokens original MIT

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when installing Praxis Codex subagent profiles into a target repo so Codex can spawn role-specific agents.

not rated 7 today A 29 tokens original MIT

praxis-slice

13

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when running one Praxis implementation slice in Codex. ALWAYS launches delivery-lead as the orchestrator session; never launches specialists directly. Follows implementation-slice.yaml with subagents, review gates, QA, and closeout.

not rated 7 today A 51 tokens original MIT

praxis-start

14

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when starting or bootstrapping a Praxis project in Codex; creates the charter, memory tree, routing context, and next-step recommendation.

not rated 7 today A 33 tokens original MIT

praxis-steward

15

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Use when running Praxis library stewardship in Codex; performs factory evaluation, drift review, and stewardpromotion proposal preparation.

not rated 7 today A 30 tokens original MIT

accessibility

16

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

WCAG/ARIA conformance as a cross-cutting practice spanning design and code. Semantic structure, focus management, color contrast, keyboard navigation, screen-reader expectations, automated checks (axe), manual testing protocol, CI gate on regressions. Applied at design time (UX Designer), at code time (FE Developer)…

not rated 7 today A 108 tokens original MIT

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Standardize how every significant architectural and engineering decision is recorded as an Architecture Decision Record (ADR) — context, options considered, decision taken, consequences, rejected alternatives. Use whenever a non-trivial decision is being made that future readers will need to understand (architecture…

not rated 7 today A 125 tokens original MIT

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Macro-design for LLM-powered features and agent systems. Choose between single-agent / multi-agent / planner-executor / supervisor topologies; design tool-use surfaces and tool schemas; choose memory systems (short-term / episodic / semantic / shared); place LLM calls relative to deterministic logic; decide when to…

not rated 7 today A 162 tokens original MIT

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Design and run swappable agentic-harness workflows where roles such as creator, reviewer, enhancer, and arbiter are bound at runtime to Claude, Codex, Gemini, Cursor, OpenCode, or custom harnesses. Use for iterative artifact refinement, cross-harness critique loops, convergence checks, and harness adapter contracts.

not rated 7 today A 73 tokens original MIT

api-design

20

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Contract-first API design. Produces the API specification (OpenAPI 3.1 for REST, .proto for gRPC, AsyncAPI for events) BEFORE implementation begins, with explicit versioning, pagination, idempotency, error model, and deprecation policy. The Solution Architect runs this for any slice that introduces or changes an API…

not rated 7 today A 122 tokens original MIT

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Keep architecture documentation alive — not a snapshot that ages into archaeology. C4 model at four levels (context / container / component / code) at the right level of fidelity per level; ADR archive maintained as the immutable decision trail; system-context maps; trust boundaries; data flows; "you-are-here"…

not rated 7 today A 152 tokens original MIT

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Choose the macro-architecture for a project from the requirements + NFR register + team composition + scale targets. Modular monolith, microservices, event-driven, serverless, layered/hexagonal — each has trade-offs and a sweet spot. Defaults to the simplest pattern that meets the NFRs — KISS/YAGNI applied to…

not rated 7 today A 130 tokens original MIT

authn-authz

23

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

Identity, authentication, authorization. OIDC / OAuth2 / SAML / MFA / session-vs-token, RBAC / ABAC / ReBAC, token lifecycle and rotation, service-to-service auth (mTLS, workload identity), object-level authorization to prevent BOLA/IDOR — the most common API-level security failure. The Solution Architect designs…

not rated 7 today A 137 tokens original MIT

autonomous-drive

24

jeet129/praxis

Skill Claude CodeCodex

Part of praxis

The drive protocol the Delivery Lead executes inside each drive iteration — read the task ledger, complete exactly one drive-eligible task against its named context, run its verify, and honor the non-negotiable stops. Use when a drive session (via /drive or scripts/praxis-drive.sh) starts or resumes, when deciding…

not rated 7 today A 158 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: