code-review
01Skill Claude CodeCodex
Use when dispatching a sub agent to review implemented code (dev-flow step 4, after commit), or whenever the user asks for a code review of committed work.
Skill Claude CodeCodex
Use when dispatching a sub agent to review implemented code (dev-flow step 4, after commit), or whenever the user asks for a code review of committed work.
Skill Claude CodeCodex
Use after completing a feature/infra/bugfix change or before committing, to verify docs/official, package READMEs, and backlog are in sync with the change.
Skill Claude CodeCodex
Guide for coding agents to migrate user-visible strings to the @spherse/i18n package and update locale catalogs.
Skill Claude CodeCodex
Use when the user says "发新版本", "release", "publish a new version", or wants to tag and ship a new Spherse release.
Command
Commit all changes and merge current branch to dev.
Command
Create a new branch from origin/dev, then start the task.
Instructions file CodexOpenCode
A set of instructions for working on Spherse, a local app that runs multiple coding agents with their own tools and permissions. It maps the project’s packages and points agents to the right design and development documents.
Skill Claude CodeCodex
A template for creating fictional Harry Potter-style phone screens with chats, social posts, and notes. The screen layout is separate from the character data, which is stored in JSON files.
Skill Claude CodeCodex
A method for building data-driven web applications around a shared JSON data file. It defines named queries and controlled changes so both the webpage and AI agents can read and update the same data safely.
Skill Claude CodeCodex
Use when creating or editing an agent-level Spherse chat window theme.css for custom chat backgrounds, headers, message bubbles, avatars, composer inputs, markdown blocks, or placeholder text.
Skill Claude CodeCodex
A guide for creating reusable instructions, called skills, for coding agents. It explains where project-wide and agent-specific skills belong and how to structure them.
Skill Claude CodeCodex
A project-level CSS file for changing the look of Spherse, such as page backgrounds, text, cards, buttons, and pop-up menus. It uses separate values for light and dark mode.
Skill Claude CodeCodex
A guide to Spherse, a local workspace where multiple AI agents work with files, tools, skills, automated triggers, and separate conversations. Each project is an ordinary folder on the user’s computer.
Skill Claude CodeCodex
A browser-side JavaScript interface injected into Spherse HTML pages. It lets page controls communicate with the Spherse app, including opening files or sessions, sending messages, storing data, and showing notifications.
Skill Claude CodeCodex
Guidance for creating HTML pages inside Spherse, including how pages load data and use application features. HTML is the language used to structure webpages.