feat: add dynamic ai-helpers skill fetching from GitHub#187
Closed
jpuzz0 wants to merge 1 commit intopatternfly:mainfrom
Closed
feat: add dynamic ai-helpers skill fetching from GitHub#187jpuzz0 wants to merge 1 commit intopatternfly:mainfrom
jpuzz0 wants to merge 1 commit intopatternfly:mainfrom
Conversation
4a714d9 to
1040b76
Compare
Add useAiHelpersSkill MCP tool and resource templates that fetch skills from ai-helpers at runtime. Disk cache fallback when GitHub is unreachable. Ref: PF-4034
cf5d2f1 to
d5fc18b
Compare
Member
|
Closing this down @jpuzz0 this work was still being discussed. |
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
useAiHelpersSkillMCP tool — call with no args to list all skills, pass a name to get full skill contentaihelpers://skills/indexresource andaihelpers://skills/{name}resource template for MCP client browsingCompanion PR: patternfly/ai-helpers#72 (adds
dist/skills.jsongeneration + CI auto-update)Ref: PF-4034
How it works
An agent in a Claude Code session asks about skills → the MCP server calls
useAiHelpersSkill→ fetchesdist/skills.jsonfrom GitHub → returns skill content to the agent. The agent then follows the skill instructions. No config, no install — just the MCP connection.Test plan
End-to-end verification requires patternfly/ai-helpers#72 merged first. Once landed: start a Claude Code session with the PF MCP connected, ask "what ai-helpers skills are available?" → agent lists skills via the tool. Ask it to use a specific skill by name → agent retrieves and follows the skill instructions.