一键导入
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 职业分类
Open 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.
| 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 confirmation