feat(web): SR-8 skills tab on agent_skill API (#876) #891
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!891
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/876-skills-tab-sr8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #876.
Summary
Implements SR-8 Skills tab: anchored type/instance UI on
agent_skillREST (SR-7), no scope ladder for skills.Changes
api.ts: CRUD helpers for/agents/:type/skillsand/agents/:type/:instanceId/skills.agent-db-skills-tab.tsx: list, Add picker (/agents/skills/library+ custom name), CodeMirror + preview toggle, Edit/Delete/Reset, type bulk-apply dialog, instance inherit + Override here, pool session warning, URLeditcompatible with legacyname:scope:…prefix.skills-tab.tsx: routeskind === "skills"to DB tab or unanchored hint;system-promptsremains on existing ladder (AgentConfigArtifactTab) with correct hook ordering.How tested
just qa