chore: sync claude-api skill from anthropics/skills (April 2026)#530
Merged
chore: sync claude-api skill from anthropics/skills (April 2026)#530
Conversation
Synced cli-tool/components/skills/development/claude-api/ with upstream
anthropics/skills repo (commits March 22 – April 16, 2026).
Updated existing files (21):
- SKILL.md: grew from 20,548 to 32,987 bytes (Managed Agents dispatch logic)
- curl/examples.md, java/claude-api.md, php/claude-api.md, ruby/claude-api.md
- python/claude-api/{README,batches,files-api,streaming,tool-use}.md
- typescript/claude-api/{README,batches,files-api,streaming,tool-use}.md
- shared/{error-codes,live-sources,models,prompt-caching,tool-use-concepts}.md
- shared/managed-agents-{api-reference,client-patterns,core,environments,
events,onboarding,overview,tools}.md (previously existed, now updated)
- curl/managed-agents.md (previously existed, now updated)
Added new files (7 language + 1 shared):
- curl/managed-agents.md (new entry; prior file was empty placeholder)
- go/managed-agents/README.md
- java/managed-agents/README.md
- php/managed-agents/README.md
- python/managed-agents/README.md
- ruby/managed-agents/README.md
- typescript/managed-agents/README.md
- shared/agent-design.md
- shared/model-migration.md (65 KB consolidated migration guide)
Local-only files preserved (not touched):
- python/agent-sdk/{README,patterns}.md
- typescript/agent-sdk/{README,patterns}.md
Also updated:
- cli-tool/components/skills/ANTHROPIC_ATTRIBUTION.md: Last Updated → April 18, 2026
- Regenerated docs/components.json and dashboard/public/components.json
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
👋 Thanks for contributing, @davila7!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
Contributor
|
| Metric | Count |
|---|---|
| Total Components | 762 |
| ✅ Passed | 360 |
| ❌ Failed | 402 |
| 1008 |
❌ Failed Components (Top 5)
| Component | Errors | Warnings | Score |
|---|---|---|---|
vercel-edge-function |
3 | 4 | 81/100 |
prompt-engineer |
2 | 0 | 90/100 |
neon-expert |
2 | 2 | 88/100 |
agent-overview |
2 | 1 | 89/100 |
unused-code-cleaner |
2 | 1 | 89/100 |
...and 397 more failed component(s)
📊 View Full Report for detailed error messages and all components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cli-tool/components/skills/development/claude-api/with anthropics/skills covering commits from March 22 to April 16, 2026managed-agents/README.mdfiles (one per language) + 2 new shared filesChanges
Updated existing files (content refreshed from upstream):
SKILL.md— grew from 20,548 → 32,987 bytes, adds Managed Agents dispatch logiccurl/examples.md,java/claude-api.md,php/claude-api.md,ruby/claude-api.mdpython/claude-api/{README,batches,files-api,streaming,tool-use}.mdtypescript/claude-api/{README,batches,files-api,streaming,tool-use}.mderror-codes,live-sources,models,prompt-caching,tool-use-concepts, and all existingmanaged-agents-*shared filesNew files added:
go/managed-agents/README.md,java/managed-agents/README.md,php/managed-agents/README.mdpython/managed-agents/README.md,ruby/managed-agents/README.md,typescript/managed-agents/README.mdshared/agent-design.md— agent design patternsshared/model-migration.md— 65 KB consolidated model migration guideLocal-only files preserved (not overwritten):
python/agent-sdk/{README,patterns}.mdtypescript/agent-sdk/{README,patterns}.mdAttribution updated:
ANTHROPIC_ATTRIBUTION.mdLast Updated → April 18, 2026Test plan
SKILL.mdfrontmatter is intact (name: claude-api,description,license)agent-sdk/files still exist and were not overwrittenmanaged-agents/README.mdfiles exist in all 6 language directoriesshared/model-migration.mdis present (~65 KB)docs/components.jsonanddashboard/public/components.jsonare updatedSummary by cubic
Synced the
claude-apiskill with upstream to add Managed Agents docs across all SDKs and update examples to Opus 4.7. Regenerated the components catalog and refreshed shared docs to match the latest API changes.cli-tool/components/) and website (docs/,dashboard/public/); no CLI/API/workers changes.agent-design.md,model-migration.md).claude-opus-4-7; refreshed error codes, models, prompt caching, and tool-use content.docs/components.json,dashboard/public/components.json).Written for commit b4e0450. Summary will update on new commits.