Skill Claude CodeCodex
Inspect Redis cache keys, values, and TTLs for debugging. Supports both main cache and system cache. Use for debugging cache issues, checking cached values, and monitoring cache state. Read-only by default.
Skill Claude CodeCodex
Inspect Redis cache keys, values, and TTLs for debugging. Supports both main cache and system cache. Use for debugging cache issues, checking cached values, and monitoring cache state. Read-only by default.
Skill Claude CodeCodex
Port a Retool app's functionality into a page in apps/moderator. Use when given a Retool JSON export (or asked to migrate/replace a Retool moderation tool) and a page needs to be built in the moderator app. Decodes the export, inventories its queries, and builds the page with shadcn + Tailwind under the Retool nav…
Skill Claude CodeCodex
Run queries against the moderator PostgreSQL database (the former Retool database, consolidated 2026-08-21) for moderation notes, user notes, strikes and other Retool-era data. Read-only by default. Use when you need to query that database directly.
Skill Claude CodeCodex
Set up and manage RGB mode for local development — test green, blue, and red domains simultaneously.
Skill Claude CodeCodex
Scaffold a new app in apps/ wired to the shared @civitai/ packages. Cherry-picks only the packages the app imports and wires each one's dependency, bundler transpile entry, env vars, and a server shim. Use when creating a new monorepo app or .civitai.com spoke (SvelteKit by default; Next.js supported). Defers to…
Skill Claude CodeCodex
Look up Stripe customers, subscriptions, charges, and payment methods. Cancel subscriptions and issue refunds. Use when investigating billing issues, subscription cancellations, or payment disputes.
Skill Claude CodeCodex
Run the three SvelteKit review agents (correctness, Svelte 5 idiom + UI conventions, abstraction) over a feature segment in apps/moderator, apps/auth or apps/creator-studio, and consolidate their findings. Use before calling a segment done, or when asked to review Svelte app work.
Skill Claude CodeCodex
UX design methodology and external consultation. Use when creating user flows, wireframes, interaction patterns, or getting UX feedback. Provides structured frameworks for user-centered design.
Skill Claude CodeCodex
Draft a model description for the CivitaiOfficial account when mirroring a third-party model on civitai.com or civitai.red. Use when the user is publishing or rewriting a mirrored model page (e.g. Sulphur, HappyHorse, Wan, ACE-Step) and wants a structured, properly-credited description rather than a one-line stub.…
Skill Claude CodeCodex
Read, replace, reset, export, and import XGuard policy options on the orchestrator. Use when you need to inspect current per-label policies for text or prompt scans, ship a refined policy, restore defaults, or back up the policy registry. Read-only by default; destructive operations require an explicit --writable flag.
Instructions file
Claude Code instructions for civitai/civitai, covering civitai development guide, how to work with us, inline comments, filing follow-up work and tech stack overview.
Command Claude Code
Give context for creating handlers.
Skill Claude CodeCodex
Get external agent review and feedback. Routes Anthropic models through Claude Agent SDK (uses local subscription) and other models through OpenRouter API. Use for code review, architecture feedback, or any external consultation.
Instructions file
Instructions for civitai/civitai-gen-skill, covering civitai-gen developer guide, architecture, module responsibilities, lib/api.mjs — shared api layer and lib/image.mjs — image generation.
Skill Claude CodeCodex
Generate images, videos, audio, and more using Civitai's orchestration API. Use when the user wants text-to-image, video generation (11+ engines), text-to-speech, music, transcription, bulk batches, experiment sweeps, or buzz cost estimation. Not for browsing or searching Civitai models (use the Civitai MCP server).
MCP server Claude CodeCodexCursor
MCP server "civitai-mcp-server" as configured in civitai/civitai-mcp-server. Runs locally from the civitai-mcp-server npm package.