Skill Claude CodeCodex
Run the backend directly with uvicorn for debugging, instead of through the normal app entrypoint. Use when asked to debug the backend.
Skill Claude CodeCodex
Run the backend directly with uvicorn for debugging, instead of through the normal app entrypoint. Use when asked to debug the backend.
Skill Claude CodeCodex
Run the backend test suite correctly — working directory, Docker requirement, single-test vs full-suite commands. Use when running or writing backend tests in apps/backend.
Skill Claude CodeCodex
Colour, font and design-token rules for the docs site — when hex is banned, when it is correct, and which surfaces ignore the theme. Use when styling docs components or editing CSS under docs/src.
Skill Claude CodeCodex
How the docs site generates per-page og:image cards, and the cache and font traps when changing them. Use when editing the OG card design, og-theme.js, or a page's social preview image.
Skill Claude CodeCodex
Add a new Enterprise Edition feature behind a feature gate, across backend and frontend. Use when adding an EE-only capability such as SSO.
Skill Claude CodeCodex
File a GitHub issue in this repo using the right template and labels. Use when the user asks to create, open, or file an issue.
Skill Claude CodeCodex
Write an ad-hoc script under playground/ for manual testing or prototyping against the SDK. Use when the user asks for a playground or throwaway test script.
Skill Claude CodeCodex
Open a pull request in this repo — branch naming, title format, and the required description sections. Use when the user asks to create, open, or prep a PR.
Skill Claude CodeCodex
Runs Ruff linting and formatting on Python files. Use only before pushing changes (e.g. before git push or creating a PR).
Skill Claude CodeCodex
Rebase a feature branch onto main and force-push it safely. Use when updating, rebasing, or syncing a branch with main, or resolving rebase conflicts.
Skill Claude CodeCodex
Manage git worktrees with their own dev ports, symlinked .env files, playground, and simulations. Use when the user asks to create, set up, list, enter, or remove a worktree.
Command Claude Code
Audit and fix Dependabot security vulnerabilities across the monorepo.
Command Claude Code
Review peqy bot comments on a PR and assess their validity against the codebase.
Hook Claude Code
Runs when a git worktree is created, executing worktree-hook.sh. From rhesis-ai/rhesis.
Hook Claude Code
Runs when a git worktree is removed, executing worktree-hook.sh. From rhesis-ai/rhesis.
Settings file Claude Code
Agent settings declaring 2 hook events (WorktreeCreate, WorktreeRemove).
Instructions file CodexOpenCode
AGENTS.md instructions for rhesis-ai/rhesis, covering rhesis project rules, answering, code comments, technology stack and python imports.
Instructions file
Claude Code instructions for rhesis-ai/rhesis, a project described as: The collaboration layer for AI teams: domain experts annotate and review agent behavior, engineers improve the agent from what they find.
MCP server Claude CodeCodexCursor +2
MCP server "rhesis", hosted remotely, as configured in rhesis-ai/rhesis.
Skill Claude CodeCodex
Design, run, and analyze AI test suites on Rhesis — explore endpoints, build test foundations from a spec, create requirements and metrics, execute tests, and analyze results. Use when testing an AI endpoint, pasting a Product Requirements Document (PRD) or product spec, or working with Rhesis via MCP.