Skip to main content

Claude Code

Claude Code has first-class support for both pieces you need: skills and MCP servers.

1. Install the Bryntum skill

git clone https://github.com/bryntum/bryntum-skills.git
cp -r bryntum-skills/bryntum ~/.claude/skills/

Claude Code discovers skills in ~/.claude/skills/ automatically and loads the Bryntum skill whenever it detects Bryntum work — you don't need to mention it.

To scope the skill to a single project instead of globally, copy it into that repo's .claude/skills/ directory.

2. Connect the MCP server

claude mcp add --transport http bryntum https://mcp.bryntum.com

Verify it's connected:

claude mcp list

You should see bryntum listed. The agent now has a search_bryntum_docs tool.

3. Optional: project-level rules

For repo-specific conventions, add an AGENTS.md or CLAUDE.md at the project root. Keep it short — the skill already covers Bryntum rules. Use this file for things like "we use the stockholm-dark theme" or "our backend is in server/".

4. First run

claude

Then prompt it — see example prompts. A good first prompt:

Add a Bryntum Grid to this app using the trial package at 7.2.0. Look up the current column config with the Bryntum MCP server first.

Checklist

  • ~/.claude/skills/bryntum/SKILL.md exists
  • claude mcp list shows bryntum
  • Project rules file added if you have repo-specific conventions