From praxis
Use when taking over an existing codebase that has no living document. Produces a factual record of what already exists.
How this skill is triggered — by the user, by Claude, or both
Slash command
/praxis:onboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: read the codebase, produce living documentation. No code changes. No plans. No gap analysis.
Goal: read the codebase, produce living documentation. No code changes. No plans. No gap analysis.
README.md : project overview, what it is, who it's for, how to use it. Links to the technical specification.docs/tech-spec.md : main technical specification.docs/specs/*.md : created by splitting out details from the main spec if they are too bulky or complex. Reference by path from the main spec.technical specification is declarations only (no narrative), with facts only, no interpretation or plans.
docs/tech-spec.md uses the canonical format (field meanings: archive skill, "tech-spec format"):purpose / user / use-case / architecture / stack / entry /
contract / flow / invariant / constraint / convention
Omit milestone — onboard makes no plans. If details are bulky, split into docs/specs/ and link.
docs/tech-spec.md must contain: stack + at least one contract + at least one convention before done.
docs/tech-spec.md on disk → user continues with normal design → plan → tdd.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub ouonet/praxis --plugin praxis