·creating-claude-rules
</>

creating-claude-rules

pr-pm/prpm

Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply

3Installs·1Trend·@pr-pm

Installation

$npx skills add https://github.com/pr-pm/prpm --skill creating-claude-rules

SKILL.md

Rules in .claude/rules/ are modular instructions scoped to specific files via glob patterns. They load automatically with same priority as CLAUDE.md.

| Path patterns | paths | globs | | Always apply | Omit paths | alwaysApply: true | | Description | Not documented | description |

| /.ts | All .ts files anywhere | | src// | Everything under src/ | | .md | Markdown in root only | | /.{ts,tsx} | .ts and .tsx files | | {src,lib}//.ts | .ts in src/ or lib/ |

Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply Source: pr-pm/prpm.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pr-pm/prpm --skill creating-claude-rules
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is creating-claude-rules?

Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply Source: pr-pm/prpm.

How do I install creating-claude-rules?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pr-pm/prpm --skill creating-claude-rules Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pr-pm/prpm