AgentStack
SKILL verified MIT Self-run

Agent Cli Delegation

skill-s3yed-appie-kit-agent-cli-delegation · by S3YED

Umbrella workflow for delegating coding work to local agent CLIs such as Claude Code, Codex, and OpenCode.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-s3yed-appie-kit-agent-cli-delegation

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Agent Cli Delegation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agent CLI Delegation

Use this umbrella when the user wants coding work delegated to a local autonomous coding CLI rather than completed entirely in the current Hermes turn.

Choose the agent CLI

| CLI | Best fit | Notes | |---|---|---| | Claude Code | Larger refactors, repo-aware implementation, PR-ready changes | Keep prompts scoped and include verification commands. | | Codex | OpenAI Codex CLI feature/fix work and iterative patching | Provide exact paths, constraints, and tests to run. | | OpenCode | Alternative coding agent and PR-review workflows | Useful when the user prefers OpenCode or when comparing agents. |

Delegation prompt shape

Include:

  1. Goal and non-goals.
  2. Repository path and relevant files.
  3. Constraints: style, dependencies, APIs, security, backwards compatibility.
  4. Required verification commands.
  5. Expected deliverables: patch, tests, summary, risks.

Execution rules

  • Run agent CLIs in a tracked terminal/background process, not an untracked shell background.
  • Require the child agent to report changed files and verification output.
  • Independently verify critical claims: inspect diffs and run tests/checks yourself.
  • Never ask a child agent to use credentials, deploy, merge, or delete without explicit user authorization.

Review after delegation

  1. git status --short and git diff.
  2. Check for unrelated changes, secrets, generated junk, or destructive edits.
  3. Run the test/lint/typecheck commands that matter.
  4. Summarize what was done and what remains.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.