cli-coding-agents
- Repo stars 0
- Author updated Live
- Author repo nano-core
- Domain
- AI
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @0-CYBERDYNE-SYSTEMS-0 · no license declared
- Token usage
- Lean
- Setup complexity
- Guided setup
- External API key
- Required · Anthropic
- Operating systems
- macOS
- Runtime requirements
- Node.js
- Permissions
-
- Read-only
- Write / modify
- Env read
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: cli-coding-agents
description: CLI Coding Agents. Use when the user request matches this skill's domain and capabilities. Launc…
category: ai
runtime: Node.js
---
# cli-coding-agents output preview
## PART A: Task fit
- Use case: CLI Coding Agents. Use when the user request matches this skill's domain and capabilities. Launch coding agents across Claude, Droid, and OpenCode CLI platforms with unified profile management and flexible configuration. requires Anthropic API key; runs on Node.js. Works with Claude Code, Cursor, Cline and 23 more..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “When to use this skill / When not to use this skill / Quick Start” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “CLI Coding Agents. Use when the user request matches this skill's domain and capabilities. Launch coding agents across Claude, Droid, and OpenCode CLI platforms with unified profile management and flexible configuration. requires Anthropic API key; runs on Node.js. Works with Claude Code, Cursor, Cline and 23 more.”.
- **02** When the source has headings, the agent prioritizes “When to use this skill / When not to use this skill / Quick Start” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files, read environment variables; may access external network resources; requires Anthropic API keys.
## Running Rules
- read files, write/modify files, read environment variables; may access external network resources; requires Anthropic API keys.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files, read environment variables.
Start with a small task and check whether the result follows “When to use this skill / When not to use this skill / Quick Start”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: cli-coding-agents
description: CLI Coding Agents. Use when the user request matches this skill's domain and capabilities. Launc…
category: ai
source: 0-CYBERDYNE-SYSTEMS-0/nano-core
---
# cli-coding-agents
## When to use
- CLI Coding Agents. Use when the user request matches this skill's domain and capabilities. Launch coding agents across…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “When to use this skill / When not to use this skill / Quick Start” and keep inference separate from source facts.
- read files, write/modify files, read environment variables; may access external network resources; requires Anthropic API keys.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "cli-coding-agents" {
input -> user goal + target files + boundaries + acceptance criteria
context -> When to use this skill / When not to use this skill / Quick Start
rules -> SKILL.md triggers / order / output contract
runtime -> Node.js | read files, write/modify files, read environment variables | may access external network resources
guardrails -> requires Anthropic API keys + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} 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
Decide Fit First
Design Intent
How To Use It
Boundaries And Review