Designer
You already talk to a model. LogiShell is not a new one. It is the room where the screen, the tokens, and the review live as files, and the door the model uses to reach them.
First hour
- Install the desktop or open app.logishell.com.
- Keep Claude Code, Codex, or Gemini CLI. Connect the one you already signed into.
- Add the MCP door:
https://mcp.logishell.com/mcp(orclaude mcp add --transport http logishell https://mcp.logishell.com/mcp). - Drop the designer skills into
.claude/skills/of the project (or into the provider's user skills folder). The files are markdown. Copy the folder, that is the install.
After that a message like "review this screen against our tokens" is enough. The agent picks the skill by its description, opens the files through MCP, and writes the note where the work already lives.
How a designer skill is built
Same as any skill. See Skills. The difference is the job, not the format.
A useful set for a design project:
| Skill | When the agent should pick it |
|---|---|
review-layout | A screenshot or a frame landed, and it must be checked against tokens, type, and spacing. |
extract-tokens | A new colour, type size, or radius showed up and should become a named token, not a one-off. |
design-changelog | The file changed and someone who was not in Figma needs a sentence they can ship. |
hand-off | Engineering will open this next: the skill names the file, the token, the leftover question. |
Each one is a SKILL.md. The body names the real files (tokens.css, the board, the note path). If those names move, the skill moves in the same PR.
What "working" looks like
- The frame is a file (png, svg, or a markdown note with the image). It is in the repo, not only in a chat.
- The review is a document with a URL, not a Discord message.
- The agent used the LogiShell door: it listed the repo, it wrote the card or the note. If it only talked, the door is not connected.
MCP plus the model, on this job
designer
→ Claude / Codex / Gemini
→ skill "review-layout"
→ MCP: read the repo, open the frame, write the note
Gemini is fine when that is the model you already have. Codex is fine when that is the model you already have. The skill does not care. The door does not care. The markdown is the same file.