Skills
AI coding assistant skills for Pulse development. These files help AI tools understand Pulse conventions and generate correct code.
Skills are located in the skills/ folder at the repository root.
Available Skills
| Skill | Description |
|---|---|
| pulse-framework | Core Pulse framework patterns and APIs |
| pulse-mantine | Mantine UI components for Pulse |
Installation
Claude Code
Add skills to your CLAUDE.md:
# Skills
Include these skills for Pulse development:
- https://raw.githubusercontent.com/pulsehq/pulse/main/skills/pulse-framework/SKILL.md
- https://raw.githubusercontent.com/pulsehq/pulse/main/skills/pulse-mantine/SKILL.mdOr copy the SKILL.md contents directly into your CLAUDE.md.
Codex CLI
Add to your AGENTS.md or codex.md:
# Skills
Include these skills:
@import https://raw.githubusercontent.com/pulsehq/pulse/main/skills/pulse-framework/SKILL.md
@import https://raw.githubusercontent.com/pulsehq/pulse/main/skills/pulse-mantine/SKILL.mdCursor
Add to .cursorrules:
# Pulse Framework Skills
[Paste contents of pulse-framework/SKILL.md here]
# Pulse Mantine Skills
[Paste contents of pulse-mantine/SKILL.md here]OpenCode
Add to ~/.opencode/agents.md or project-level AGENTS.md:
# Skills
Include these skills for Pulse development:
@import skills/pulse-framework/SKILL.md
@import skills/pulse-mantine/SKILL.mdOther Tools
Most AI coding assistants support context files. Copy the contents of relevant SKILL.md files into your tool's context configuration:
- Windsurf: Add to
.windsurfrules - Aider: Add to
.aider.conf.ymlunderread - Continue: Add to
.continuerc.jsoncontext
Full Instructions
See the skills README for complete installation instructions and how to create custom skills.