The whole hunk
from line 29, old and new numbered
/
lines
from line 29
2929
3030First, check what Skills are available. Use the Skills API to list all Anthropic-managed Skills. Each language tab is an excerpt from one continuous script, with any imports and client setup at the top:
3131
32<CodeGroup defaultLanguage="CLI">
32<CodeGroup>
3333 ```bash cURL
3434 # List Anthropic-managed Skills
3535 curl --fail-with-body -sS "https://api.anthropic.com/v1/skills?source=anthropic" \