Pulse

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

SkillDescription
pulse-frameworkCore Pulse framework patterns and APIs
pulse-mantineMantine 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.md

Or 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.md

Cursor

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.md

Other 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.yml under read
  • Continue: Add to .continuerc.json context

Full Instructions

See the skills README for complete installation instructions and how to create custom skills.

On this page