mcpbeat Sign in

Cc Project Init Skill for Codex

project-init 的兼容别名;当用户按 cc-use-exp 前缀显式调用 cc-project-init 时,转入标准 project-init 初始化流程。

382 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1027
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/doccker/cc-use-exp --skill cc-project-init

What comes with it

614 bytes besides the instruction
agents/openai.yaml

The instruction itself

1 sections, as written by the author

CC Project Init Alias

这是 $project-init 的兼容入口。

当用户显式调用 cc-project-init 时,按 .codex/skills/cc-project-init/SKILL.md 的标准 project-init 流程执行:

  • 读取当前仓库现状,判断项目形态和已存在配置。
  • 生成或更新项目级 AGENTS.md
  • 初始化项目级 .codex/tasks/.codex/tasks/archived/.codex/templates/ 最小骨架。
  • 只在用户明确要求时补充额外脚手架文件。
  • 若用户期望生成或刷新 README.md,说明该能力属于 $project-scan,并建议继续执行 $project-scan

不要在本别名里维护第二套初始化规则;若主流程变化,应同步更新 cc-project-init/SKILL.md

How to use it

Copy the folder

Take doccker/cc-project-init from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.