Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Skill Claude CodeCodex
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Skill Claude CodeCodex
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Skill Claude CodeCodex
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Skill Claude CodeCodex
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Skill Claude CodeCodex
Implement tasks from an OpenSpec change (Experimental).
Skill Claude CodeCodex
Archive a completed change in the experimental workflow.
Skill Claude CodeCodex
Enter explore mode - think through ideas, investigate problems, clarify requirements.
Skill Claude CodeCodex
Propose a new change - create it and generate all artifacts in one step.
Skill Claude CodeCodex
Sync delta specs from a change to main specs.
Instructions file CodexOpenCode
AGENTS.md instructions for Podbay-Cloud/podbay, covering agents.md — repo guide for codex (and any non-claude agent), the non-negotiables (full text in claude.md), building / deploying / shipping anything → one checklist and ops access.
Skill Claude CodeCodex
Write a durable handoff note before this pod is interrupted (update/suspend) so the next session — possibly a different agent — can pick up without re-deriving anything. Use when asked to hand off, or before you expect to be interrupted.
Skill Claude CodeCodex
Always go, never assume — the leading work driver. Continuous autonomous execution with a visible register, permission lanes, async questions, and self-scheduled continuation. Use in EVERY session; it governs how all other work happens.
Skill Claude CodeCodex
Fetch and research public web content from a pod without evading anyone — walk the ladder (official API → direct fetch → archive → reader service → the owner's relay) and report honestly when a target is fortified. Also covers the relay's egress tunnel ($PODBAYRELAYPROXY) for crawlers, scripts and Playwright that must…
Skill Claude CodeCodex
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Skill Claude CodeCodex
Fix the iOS keyboard "composer stranded at the top / page scrolls up" bug in any mobile web app with a bottom-fixed input. Use whenever you build or touch a chat/message/comment/search UI whose input sits at the bottom of a full-height layout.
Skill Claude CodeCodex
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…
Skill Claude CodeCodex
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
Skill Claude CodeCodex
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Skill Claude CodeCodex
Review docs/prose for Writing Guidelines compliance. Use when asked to "review my docs", "check writing style", "audit prose", "review docs voice and tone", or "check this page against the writing handbook".
Skill Claude CodeCodex
Orient yourself in an UNFAMILIAR existing codebase before making changes. Use at the start of any byo-project session and whenever you land in a repo you haven't mapped yet: read its docs, map the structure, detect the stack, and — critically — find and verify the install / dev / test commands. Produces a short…
Skill Claude CodeCodex
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.
Skill Claude CodeCodex
Push a branch and open a pull request from a headless pod using the gh CLI, with a MANDATORY confirmation gate before anything leaves the machine. Use when the user wants to open a PR for work on THEIR OWN repo. Pairs with finishing-a-development-branch (which prepares the commit). Never force-pushes, never runs git…
Skill Claude CodeCodex
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.