원클릭으로
apply
Make the codebase match the lenses via Claude Code plan mode.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Make the codebase match the lenses via Claude Code plan mode.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Append a new lens to lens.yml and generate its initial content.
Reflect code changes back into the lens files.
Show the current Lens status for this directory.
Sync Lens artifacts in the current directory.
Initialize a Lens setup in the current directory. With no description argument, surveys the repo (like Claude's /init) to propose a template and draft the intent; with a description argument, passes through to the CLI verbatim.
Advance refs/lens/synced or refs/lens/applied to HEAD.
SOC 직업 분류 기준
| name | apply |
| description | Make the codebase match the lenses via Claude Code plan mode. |
| allowed-tools | Bash(lens:*) EnterPlanMode |
Prereqs: lens on PATH, lens.yml exists (if not, tell user and stop).
Run lens apply --dry-run via Bash. Capture stdout — this is the context bundle.
Invoke the EnterPlanMode tool with a plan prompt consisting of:
You are about to make code changes that bring the codebase in line with the lens artifacts below. Focus on the deltas since the last apply; ignore unchanged lenses unless their current implementation is broken.
After the user exits plan mode (plan accepted + changes applied):
git status --porcelain via Bash.lens mark applied./lens:mark applied to advance the ref."