microck/ordinary-claude-culinary-arts-ts-agent-sdk
| Generate typed TypeScript SDKs for AI agents to interact with MCP servers. Converts verbose JSON-RPC curl commands to clean function calls (docs.createDocument() vs curl). Auto-detects MCP tools from server modules, generates TypeScript types and client methods, creates runnable example scripts.
This is a copy. The original lives at microck/ts-agent-sdk.
npx skills add https://github.com/Microck/ordinary-claude-skills --skill ts-agent-sdk
Take microck/ordinary-claude-culinary-arts-ts-agent-sdk from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.