-
Notifications
You must be signed in to change notification settings - Fork 137
[feature] AI Copilot for Skills #4554
Copy link
Copy link
Open
Labels
aiArtificial InteligenceArtificial InteligencebackendConcerning any and all backend issuesConcerning any and all backend issuesenhancementNew feature or requestNew feature or requestfeature-flagThe ticket is under feature flagThe ticket is under feature flagfrontendConcerning any and all frontend issuesConcerning any and all frontend issues
Metadata
Metadata
Assignees
Labels
aiArtificial InteligenceArtificial InteligencebackendConcerning any and all backend issuesConcerning any and all backend issuesenhancementNew feature or requestNew feature or requestfeature-flagThe ticket is under feature flagThe ticket is under feature flagfrontendConcerning any and all frontend issuesConcerning any and all frontend issues
Type
Projects
Status
V 0.27
Summary
Add AI Copilot integration for Agent Skills — enabling AI-assisted skill creation, editing, and SKILL.md content generation through the CopilotPanel.
Features
1. Create from AI (CopilotPanel-powered)
The existing "Create with AI" option in the skills panel should use the CopilotPanel to interactively guide the user through skill creation:
.skillarchive and creates it via the existingcreateAgentSkillFromInstructionsAPI2. AI-Assisted Skill Editing
When viewing an existing skill in the detail view:
Context
This builds on the Agent Skills feature (#4545) which provides CRUD operations for skills. The Copilot integration uses the existing
CopilotPanelinfrastructure anduseCopilotStore.Acceptance Criteria