cli-coding-agents
- Repo stars 0
- Author repo nano-core
CLI Coding Agents
When to use this skill
- Use when the user request matches this skill's domain and capabilities.
- Use when this workflow or toolchain is explicitly requested.
When not to use this skill
- Do not use when another skill is a better direct match for the task.
- Do not use when the request is outside this skill's scope.
Launch coding agents across Claude, Droid, and OpenCode CLI platforms with unified profile management and flexible configuration.
Quick Start
Profile Management (All CLIs)
List all profiles:
ai-claude-start list
ai-droid-start list
ai-opencode-start list
Setup wizard:
ai-claude-start setup
ai-droid-start setup
ai-opencode-start setup
Set default profile:
ai-claude-start default <profile-name>
ai-droid-start default <profile-name>
ai-opencode-start default <profile-name>
Delete profile:
ai-claude-start delete <profile-name>
ai-droid-start delete <profile-name>
ai-opencode-start delete <profile-name>
System health check:
ai-claude-start doctor
ai-droid-start doctor
ai-opencode-start doctor
Launch Commands
Claude CLI
Basic launch:
claude-start # Uses default profile (ZAI)
claude-start ZAI # Use specific profile
claude-start MinimaxM2.1
With flags (passed to Claude):
claude-start --continue # Continue last session
claude-start ZAI --model claude-sonnet-4-5 # Override model
claude-start --dangerously-skip-permissions --continue
Cross-command invocation:
ai-claude-start ZAI # Uses Claude binary
ai-droid-start --claude ZAI # Force Claude from droid-start
ai-opencode-start --claude ZAI # Force Claude from opencode-start
Droid CLI
Basic launch:
droid-start # Uses default profile (ZAI)
droid-start ZAI # Use specific profile
droid-start deepseek-v3.2
With flags (passed to Droid):
droid-start --continue
droid-start GLM-4.7 --model claude-sonnet-4-5 # Override model
Cross-command invocation:
ai-droid-start ZAI # Uses Droid binary
ai-claude-start --droid ZAI # Force Droid from claude-start
ai-opencode-start --droid ZAI # Force Droid from opencode-start
OpenCode CLI
Basic launch:
opencode-start # Uses default profile (ZAI)
opencode-start ZAI # Use specific profile
opencode-start code-fast-1
With flags (passed to OpenCode):
opencode-start --continue # Continue last session
opencode-start ZAI --model anthropic/claude-sonnet-4-5 # Override model
opencode-start --run "explain this file" # Non-interactive mode
Cross-command invocation:
ai-opencode-start ZAI # Uses OpenCode binary
ai-claude-start --opencode ZAI # Force OpenCode from claude-start
ai-droid-start --opencode ZAI # Force OpenCode from droid-start
Profile × CLI Combinations
With Claude
claude-start ZAI # GLM-4.7 via Z.AI
claude-start MinimaxM2.1 # MiniMax-M2.1 via MiniMax
claude-start deepseek-v3.2 # deepseek/deepseek-v3.2 via OpenRouter
claude-start code-fast-1 # x-ai/grok-code-fast-1 via OpenRouter
claude-start oss-120B # openai/gpt-oss-20b via OpenRouter
claude-start "kimi K2" # Kimi Coding via Kimi
claude-start M2.1 # minimax/minimax-m2.1 via MiniMax
With Droid
droid-start ZAI # GLM-4.7 via Z.AI
droid-start MinimaxM2.1 # MiniMax-M2.1 via MiniMax
droid-start deepseek-v3.2 # deepseek/deepseek-v3.2 via OpenRouter
droid-start code-fast-1 # x-ai/grok-code-fast-1 via OpenRouter
droid-start oss-120B # openai/gpt-oss-20b via OpenRouter
droid-start "kimi K2" # Kimi Coding via Kimi
droid-start M2.1 # minimax/minimax-m2.1 via MiniMax
With OpenCode
opencode-start ZAI # GLM-4.7 via Z.AI
opencode-start MinimaxM2.1 # MiniMax-M2.1 via MiniMax
opencode-start deepseek-v3.2 # deepseek/deepseek-v3.2 via OpenRouter
opencode-start code-fast-1 # x-ai/grok-code-fast-1 via OpenRouter
opencode-start oss-120B # openai/gpt-oss-20b via OpenRouter
opencode-start "kimi K2" # Kimi Coding via Kimi
opencode-start M2.1 # minimax/minimax-m2.1 via MiniMax
Advanced Usage
Environment Variable Overrides
Custom Claude command:
CLAUDE_CMD="/path/to/custom/claude" claude-start ZAI
Custom Droid command:
DROID_CMD="/path/to/custom/droid" droid-start ZAI
Custom OpenCode command:
OPENCODE_CMD="/path/to/custom/opencode" opencode-start ZAI
Testing with Custom Commands
Test environment injection (doesn't actually launch CLI):
claude-start ZAI --cmd "node -e \"console.log(process.env.ANTHROPIC_AUTH_TOKEN)\""
droid-start ZAI --cmd "echo Testing with $ANTHROPIC_AUTH_TOKEN"
opencode-start ZAI --cmd "node -e \"console.log(process.env.ANTHROPIC_API_KEY)\""
Profile Selection
Use default profile (interactive if multiple):
claude-start
Use specific profile:
claude-start ZAI
Interactive selection (if multiple profiles):
claude-start
# Prompts: "Select a profile to use:"
# ZAI (default)
# MinimaxM2.1
# deepseek-v3.2
# ...
Reference Files
For detailed information, see:
- PROFILES.md - Available profiles and their configurations
- MODELS.md - Model mappings and specifications
- ENV_VARS.md - Environment variables reference
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @0-CYBERDYNE-SYSTEMS-0 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- Required · Anthropic
- Detected OS requirements
- macOS
- Runtime requirements
- Node.js
- Detected file/system behavior
-
- Read-only
- Write / modify
- Env read
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Use when the user request matches this skill's domain and capabilities. Use when this workflow or toolchain is explicitly requested.
Do not use when another skill is a better direct match for the task. Do not use when the request is outside this skill's scope. Launch coding agents across Claude, Droid, and OpenCode CLI platforms with unified profile management and flexible configuration.
Quick Start
List all profiles: Setup wizard: Set default profile:
Claude CLI Basic launch: With flags (passed to Claude):
Profile × CLI Combinations
# CLI Coding Agents
## When to use this skill
- Use when the user request matches this skill's domain and capabilities.
- Use when this workflow or toolchain is explicitly requested.
## When not to use this skill
- Do not use when another skill is a better direct match for the task.
- Do not use when the request is outside this skill's scope.
Launch coding agents across Claude, Droid, and OpenCode CLI platforms with unified profile management and flexible configuration.
## Quick Start
### Profile Management (All CLIs)
**List all profiles:**
```bash
ai-claude-start list
ai-droid-start list
ai-opencode-start list
```
**Setup wizard:**
```bash
ai-claude-start setup
ai-droid-start setup
ai-opencode-start setup
```
**Set default profile:**
```bash
ai-claude-start default <profile-name>
ai-droid-start default <profile-name>
ai-opencode-start default <profile-name>
```
**Delete profile:**
```bash
ai-claude-start delete <profile-name>
ai-droid-start delete <profile-name>
ai-opencode-start delete <profile-name>
```
**System health check:**
```bash
ai-claude-start doctor
ai-droid-start doctor
ai-opencode-start doctor
```
### Launch Commands
#### Claude CLI
**Basic launch:**
```bash
claude-start # Uses default profile (ZAI)
claude-start ZAI # Use specific profile
claude-start MinimaxM2.1
```
**With flags (passed to Claude):**
```bash
claude-start --continue # Continue last session
claude-start ZAI --model claude-sonnet-4-5 # Override model
claude-start --dangerously-skip-permissions --continue
```
**Cross-command invocation:**
```bash
ai-claude-start ZAI # Uses Claude binary
ai-droid-start --claude ZAI # Force Claude from droid-start
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> When to use this skill → When not to use this skill → Quick Start → Profile Management (All CLIs) → Launch Commands → Profile × CLI Combinations
terms -> List all profiles · Setup wizard · Set default profile · Delete profile · System health check · Basic launch · With flags (passed to Claude) · Cross-command invocation
files/cmd -> anthropic/claude-sonnet-4-5 · deepseek/deepseek-v3.2 · x-ai/grok-code-fast-1 · openai/gpt-oss-20b · minimax/minimax-m2.1 · path/to/custom/claude · path/to/custom/droid · path/to/custom/opencode
body sha256 -> 55128053b00f
Decide Fit First
Design Intent
How To Use It
Boundaries And Review