feat: add Claude Code plugin for InstUI docs lookup#2633
Open
balzss wants to merge 2 commits into
Open
Conversation
Add an "instui" Claude Code plugin, distributed via a marketplace manifest at the repo root, that ships an "instui-docs" skill. The skill teaches Claude to answer InstUI questions from the plaintext docs on instructure.design (llms.txt index + per-page markdown) instead of guessing component APIs from memory. Consumers install it with `/plugin marketplace add instructure/instructure-ui` and `/plugin install instui@instructure-ui`. Reference the plugin from the Getting Started guide's "Using InstUI with AI coding agents" section. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Visual regression report✅ No changes.
Baselines come from the |
matyasf
requested changes
Jul 10, 2026
Contributor
Author
|
yeah, |
Recommend the @instructure/ui metapackage for greenfield projects and drop the misleading claim that the online docs are only better for prose — the markdowns intentionally contain props tables, examples, and guidelines. Keep the version-pinning caveat about node_modules types. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
matyasf
approved these changes
Jul 21, 2026
matyasf
left a comment
Collaborator
There was a problem hiding this comment.
Looks good. I have not tested how it will perform on an older version, we are not giving it any guidance
joyenjoyer
approved these changes
Jul 22, 2026
joyenjoyer
left a comment
Contributor
There was a problem hiding this comment.
Great, it worked well for me; for questions that their answer that cannot be found on the docs site it looked into the npm package metadata and gave a correct answer.
Contributor
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
instuiClaude Code plugin (marketplace manifest at repo root +plugins/instui/) shipping aninstui-docsskill that answers InstUI questions from instructure.design's plaintext docs (llms.txtindex + per-page markdown) instead of guessing APIs.Test Plan
/plugin marketplace add instructure/instructure-uiresolves from the default branch, so the plugin isn't installable that way yet — install it locally to test (check out this branch, then/plugin marketplace add <local path>).npm create vite@latest) that consumes@instructure/ui, install the plugin from Claude Code with/plugin marketplace add instructure/instructure-uithen/plugin install instui@instructure-ui, and confirm asking an InstUI question (e.g. "which props does Modal take?") fetches the docs and answers with citations.Fixes INSTUI-5093
🤖 Generated with Claude Code