Ptc banner
ilude ilude

Ptc

Development community

Description

--- description: Run PTC (Programmatic Tool Calling) for efficient multi-tool workflows argument-hint: <command> [args...] (scrape URLs | browser INSTRUCTIONS | run PROMPT) --- # PTC - Programmatic Tool Calling Run efficient multi-tool workflows using Anthropic's PTC feature. This reduces API round-trips and context usage by letting Claude write code that orchestrates multiple tool calls. ## Usage The user wants to run: `ptc $ARGUMENTS` Parse the arguments to determine the command: ### Com

Installation

Installs to ~/.claude/skills/ilude-claude-code-config-ptc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilude-claude-code-config-ptc && curl -fsSL https://raw.githubusercontent.com/ilude/claude-code-config/HEAD/commands/ptc.md -o ~/.claude/skills/ilude-claude-code-config-ptc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository