Cursor uses MDC-format rule files in `.cursor/rules/`.
- Download the
[carbon-builder skill](/developing/carbon-mcp/files/carbon-builder.zip) and
unzip it.
- Create the rules directory:
```bash
mkdir -p .cursor/rules
```
- Create `.cursor/rules/carbon-builder.mdc`:
```markdown
---
description:
Carbon Design System expert — activate for Carbon components, Charts, IBM
Products, AI Chat, and icons
alwaysApply: false
---
[paste the body of SKILL.md here — everything below the closing --- of the
frontmatter] [paste any reference file content from the references/ directory
you want included]
```
Cursor does not auto-load the references/ directory. Inline the
content of any reference files you need directly into the MDC file, or
create additional .mdc rule files with{' '}
alwaysApply: false.
Ensure carbon-mcp is configured as an MCP server in Cursor's settings.