一键导入
validate
Validate that a generated project's Claude infrastructure is complete and well-formed. Use when the user says "validate", "check project", or "verify".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate that a generated project's Claude infrastructure is complete and well-formed. Use when the user says "validate", "check project", or "verify".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bootstrap a new Claude Code project with full infrastructure. Use this when the user wants to create a new project, scaffold a project, or says "new project", "create", "bootstrap", or "build me".
Pull the latest Genesis updates from the remote repository. Use when the user says "update", "pull updates", "upgrade genesis", "check for updates", or "sync".
View the registry of all projects created by Genesis. Use when the user says "registry", "list projects", "what projects", or "show projects".
| name | validate |
| description | Validate that a generated project's Claude infrastructure is complete and well-formed. Use when the user says "validate", "check project", or "verify". |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Bash |
Check that a target project directory has all expected Claude Code infrastructure files and that they are well-formed.
The user provides a project name or path. Default to the most recently created project if none specified.
CLAUDE.md exists and is non-empty.claude/settings.json exists and is valid JSON.claude/agents/ directory has at least 3 agent files (test-runner, code-reviewer, doc-writer).claude/skills/ directory has at least 4 skill directories (test, lint, review, commit)SKILL.md with valid YAML frontmatterdocs/README.md existsdocs/architecture.md exists.gitignore exists.git/ exists)~/.claude/projects/-home-xeeva-claude-<name>/memory/MEMORY.md exists~/.claude/projects/-home-xeeva-claude-<name>/memory/user-profile.md exists~/.claude/projects/-home-xeeva-claude-<name>/memory/project-context.md exists.mcp.json exists if integrations were specified (report if missing but expected)Report results as a checklist:
Validating: ~/claude/<name>/
Required Files: [12/12 passed]
Memory Files: [3/3 passed]
Content Quality: [5/6 passed]
- MISSING: settings.json has no hooks configured
Optional Files: [2/2 passed]
Overall: 22/23 checks passed
If all checks pass: "Project is fully configured and ready to use." If checks fail: list the failures with specific remediation steps.