CL-5790: Skills page K1 shell (toolbar, empty state, create dialog) - #40
Merged
Conversation
The Skills page is no longer a stub — it renders the agents-style chrome (toolbar with search + view toggle), an honest empty state with a primary Create skill action, and a CreateSkillDialog that collects name, body, and description. The dialog never POSTs (no skill registry yet) but collects the values a future registry will expect.
TheGreatAxios
force-pushed
the
cl-5790-skills-k1-shell
branch
from
August 9, 2026 22:30
68c010b to
d3f94a8
Compare
TheGreatAxios
force-pushed
the
cl-5790-skills-k1-shell
branch
from
August 10, 2026 00:21
15068bc to
c17ed77
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The Skills page is no longer a stub. It renders the agents-style chrome: a toolbar (search + view toggle), an honest empty state with a primary Create skill action, and a
CreateSkillDialogthat collects name, description, and body.Why
CL-5790 K1 — the Skills list/detail/create UI shells. The page no longer says "Skills aren't built yet"; it shows the real product chrome with an empty list and a working create dialog (the dialog never POSTs yet — no skill registry in the hub).
Changes
skills-page.tsx— toolbar (search + view toggle), empty state with Create action, listens forworkbench:skills:createwindow eventcreate-skill-dialog.tsx(new) —IntakeForm-based dialog collecting name/description/body with validationCloses CL-5790 (K1 milestone)