If you're building an app that needs AI agent capabilities, this wraps GitHub's production Copilot engine so you don't have to build orchestration yourself. It handles planning, tool calling, and streaming in TypeScript, Python, Go, or .NET. The interesting bit is you can define custom tools with JSON schemas or Pydantic models, and Copilot decides when to invoke them during multi-step reasoning. You get the same runtime that powers Copilot CLI, just exposed as an SDK. Requires the CLI installed and authenticated first. Good fit if you want agentic workflows without writing your own LLM plumbing, or if you need to connect custom tools and MCP servers to Copilot's agent loop.
npx -y skills add hoodini/ai-agents-skills --skill copilot-sdk --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills