# Choose Claude Code Web or CLI

Teams lose time when they pick the wrong Claude Code interface for a task. This skill recommends Web, CLI, or a hybrid handoff workflow.

## Install

```bash
npx skillstore add dnyoussef/web-cli-teleport
```

## Metadata

- Status: approved
- Slug: dnyoussef-web-cli-teleport
- Version: 1.0.0
- Author version: 1.0.0
- Skillstore revision: r1
- Version status: valid
- Tree hash: fcca459dea637e210f3fdcaabcd5d1aa84f9ce5dab5b6dd59865a9ca0e3673d9
- Author: DNYoussef
- GitHub username: DNYoussef
- License: MIT
- Repository: https://github.com/DNYoussef/ai-chrome-extension/tree/main/.claude/skills/web-cli-teleport
- Ref: 72d5025b022c77f7a51bdf5c1637c689c80e89d1
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 81
- Quality tier: silver
- Public page: https://skillstore.pages.dev/skills/dnyoussef-web-cli-teleport
- Manifest: https://skillstore.pages.dev/api/skills/dnyoussef-web-cli-teleport/manifest

## Capabilities

- Compares Claude Code Web and CLI strengths for common task types.
- Recommends Web, CLI, or hybrid workflows based on complexity and testing needs.
- Explains when to move a session from Web to CLI.
- Provides input and output contracts for workflow planning.
- Lists failure modes for dirty git state, large context, and web limitations.
- Includes a process diagram for interface selection and session handoff.

## Use Cases

- Select the Best Starting Interface: Decide whether a task belongs in Claude Code Web, CLI, or a hybrid workflow before work begins.
- Move Work From Mobile to Desktop: Plan on mobile or web, then continue locally when testing, debugging, or deeper file access is needed.
- Standardize Team Handoffs: Give teams a shared checklist for choosing tools, preserving context, and reviewing pull requests.

## Prompt Templates

### Choose an Interface

```
I have a coding task. Ask the minimum questions needed, then recommend Claude Code Web, CLI, or hybrid.
```

### Plan a Web Start

```
Help me decide if this task can start in Claude Code Web. Include review steps and when to switch.
```

### Prepare a Session Handoff

```
I started in Claude Code Web and need to continue in CLI. Create a handoff checklist and risks to verify.
```

### Optimize a Multi-Step Workflow

```
Use this skill to design a Web, CLI, and review workflow for a complex feature that needs local testing.
```

## Limitations

- Does not teleport sessions by itself.
- Does not run tests, inspect repositories, or create pull requests.
- Depends on current Claude Code Web and CLI feature availability.
- Requires the user to follow local setup and clean git state steps.

## Best Practices

- Choose the interface before implementation starts.
- Switch to CLI when testing, debugging, or repeated edits become central.
- Verify git state and context before continuing a handed-off session.

## Anti Patterns

- Using Web for complex debugging that needs local services.
- Starting CLI work when a small review-only change would be faster in Web.
- Moving sessions without checking local git state first.

## Security Audit

- Audited at: 2026-07-06T11:48:27.742\+00:00
- Summary: The skill is documentation-oriented and does not include executable scripts or hidden automation. All static findings are false positives caused by markdown command examples, fenced examples, and ordinary interface-selection wording.

## Stats

- Views: 224
- Downloads: 10
- Favorites: 0
- Popularity score: 0
