원클릭으로
content-editor
Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interactive skill-map tutorial, a single "book" of parts and chapters that a first-time tester walks end to end. It opens with a live-UI prologue (the tester runs `sm`, opens the browser, and watches the map update as `.md` files are edited), then a menu of further parts (watch your agent light the map up in real time, extend skill-map with plugins/settings/slots, the CLI in depth). The skill is invoked from an empty directory and lays its fixture there directly. State persists in `tutorial-state.json` for pause/resume. Triggers: "tutorial", "sm-tutorial", "tutorial me", "run the tutorial", "ejecuta el tutorial", "test skill-map", "advanced tutorial", "go deeper", "tutorial avanzado".
Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.
Mirrors the portfolio's pages into Notion after publishing, creating one Notion page per site page via the Notion MCP. Use it from /publish, or when the user asks to sync the site to Notion.
Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.
Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.
Mirrors the portfolio's pages into Notion after publishing, creating one Notion page per site page via the Notion MCP. Use it from /publish, or when the user asks to sync the site to Notion.
| name | content-editor |
| description | Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/. |
| allowed-tools | Read Write |
Turns a short brief into a finished portfolio page.
public/projects.html).<!doctype html>, link the stylesheet with <link rel="stylesheet" href="/style.css">, and set a <title>.<h1>, group sections under <h2>, and reuse the shared header, nav, and footer so every page matches.Rules: plain static HTML, no framework, no client JS, one page per file. If a page needs an image, use a free placeholder from https://placekittens.com/ (e.g. https://placekittens.com/400/300) so the <img> never points at a missing file.