using-claude-code-cli

92
A

Invoke Claude Code CLI from Python orchestrators and shell scripts. Use when asked to"spawn claude as subprocess", "automate claude cli", "run claude headless","configure --allowedTools", "set up claude hooks", or "parallel claude invocation".Covers permissions, directory access (--add-dir), hooks, sandbox mode, and async patterns.

#Code CLI#Claude#CLI#Claude Code#claude cli#Invoke Claude#Core CLI#CLI Flags

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install SpillwaveSolutions/using-claude-code-cli-agent-skill/using-claude-code-cli
skilz install SpillwaveSolutions/using-claude-code-cli-agent-skill/using-claude-code-cli --agent opencode
skilz install SpillwaveSolutions/using-claude-code-cli-agent-skill/using-claude-code-cli --agent codex
skilz install SpillwaveSolutions/using-claude-code-cli-agent-skill/using-claude-code-cli --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/SpillwaveSolutions/using-claude-code-cli-agent-skill
2. Copy the agent skill directory:
cp -r using-claude-code-cli-agent-skill ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Technical
Meta-Domain
development
Primary Domain
python
Market Score
92

Agent Skill Grade

A
Score: 92/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
27/30
Ease of Use
23/25
Writing Style
9/10
Utility
18/20
Modifiers: +3

Areas to Improve

  • Name convention violations
  • Missing timeout guidance
  • Verbose docstrings in reference code

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your using-claude-code-cli skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 92/100, solid A territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Ease of Use (23/25) — the metadata and trigger phrases are really well thought out. The weak spot is Spec Compliance (12/15), mostly because of one naming convention issue that's dragging you down.

What's Working Well

  • Progressive Disclosure is chef's kiss — Your SKILL.md is lean at 213 lines, then you've got 5 focused reference files that go deep without nesting chains. That's exactly how you balance token economy with thoroughness.
  • Triggers are comprehensive — "claude cli", "spawn claude", "headless", "--allowedTools", "parallel agents" — you've hit the main use cases. That discoverability is solid.
  • Examples actually teach — The orchestrator_example.py isn't just code-dumping. The subprocess patterns show sync/async/parallel approaches with real context. The Common Mistakes section with BAD → GOOD comparisons? That's the kind of thing that makes people actually use your skill.
  • Validation checklist — 8 trackable steps to verify the setup works. That's real.

The Big One: Name Convention Violation

Your skill name is using-claude-code-cli, but the spec requires avoiding reserved words and the marketplace actually needs it to be using-claude-code-cli-agent-skill (matching your repo name).

Why this matters: It's costing you 3 points on Spec Compliance, and more importantly, it creates friction for people discovering you in marketplaces and installing via skilz.

The fix: Update SKILL.md frontmatter: ``...

AI-Detected Topics

Extracted using NLP analysis

Code CLI Claude CLI Claude Code claude cli Invoke Claude Core CLI CLI Flags JSON settings JSON

Report Security Issue

Found a security vulnerability in this agent skill?