Conversation
advertise: false
5389210 to
90f899f
Compare
90f899f to
139bb81
Compare
139bb81 to
b7b83a4
Compare
b7b83a4 to
613c32e
Compare
Add support for skills that should not be advertised in the tool description but remain invocable via /skill-name or agent_skill_read. Changes: - Add `advertise` field to AgentSkillFrontmatterSchema and AgentSkillDescriptorSchema - Filter skills with `advertise: false` from tool description in agent_skill_read.ts - Add EyeOff icon indicator in SkillIndicator for unadvertised skills - Add deep-review skill as project skill (.mux/skills/deep-review/SKILL.md) - Add full-app story for SkillIndicator with unadvertised skills - Document the feature in docs/agents/agent-skills.mdx - Add docs generator support for deep-review skill content sync
a964563 to
df2b60a
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.
Summary
Add support for unadvertised skills via
advertise: falsein skill frontmatter.Unadvertised skills:
/{skill-name}slash command oragent_skill_read({ name: "skill-name" })/slash suggestions)Changes
Schema & filtering
advertise: z.boolean().optional()toAgentSkillFrontmatterSchemaandAgentSkillDescriptorSchemaadvertise: falsefrom the tool description inagent_skill_read.tsUI
SkillIndicatorfor unadvertised skillsSkillIndicator_UnadvertisedSkills) inApp.agentSkills.stories.tsxExample skill
deep-reviewas a project skill (.mux/skills/deep-review/SKILL.md)/deep-reviewfor thorough, parallelized reviewsDocumentation
advertisefield indocs/agents/agent-skills.mdxdeep-reviewskill content syncTest plan
make static-checkpassesbun test --grep skill)/deep-reviewslash command loads the skill and provides review guidanceSkillIndicator_UnadvertisedSkillsshows EyeOff icons for unadvertised skills