一键导入
create-project
Create a new project from the repo_template. Supports Python, C++/CUDA, and Hybrid projects. Template-only skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new project from the repo_template. Supports Python, C++/CUDA, and Hybrid projects. Template-only skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Session initialization — run at the start of EVERY session before any other action.
Karpathy-inspired behavioural guidance for non-trivial coding, debugging, review, or refactor work. Use to surface assumptions, keep changes minimal, and define verifiable success criteria.
Manage dependency-aware multi-session workflows in agent_roadmaps/.
Orchestrate build workflows. Environment setup, compilation, and testing.
Validate constraint compliance at any time during development.
Add dependencies. Poetry for Python, CPM through CMake for C++.
| name | create-project |
| description | Create a new project from the repo_template. Supports Python, C++/CUDA, and Hybrid projects. Template-only skill. |
Copies the template, renames language-specific files to their generic
names (CLAUDE.md, AGENTS.md, CONTRIBUTING.md, .gitignore),
writes .ai/project.yml, removes template-only artifacts, and creates
an initial git commit.
/create-project /path/to/new/project
The script will prompt for project type:
project/
.ai/
project.yml # source of truth for project profile
constraints/ # vendor-neutral constraint files
scripts/ # shared runtime enforcement tools
bin/ # guarded workflow command wrappers
.claude/ # Claude Code skills and hooks
agent_roadmaps/
AGENTS.md # vendor-neutral agent constraints (Codex / agents.md spec)
CLAUDE.md # Claude Code entrypoint (self-sufficient)
CONTRIBUTING.md
.gitignore
README.md
src/ tests/ # Python projects
cmake/ 3rdparty/ # C++/CUDA and hybrid projects
cpp/ cuda/ # C++/CUDA and hybrid projects