بنقرة واحدة
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."