원클릭으로
cc-build-with-claude-api-reference-guide
Template for presenting language-specific reference documentation with quick task navigation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Template for presenting language-specific reference documentation with quick task navigation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reference guide covering decision heuristics for building agents on the Claude API, including tool surface design, context management, caching strategies, and composing tool calls
Guides Claude in building LLM-powered applications using the Anthropic SDK, covering language detection, API surface selection (Claude API vs Managed Agents), model defaults, thinking/effort configuration, and language-specific documentation reading
Skill definition for the /catch-up periodic heartbeat that scans current priorities, triages actionable changes, reports a short digest, and updates catch-up state
Instructions for using computer-use MCP tools including tool selection tiers, app access tiers, link safety, and financial action restrictions
Prompt for creating verifier skills for the Verify agent to automatically verify code changes
Instructions for debugging an issue that the user is encountering in the Claude Code session
| name | cc-build-with-claude-api-reference-guide |
| description | Template for presenting language-specific reference documentation with quick task navigation |
The relevant documentation for your detected language is included below in <doc> tags. Each tag has a path attribute showing its original file path. Use this to find the right section:
Single text classification/summarization/extraction/Q&A:
→ Refer to {lang}/claude-api/README.md
Chat UI or real-time response display:
→ Refer to {lang}/claude-api/README.md + {lang}/claude-api/streaming.md
Long-running conversations (may exceed context window):
→ Refer to {lang}/claude-api/README.md — see Compaction section
Migrating to a newer model or replacing a retired model:
→ Refer to shared/model-migration.md
Prompt caching / optimize caching / "why is my cache hit rate low":
→ Refer to shared/prompt-caching.md + {lang}/claude-api/README.md (Prompt Caching section)
Function calling / tool use / agents:
→ Refer to {lang}/claude-api/README.md + shared/tool-use-concepts.md + {lang}/claude-api/tool-use.md
Batch processing (non-latency-sensitive):
→ Refer to {lang}/claude-api/README.md + {lang}/claude-api/batches.md
File uploads across multiple requests:
→ Refer to {lang}/claude-api/README.md + {lang}/claude-api/files-api.md
Agent design (tool surface, context management, caching strategy):
→ Refer to shared/agent-design.md
Anthropic CLI (ant) — terminal access, version-controlled agent/environment YAML, scripting:
→ Refer to shared/anthropic-cli.md
Managed Agents (server-managed stateful agents):
→ Refer to shared/managed-agents-overview.md and the rest of the shared/managed-agents-*.md files. For Python, TypeScript, and cURL, language-specific code examples live in {lang}/managed-agents/README.md. Java, Go, Ruby, and PHP also support the API — translate the calls using your SDK's patterns from {lang}/claude-api.md. C# does not currently have Managed Agents support; use raw HTTP from curl/managed-agents.md as a reference.
Error handling:
→ Refer to shared/error-codes.md
Latest docs via WebFetch:
→ Refer to shared/live-sources.md for URLs