원클릭으로
arkive-view
Open the arkive web viewer to browse the project's architecture interactively.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Open the arkive web viewer to browse the project's architecture interactively.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Process queued architecture prompts from the web viewer. Drains the prompt queue by claiming, executing, and acknowledging each prompt.
Maintain the living architecture document as you build. This is the core skill — always active when arkive/architecture.json exists.
Convert an existing project into arkive by analyzing git history or filesystem dates. Builds a phased, history-rich arkive/architecture.json.
Initialize arkive architecture tracking in the current project. Handles MCP registration and skill installation.
Answer "why" questions about architectural choices using arkive/architecture.json.
Socratic quizzing after architecture updates. Optional — activates when user opts in.
| name | arkive-view |
| description | Open the arkive web viewer to browse the project's architecture interactively. |
| trigger | User says "show architecture", "open arkive", "view architecture", "arkive viewer", or invokes /arkive-view. |
Run this when the user wants to visually browse the project's architecture.
Check that arkive/architecture.json exists in the arkive/ directory. If not, inform the user and suggest /arkive-init.
If MCP open_viewer tool is available:
Call open_viewer with default port. It returns the URL and auto-opens the browser.
If MCP is not available:
npx @ericjdz/arkive serve
The serve command auto-opens the browser by default. Use --no-open to suppress.
Tell the user:
"Architecture viewer is running at http://localhost:4567 and should have opened in your browser.
Available views:
- System Topology — interactive graph of services and connections
- Data Flow — step-by-step user-facing flows
- Decision Log — all architectural decisions with rationale
- Component Tree — hierarchical service view
- Stack Overview — technology stack summary
- Learning Mode — Socratic quizzes on architectural decisions
To stop the viewer, click the Stop button in the viewer header, or run
npx @ericjdz/arkive stop."