setup

Probe Claude Code CLI readiness and toggle the stop-time review gate.

161|28|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sendbird/cc-plugin-codex --skill setup-sendbird
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/setup
Command: npx skills add https://github.com/sendbird/cc-plugin-codex --skill setup-sendbird

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check whether Claude Code CLI is ready in this environment and optionally toggle the stop-time review gate, enabling smooth installation, authentication, and review-gate configuration.

Core Features & Use Cases

  • Probes Claude Code readiness and reports status.
  • Allows enabling or disabling the stop-time review gate.
  • Provides guided steps for installation and hook setup when Claude Code is not present.

Quick Start

Run the setup command to verify Claude Code readiness and optionally toggle the stop-time review gate.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if Claude Code CLI is installed and ready in my environment?

To check Claude Code readiness, run the setup probe to report the current installation status. If the CLI is missing, it conditionally installs Claude Code via npm and triggers hook installation to present the repaired state.

What is the stop-time review gate and how do I toggle it?

The stop-time review gate is a workflow control mechanism for Claude Code. You can toggle this gate on or off during your setup process to ensure tooling is correctly gated before enabling workflows.

How do I install Claude Code via npm when the setup probe fails?

When the setup probe identifies Claude Code is not present, it conditionally installs the CLI via npm, triggers hook installation if needed, and reruns the final setup command to present the repaired state automatically.

Do I need npm to set up Claude Code hook installation?

Yes, npm is required for Claude Code setup. The setup process conditionally installs Claude Code via npm when the environment probe determines the CLI is not currently accessible.

Why does my Claude Code setup not complete after the initial installation?

Claude Code setup may not complete if hook installation is required but has not been triggered. The setup process reruns the final setup command after installing hooks to present the fully repaired state.

Can I use this setup process to configure authentication for Claude Code?

Yes, this setup process is primarily used during installation, authentication, or review-gate setup to ensure Claude Code tooling is accessible and correctly gated before enabling workflows.