agentsclimarketplace

Claude

Skill darshitpp/x-agent/claude

Delegate tasks or get a second opinion from Claude Code CLI. Infers mode (delegation vs validation) from prompt context. Detects available models at runtime via the CLI. Use when cross-validating code, plans, or architecture with Claude Code, or offloading work to it. Do not use when already running inside Claude Code or for tasks that do not benefit from cross-model input.From its SKILL.md

Install
npx -y skills add darshitpp/x-agent --skill claude

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • reads credentialsReads from 1 credential source: `CLAUDE_CODE`.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 150 tokens by cl100k_base, as published. Nobody here has run it

Cross-Agent Task Runner — Claude Code CLI

Procedures

Step 1: Self-Call Detection

  1. Check for CLAUDE_CODE environment variable or claude in process ancestry.
  2. If detected, stop and inform the user: "Cannot invoke Claude from within Claude. Use a different target CLI."

Step 2: Execute Shared Procedure

  1. Read references/shared-procedure.md for the core workflow (mode inference, context gathering, prompt construction, result presentation).
  2. Read references/cli-claude.md for Claude-specific flags, model selection heuristics, and version compatibility matrix.
  3. Follow the shared procedure using the Claude-specific details.

What ships with it: 3 files

10.8 KB alongside SKILL.md

assets/

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.