fclt-setup
Install, update, inspect, and initialize fclt from Codex.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install, update, inspect, and initialize fclt from Codex.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | fclt-setup |
| description | Install, update, inspect, and initialize fclt from Codex. |
| tags | ["fclt","setup","codex","onboarding"] |
Use this skill when a user wants Codex to install, update, configure, inspect, or repair fclt.
Use it for:
fclt is installed and current~/.ai or project <repo>/.aidoctorfclt setup
This initializes or safely updates global capability, initializes the current git repository when present, prepares writeback/evolution review state, and installs the Codex plugin when Codex is available.
fclt_runtime action
status. Report the selected executable, version, source, protocol
compatibility, and fresh-session state.If no compatible runtime is available, use the staged lifecycle:
check is read-onlystage requires an explicit version and approval, but does not activate itapply requires approval plus the staged checksum preconditionrollback verifies and restores the retained prior runtimeNever curl-pipe code, use an unverified mutable URL, or replace an existing global installation silently.
fclt --version
fclt paths --json
fclt doctor --json
Through MCP, call fclt_setup with an explicit global or
global_and_project scope. Project setup also requires the exact cwd.
Preview is the default; apply requires both dryRun: false and
approve: true.
fclt templates init operating-model --global
fclt templates init project-ai
fclt templates init operating-model --global --update --dry-run
fclt templates init operating-model --global --update
--force only when the user explicitly wants to replace local edits.AGENTS.md, CLAUDE.md, and AGENTS.global.md guidance.doctor --json issues as setup facts, not user-facing blame.Turn repeated fclt writebacks into reviewed capability changes.
Record and review fclt writebacks from real agent work.
Inspect fclt capability roots, docs, snippets, skills, agents, MCP, and automations.
---