Agent project bootstrap
Skill candycong2001-ui/agent-project-playbook/skills/agent-project-bootstrap
一套可以安装、迁移和持续迭代的人机项目协作章程。
npx -y skills add candycong2001-ui/agent-project-playbook --skill agent-project-bootstrapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 14 days oldThe repository was created 14 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Bootstrap the Agent Project Playbook into a user-selected project with a dry-run first. Use when the user explicitly asks to initialize project collaboration rules, BLUEPRINT, ARCHITECTURE, CURRENT_HANDOFF, or the project-docs skill.
SKILL.md
1.3 KB, 224 tokens by cl100k_base, as published. Nobody here has run it
Agent Project Bootstrap
Procedure
- Confirm the target project root, project name, and document locale (
enorzh-CN). - Run
python3 scripts/init_project.py <path> --project-name <name> --locale <locale>from this repository. - Review the dry-run report with the user.
- If the target already has equivalent rules or documents, stop and prepare a manual merge plan.
- Apply only after explicit confirmation with the same locale and
--apply. - Activate the generated documents using current repository evidence, keeping collaboration mode and project lifecycle stage as separate fields.
- Mark unverified commands, deployment paths, and risks instead of guessing.
- Run the installed Docs Lint before handing implementation work back.
Safety
- Never overwrite existing project files.
- Never import another project's memory or status.
- Never store secrets / 密钥, tokens, cookies, personal data, or private logs.
- Never configure external memory services or global Agent settings from this skill.
- Current repository evidence outranks every generated placeholder.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.