codex-studio-setup
Set up a local Codex Studio checkout end to end from the welcome-screen handoff prompt.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Set up a local Codex Studio checkout end to end from the welcome-screen handoff prompt.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Sprite atlas pipeline. Use for sprites, tilesets, textures, asset sheets, extraction, curation, and QA.
Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG/vector/code-native assets, extending an established icon or logo system, or building the visual directly in HTML/CSS/canvas.
استنادا إلى تصنيف SOC المهني
| name | codex-studio-setup |
| description | Set up a local Codex Studio checkout end to end from the welcome-screen handoff prompt. |
Use when a user asks to make this repo ready for first run, or when the welcome screen provides a setup handoff prompt.
Bring a Codex Studio checkout to a runnable local state:
.env.local bootstrap present and sane;codex app-server reachable through the backend;.env.local uncommitted.apply_patch for manual repo edits.Before changing repo files, read:
AGENTS.mdCONTEXT.mddocs/ARCHITECTURE.mdROADMAP.mdSKILLS.mdREADME.mddocs/TROUBLESHOOTING.mdFor UI onboarding changes, also read:
docs/DESIGN.mdcomponents/OnboardingModal.tsxhooks/useStudioOnboarding.tshooks/useStudioRuntime.tscomponents/overlays/StudioSystemOverlays.tsxInspect current state.
git status --short.env.local exists without printing secret valuespackage.json scriptsInitialize local bootstrap.
bun install only when dependencies are missing or stale enough to
block scripts.bun run studio:init when .env.local, Studio Library folders,
SQLite state, default library, or default project are missing..env.local values unless they are invalid. If editing is
needed, preserve user-specific paths and never add secrets.Verify local runtime.
bun run dev for full local stack when possible.bun run dev:server and bun run dev:ui separately only when that
makes diagnosis clearer.GET /api/health and /api/codex/session./api/app-server/start or the UI button to start codex app-server
when backend health says the backend is reachable but app-server is down.codex login
and choose ChatGPT. Do not fake readiness.Diagnose failures.
.env.local and
suggest safe alternative values.bun run studio:init
or report permissions/path blockers.Close out once.
bun run testbun run checkbun run buildEnd with:
/api/health and /api/codex/session when
reachable;codex login.