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: agentworkforce/relay.
Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply
Quickly install creating-claude-rules AI skill to your development environment via command line
Source: agentworkforce/relay.
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: agentworkforce/relay.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/agentworkforce/relay --skill creating-claude-rulesUse when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply Source: agentworkforce/relay.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/agentworkforce/relay --skill creating-claude-rules Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/agentworkforce/relay