ワンクリックで
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 職業分類に基づく
Design, implement, review, or troubleshoot secure host-side deployment of a service using an approved data or www root, immutable release artefacts, restricted SSH or host helpers, atomic activation, runtime services, health gates, rollback, retention, reverse proxy, TLS, DNS, firewall, and production evidence. Use for static sites, Python services, C++/CUDA services, hybrid applications, container stacks, fresh-server bootstrap, service units, host activation, or deployment runbooks. Use service-cicd separately for GitHub Actions CI, auto-deployment, and auto-release.
Design or review GPU-aware CI for CUDA builds, tests, caches, containers, and Python wheels. Use when hardware targets include CUDA, distribution uses wheels, or CI needs GPU runner gating, multi-architecture coverage, or manylinux validation.
Design, implement, review, or troubleshoot GitHub Actions CI/CD and hosted or self-hosted runners for service validation, immutable artefact builds, auto-deployment, auto-release, provenance, protected environments, concurrency, rollback, and release evidence. Use for workflow YAML, CI matrices, deployment or publishing jobs, release channels, GitHub environments, Actions secrets, artefact promotion, or release automation for Python, C++/CUDA, and hybrid Python/C++ projects.
Design, implement, review, or troubleshoot GitHub Actions CI, hosted or self-hosted runners, auto-deployment, auto-release, artefact promotion, protected environments, provenance, concurrency, and rollback for Python, C++/CUDA, and hybrid services.
Design, implement, review, or troubleshoot protected branch policies, master-bound pull-request or merge-request gates, GitHub branch rules, changed-path deny lists, and release-shim branches. Use when changing master/develop/release/hotfix flow, GitHub Actions PR policy, required checks, or release promotion entry rules.
Initialize an agent session, resolve the project profile, audit required capabilities, and emit the deterministic constraint manifest. Use at the start of repository work or whenever profile, branch, roadmap, or capability state changes.
| 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 .agents/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/
.agents/
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
python3 .agents/skills/create-project/scripts/init.py <target-directory>
Read references/guide.md when you need the generated layout details or post-generation checklist.