claude

Solid

Use Claude Code as an independent `claude -p` subagent when the user explicitly asks for Claude, wants a second-agent opinion from Claude, or asks to delegate a well-scoped task to Claude. Supports selecting `--model` and thinking/effort level with defaults of `opus` and `high`.

AI & Automation 41 stars 4 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Claude Claude Code is an independent agent on PATH (`claude`), sharing this working tree and already authenticated. Use it as a second opinion or delegated worker, not as ground truth: verify its claims, own any changes, and keep its task contract narrow. ## Defaults Use `claude -p --model opus --effort high` unless the user or task calls for a different model or thinking level. - **Model:** accept aliases such as `opus`, `sonnet`, or `fable`, or a full model name. Default `opus`. - **Thinking level:** pass Claude Code's `--effort` flag. Valid levels are `low`, `medium`, `high`, `xhigh`, and `max`. Default `high`. - **Cost guard:** for exploratory asks, add `--max-budget-usd <amount>` when the user gives a budget or the task is likely to sprawl. Example: ```sh claude -p --model opus --effort high "<prompt>" ``` ## Prompting Claude Prompt Claude like an operator: compact, block-structured, and explicit about the artifact you need. A sharper contract beats higher effort. - **One task per run.** Split review, implementation, and docs into separate prompts. - **Name repo skills when relevant.** Claude can read repo files; say "follow write-docs for the doc" or "obey refactor-clean: no compatibility wrappers" instead of pasting those skills into the prompt. - **Blocks, added only where useful:** - `<task>` — the concrete job, context, and expected end state. - `<output_contract>` — exact response shape, highest-value first. - `<default_follow_through>`...

Details

Author
dzhng
Repository
dzhng/duet-agent
Created
3 months ago
Last Updated
yesterday
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category