Set up Heaptrace Skills in your development environment. Works with Claude Code and Cursor — same skill files, same format.
Clone the repo, copy the skills, and start using them. That's it.
Configure Claude Code to use Heaptrace Skills through your project's skills directory or your personal home directory.
Clone the Heaptrace Skills repo to your local machine. This gives you all 66 skills across 8 packs.
Place the skill folders in your project's .claude/skills/ directory for project-level access, or in ~/.claude/skills/ for global access across all projects.
Add references in your project's .claude/CLAUDE.md file so skills are documented and easy to discover for your team.
Reference a skill by name in chat: "Follow the feature-plan skill to plan this feature". If configured as slash commands, use /skill-name to invoke directly.
skills/ directory so you can invoke them with a single /command. Each skill's frontmatter already includes the name and description fields Claude Code needs.
Configure Cursor to use Heaptrace Skills as coding rules for your project.
Clone the Heaptrace Skills repo and place the skill folders in your project directory.
Copy the skill folders into .cursor/skills/ in your project root, or place them anywhere accessible.
Navigate to Settings → Features → Rules. This is where you define project-level instructions that Cursor follows during every coding session.
You can either add rules that reference the skill folder path, or paste skill content directly into your .cursorrules file.
When working in Cursor, reference the skill directly: "Follow the feature-plan skill to plan this feature" or "Use the code-review skill to review these changes."
.cursorrules file so they are always available without referencing a file path.
Skills are organized by pack. Each skill lives in its own folder with a single SKILL.md file.
A side-by-side view of how skills work in each environment.
| Feature | Cursor | Claude Code |
|---|---|---|
| Where skills live | .cursorrules or project folder |
CLAUDE.md or skills/ folder |
| How to reference | Paste in rules or @file | /skill-name or paste in chat |
| Auto-trigger | Via .cursorrules |
Via skill frontmatter |
| Best for | In-editor coding | Terminal-based workflows |
| Project-wide rules | .cursorrules in project root |
.claude/CLAUDE.md in project |
| Global rules | Settings → Rules | ~/.claude/CLAUDE.md |
Practical advice for keeping your skills effective and up to date.
.claude/skills/ or .cursor/skills/ to your .gitignore. Alternatively, commit them so the whole team benefits.git pull in your cloned repo and re-copy updated skill folders.