feat(skills): origin badges, filter, source path, toolbar redesign#245
Merged
outsourc-e merged 4 commits intooutsourc-e:mainfrom May 3, 2026
Merged
Conversation
…n API - Cross-reference .bundled_manifest + SKILL.md frontmatter to classify each installed skill as built-in, agent-created, or marketplace - Populate sourcePath with resolved local path (~/.hermes/skills/<cat>/<id>) for installed skills (was previously empty) - Add category alias map: gateway returns lowercase dir names (research, productivity); map these to display labels for filter compatibility Worked with Interstellar Code
- Add origin badge on each skill card (Built-in / Agent-created / Marketplace) alongside existing Installed badge - Add origin badge in skill detail dialog beside Source path field - Add origin filter dropdown in Installed tab to filter by origin - Fix card layout: skill icon now inline with name, author line hidden when empty - Fix security popup transparency: stacking-context conflict with neighboring cards resolved via inline background var + z-index promotion on card hover Worked with Interstellar Code
- MCP page toolbar: move Installed/Marketplace tabs to right side, matching the Skills page toolbar layout for consistency - Tooltip: translucent themed background with backdrop-blur for frosted-glass appearance (affects chat sidebar icons, security popups, and all tooltip usages globally) Worked with Interstellar Code
Bumps `--chat-content-max-width` from 900px to 1125px so the
default ('comfortable') chat column is roomier without forcing
users to switch to the 'wide' or 'full' settings.
Worked with Interstellar Code
6807091 to
06a097a
Compare
5 tasks
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.
Summary
Enhances the Skills Browser page with several UX and detection improvements.
Changes
Skills page (
/skills).bundled_manifestcross-reference + SKILL.md frontmatter author~/.hermes/skills/<category>/<id>); previously emptyresearch,productivity); workspace now maps these to display labels (Search & Research,Productivity) so the category filter actually worksvar(--color-primary-50)background + card hover z-index promotionMCP page (
/mcp)Global
Test plan
/skills, confirm origin badges render correctly per skill/mcptoolbar — Installed/Marketplace tabs on the right side, matching SkillsWorked with Interstellar Code