chore(skills): add create-agent and typescript-sdk skills
This commit is contained in:
6
.claude/skills/typescript-sdk/.openskills.json
Normal file
6
.claude/skills/typescript-sdk/.openskills.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"source": "/tmp/skill-selector-curated-812268656",
|
||||
"sourceType": "local",
|
||||
"localPath": "/tmp/skill-selector-curated-812268656/typescript-sdk",
|
||||
"installedAt": "2026-04-07T03:45:37.971Z"
|
||||
}
|
||||
1249
.claude/skills/typescript-sdk/SKILL.md
Normal file
1249
.claude/skills/typescript-sdk/SKILL.md
Normal file
File diff suppressed because it is too large
Load Diff
13
.claude/skills/typescript-sdk/metadata.json
Normal file
13
.claude/skills/typescript-sdk/metadata.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"organization": "OpenRouter Inc",
|
||||
"date": "January 2026",
|
||||
"abstract": "Complete reference for the OpenRouter TypeScript SDK, enabling AI agents to integrate with 300+ AI models through a unified, type-safe interface. Covers the callModel pattern for text generation, streaming, and multi-turn conversations with automatic tool execution. Includes detailed TypeScript interfaces for Responses API message shapes, streaming event types, authentication methods (API key and OAuth PKCE flow), Zod-based tool definitions, stop conditions, and format conversion helpers. Designed for AI agent consumption with production-ready examples and best practices.",
|
||||
"references": [
|
||||
"https://openrouter.ai/docs/sdks/typescript/call-model/overview",
|
||||
"https://openrouter.ai/docs/sdks",
|
||||
"https://openrouter.ai/docs/api/reference/overview",
|
||||
"https://openrouter.ai/docs/sdks/typescript/api-reference/api-reference/oauth",
|
||||
"https://openrouter.ai/docs/sdks/llms-full.txt"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user