Skills
What are Skills?
Skills are structured knowledge files that give AI coding agents context about a library, framework, or codebase. Unlike MCP servers that provide real-time tool access, skills are loaded directly into the agent's context so it can reference them throughout the conversation.
Bitrix24 UI provides a skill that teaches AI agents how to build interfaces with the library, covering installation, theming, components, composables, forms, overlays, and layouts.
Usage Skill
The usage skill gives AI agents comprehensive knowledge about building with Bitrix24 UI v4. It covers:
- Installation for Nuxt, Vue, Laravel, and AdonisJS
- Theming and branding with semantic colors and CSS variables
- All 125+ components with props and usage patterns
- Composables (
useDevice,useToast,useOverlay,defineShortcuts,useConfetti,useSpeechRecognition) - Form validation with Standard Schema
- Layout composition (Dashboard)
- Official starter templates
The skill includes additional references that the AI agent loads on demand based on the task, keeping responses focused and context-efficient.
/b24-ui-nuxt in your agent's chat.Skills CLI
The skills CLI is the easiest way to install the Bitrix24 UI skill. It supports 35+ agents including Cursor, Claude Code, Codex, Windsurf, Cline, and more.
npx skills add bitrix24/b24ui
You can target specific agents with the --agent flag:
npx skills add bitrix24/b24ui --agent cursor
npx skills add bitrix24/b24ui --agent claude-code
Or install globally so the skill is available across all your projects:
npx skills add bitrix24/b24ui --global
Cursor
Quick Install
Click the button below to install the Bitrix24 UI skill directly in Cursor:
Manual Setup
- Open Cursor and go to "Settings" > "Skills"
- Click "Add skill" and enter the following URL:
https://github.com/bitrix24/b24ui/tree/main/skills/b24-ui-nuxt
Claude Code
Add the skill using the CLI command:
claude skill add https://github.com/bitrix24/b24ui/tree/main/skills/b24-ui-nuxt
Other AI Tools
The skill files are publicly available on GitHub. You can reference them directly in any AI tool that supports custom context or instructions:
- Skill entry point:
skills/b24-ui-nuxt/SKILL.md - Full skill directory:
skills/b24-ui-nuxt/