You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In September, we launched Public Beta (Preview) for Copilot Extensions. Today, we're excited to announce the Public Preview of Skillsets for Copilot Extensions, a new, lightweight integration method that allows you to more easily build extensions. 🎊
Our goal as a platform is to empower integrators to extend Copilot's capabilities beyond what is possible today. A large part of reaching this goal is reducing the barrier to entry and providing you the solutions that best fit your needs. Skillsets represents another step in this journey, providing both new and experienced developers with a more lightweight integration method than before.
📈 Faster, simpler, and consistent
Develop faster with skillsets - let Copilot handle the logic, orchestration, and response formatting
Integrate more simply by defining API endpoints
Minimal setup, with no complex server infrastructure required, with the option to use existing APIs
Maintain a consistent experience with Copilot maintaining natural chat interactions automatically
💡 What's new?
Define up to 5 skill endpoints that Copilot can call
Simple JSON schema configuration
Quick setup with minimal code required
Only receive and handle the data that your API needs to fulfill a request
❔ How are skillsets different than Extensions?
As an end user, you won't notice a difference. To invoke a skillset, type @ followed by the extension name and your query using natural language.
Behind the scenes, Copilot handles the all logic, orchestration, and response formatting. Specifically, Copilot:
Analyzes the query to determine which skill to call
Structures the API request based on your JSON schema
Calls your endpoint to get the data
Formats and generates the response in chat
Think of this as Level 1 of building extensions.
🤖 Architecture
✅ Requirements
Any GitHub Copilot license (Individual, Business, Enterprise)
For organizational builds: Free, Team, or supported Enterprise Cloud organization types
Skillsets only apply to extensions build as GitHub Apps, and not VS code chat participants
🎉 Getting started
Check out our documentation to learn how to build your first skillset.
Already built a Copilot Extension? Existing Agent extensions can be converted to skillsets, but one extension cannot be both a skillset and an agent.
We'd love to hear your feedback as we continue to iterate in Public Preview, and we're excited to see what you build!
Try skillsets today and provide your feedback to our product team, clients, and builders here.
👂 Feedback WantedGitHub is asking for your feedback📣 ANNOUNCEMENTAnnouncements from the GitHub Community teamCopilotCode accurately and faster with your AI powered pair-programmer.
2 participants
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Announcing Copilot Skillsets Public Preview 🚀
In September, we launched Public Beta (Preview) for Copilot Extensions. Today, we're excited to announce the Public Preview of Skillsets for Copilot Extensions, a new, lightweight integration method that allows you to more easily build extensions. 🎊
Our goal as a platform is to empower integrators to extend Copilot's capabilities beyond what is possible today. A large part of reaching this goal is reducing the barrier to entry and providing you the solutions that best fit your needs. Skillsets represents another step in this journey, providing both new and experienced developers with a more lightweight integration method than before.
📈 Faster, simpler, and consistent
💡 What's new?
❔ How are skillsets different than Extensions?
As an end user, you won't notice a difference. To invoke a skillset, type @ followed by the extension name and your query using natural language.
Behind the scenes, Copilot handles the all logic, orchestration, and response formatting. Specifically, Copilot:
Think of this as Level 1 of building extensions.
🤖 Architecture
✅ Requirements
🎉 Getting started
Check out our documentation to learn how to build your first skillset.
Already built a Copilot Extension? Existing Agent extensions can be converted to skillsets, but one extension cannot be both a skillset and an agent.
We'd love to hear your feedback as we continue to iterate in Public Preview, and we're excited to see what you build!
Try skillsets today and provide your feedback to our product team, clients, and builders here.
Beta Was this translation helpful? Give feedback.
All reactions