Plugin Claude Code
Claude Code plugins for working with Instructure UI (InstUI).
Plugin Claude Code
Claude Code plugins for working with Instructure UI (InstUI).
Command Claude Code
Create a commit following InstUI conventions.
Command Claude Code
Take a triaged bug or feature request through to a verified change on a branch, ready for /commit and /pr — using this session's investigation plus the Jira ticket.
Command Claude Code
Create a pull request following InstUI conventions.
Command Claude Code
One-time setup for the Slack bot token used by /slack-triage — create/scope the Slack app, store the credentials, and verify they work.
Command Claude Code
Triage a Slack thread from the internal bug/feature/question channel — assess it, check the code, draft an answer, and propose a Jira ticket if warranted.
Command Claude Code
Create a Jira ticket for work that has none — draft from the current session/branch, confirm the fields, then create it in Jira.
Settings file Claude Code
Agent settings declaring 35 allowed tools.
MCP server Claude CodeCodexCursor +2
MCP server "atlassian", hosted remotely at mcp.atlassian.com, as configured in instructure/instructure-ui.
MCP server Claude CodeCodexCursor +2
MCP server "slack" as configured in instructure/instructure-ui. Launched with sh -c set -a; [ -f ./.env ] && . ./.env; set +a; exec npx -y @modelcontextprotoc.
MCP server Claude CodeCodexCursor +2
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
Instructions file
Claude Code instructions for instructure/instructure-ui, covering instructure ui, commands, code conventions, component versioning (v1/v2) and testing gotchas.
Plugin Claude Code
Claude Code tooling for Instructure UI (InstUI) — starting with documentation lookup from instructure.design's plaintext docs.
Skill Claude CodeCodex
Look up authoritative Instructure UI (InstUI, @instructure/ui-) documentation — component APIs, props, theme variables, usage examples, and guides — by querying instructure.design's plaintext docs. Use whenever the user asks how to use an InstUI component, which props/prop types exist, how to theme/style it…