원클릭으로
arkive-init
Initialize arkive architecture tracking in the current project. Handles MCP registration and skill installation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize arkive architecture tracking in the current project. Handles MCP registration and skill installation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | arkive-init |
| description | Initialize arkive architecture tracking in the current project. Handles MCP registration and skill installation. |
| trigger | User says "init arkive", "set up arkive", "initialize architecture tracking", or invokes /arkive-init. |
Run this to set up arkive in a new or existing project.
Check if arkive/architecture.json exists in the arkive/ directory.
/arkive-import to populate from existing code, or re-initialize (destructive — requires explicit confirmation).Ask the user:
"Do you want arkive available globally (in all projects) or just this project?"
- Global — installs arkive skills globally so you can invoke
/arkive-initin any new project without re-installing- Project only — installs arkive only in this project
Ask the user which AI platform they use:
Run the following commands:
# Initialize architecture tracking
npx -y @ericjdz/arkive init --name <project-name>
# Register MCP server
npx -y @ericjdz/arkive install <platform>
# Install skills (if global was chosen, add --global)
npx -y @ericjdz/arkive install-skill <platform> [--global]
If MCP tools are available, prefer calling scaffold_project instead of the CLI init command.
If the project already contains source code (check for package.json, src/, app/, or similar):
/arkive-importarkive/architecture.json empty — it will be populated as you build.Run: npx @ericjdz/arkive status
Must show project name and zero drift warnings.
Tell the user to restart their agent session to pick up the MCP server.
status after init/arkive-importarkive/architecture.json exists without explicit user confirmationOpen the arkive web viewer to browse the project's architecture interactively.
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.
Answer "why" questions about architectural choices using arkive/architecture.json.
Socratic quizzing after architecture updates. Optional — activates when user opts in.