New request
#268: Feature: manage Skills in sidebar (archive/disable/delete similar to Conversations)
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
enhancementhold
Request: allow managing Skills in the sidebar similarly to Conversations/Sessions (e.g. ⋯ menu with actions).
Motivation:
- As the skill list grows, it becomes hard to keep it tidy.
- Sometimes you want to temporarily hide/disable a skill without deleting it.
Suggested UX:
- Add a per-skill action menu (⋯) like sessions have.
- Actions:
- Disable/Enable (preferred)
- Archive/Unarchive (hide from main list)
- Delete (with confirm dialog)
- Optional: filters/tabs for Active / Disabled / Archived.
Notes:
- This is UI-side management; exact persistence/backing store can be discussed.
Assessmentadvisory
feature● easy90% confidence
Pure frontend management feature following an established session sidebar pattern without new backend persistence complexity.
Likely files
- static/js/sidebar/skills.js
- static/js/components/skill_menu.js
- static/css/sidebar.css
- static/js/app.js
- api/routes/skills.py
Create the request