원클릭으로
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.