一键导入
init
Scaffold missing files for a Punt Labs project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold missing files for a Punt Labs project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute an automation playbook — deterministic scripts with LLM error recovery
Check compliance against Punt Labs standards
Scan for personally identifiable information
LLM-powered standards reconciliation for a Punt Labs project
| name | init |
| description | Scaffold missing files for a Punt Labs project |
| disable-model-invocation | true |
Run the deterministic scaffolding tool for a Punt Labs project.
If the user provided a project path as an argument, use it. Otherwise default to ..
First, run detection to see what we're working with:
punt init --language "" <path> 2>&1 || true
If the output shows Language: none, ask the user which language the project uses (python, node, swift), then re-run with the flag:
punt init --language <chosen-language> <path>
If a language was detected, just run:
punt init <path>
Report the output to the user. Explain what files were generated and what manual steps remain.
If the user wants contextual reconciliation (workflow diffing, CLAUDE.md quality review, permission cleanup), suggest the reconcile skill as the next step.