cyberneticlibrary

Run Claude AI from your terminal

claude-codeskillsetup L20
npm:@anthropic-ai/claude-code
What it does

Invoke Claude Code CLI for coding and orchestration tasks

Best for

Nested agent workflows where explicit Claude Code invocation prevents context confusion and enables clear tool scoping.

Inputs
  • · command
  • · file paths
  • · context overrides
Outputs
  • · CLI stdout
  • · generated code
  • · file operations log
Requires
  • · Claude Code CLI
  • · bun or npm
Preconditions

Claude Code installed; project initialized

Failure modes
  • · version mismatch
  • · permission denied on file writes
  • · memory exhaustion
Trust signals
  • · CLI version pinning
  • · exit code handling
  • · stdout capture