Slash commands available in the ARI Claude Code workspace for managing your installation and modules.
/ari-create-module
Scaffolds a new custom module under modules-custom/ using hello-world as a starting template. Walks you through naming, schema, and routes while enforcing ARI's security defaults: RLS on every table, authenticated API routes, Zod-validated input, and the withRLS() helper for all database access.
/ari-audit-module
Read-only static audit of a single module covering security, production-readiness, and Supabase/Postgres best practices. Runs three parallel subagents and produces one consolidated report with findings grouped by High / Medium / Low severity, plus a top-5 priority list. Does not modify any code.
/ari-update
Pulls the latest ARI updates from the official upstream repository. Adds the upstream remote if missing, fetches changes, shows you what's new, and merges after confirmation. Handles post-update tasks like dependency installs, new SQL migrations, module registry regeneration, and env var changes.