Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jeet129/praxis --skill praxis-slicegit clone --depth 1 https://github.com/jeet129/praxisWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jeet129/praxis/praxis-slice)<a href="https://agentmods.dev/skills/jeet129/praxis/praxis-slice"><img src="https://agentmods.dev/badge/skills/jeet129/praxis/praxis-slice/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jeet129/praxis/praxis-slice"><img src="https://agentmods.dev/badge/skills/jeet129/praxis/praxis-slice.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.01163 |
| Opus 5 | $0.00026 | $0.00581 |
| Sonnet 5 | $0.00010 | $0.00233 |
| Haiku 4.5 | $0.00005 | $0.00116 |
Grade A, and why
praxis-slice scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
capability: command
domain: codex-plugin
state: active
dependencies: [source-grounded-coding, code-review, secure-coding, testing-strategy, cicd-pipeline, deploy-release]
triggers: [praxis slice, implementation slice, build next slice, run slice]
outputs: [slice_status, prs, review_reports, qa_report, documentation_check, episodic_entry]
consumers: [praxis-release, praxis-review]
references: [../../workflows/implementation-slice.yaml]
Praxis Slice
Run one implementation slice end-to-end. You do NOT execute the slice yourself. You launch the delivery-lead session, which orchestrates.
Steps
-
Identify the next slice from
.project/working/active-workflow.mdand the phased roadmap. If unclear, ask the user for the slice id. -
Launch the delivery-lead subagent session using
codex-agents/delivery-lead.toml. Give it this prompt:Run implementation-slice.yaml for slice <slice-id>. Follow the workflow STRICTLY. Do NOT skip any step. 1. Open the slice. Update .project/working/active-workflow.md. 2. Launch lead-developer FIRST (codex-agents/lead-developer.toml). Give it the slice spec, AC, and touched modules. Wait for its output — the implementation packet at .project/working/slice-<slice-id>-packet.md AND the task ledger at .project/working/slice-<slice-id>-tasks.yaml, which include: - decomposed tasks per specialist - dependencies between tasks (on ARTIFACTS, not on agents finishing: FE depends on the API contract task, not on the backend implementation; test scaffolding depends on AC + contract, not on code) - relevant NFRs - test-plan skeleton 3. ONLY AFTER the packet + ledger exist, dispatch specialists. PREFERRED (two-tier, canonical): lead-developer dispatches the specialist sessions itself per the ledger DAG, launching parallel-safe tasks concurrently (FE + BE + mobile + test scaffolding all start once the contract tasks land), and runs integration validation when they report back, then reports slice completion to you. FALLBACK (only if this Codex environment cannot nest session launches from the lead-developer session): you launch the specialist sessions yourself — but strictly per lead-developer's ledger DAG and parallelism plan, never your own decomposition, and you hand lead-developer the specialists' outputs for integration validation before proceeding. 4. When lead-developer reports integration-validated completion (every specialist task done, slice composes end-to-end), launch (in parallel): - code-reviewer for every PR - ux-designer for visual review when the slice has UI tasks (evidence: implementation screenshots at 2-3 viewports incl. empty/loading/error states, scored against the design plan + tokens per the frontend-design skill) - security-reviewer if the slice is security-bearing (touches auth, data-handling, public surface, deps, compliance) - qa-engineer for every PR 5. If any reviewer returns a blocker: fix loop. Same specialist that owns the file gets the finding; re-review by the blocking reviewer. Loop until all reviewers pass. 6. Close the slice. Write acceptance verdict and episodic entry. NEVER launch a specialist session directly for slice implementation. Lead Developer builds the packet first. This rule holds even if the slice looks small or only one specialist appears needed.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 107 lines · 51 tokens per session scan A 940ed3fbd18f
praxis-slice is a skill published in the GitHub repository jeet129/praxis (7 stars, last pushed 4d ago), licensed MIT. It adds 51 tokens to every session and 1,163 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
autotask-creator
Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.
projects
List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.