rule-create

Create and audit Claude rules in .claude/rules/ with templates and frontmatter.

58|10|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill rule-create-alexander-m-dickerson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rule-create
Source: https://github.com/Alexander-M-Dickerson/ai-asset-pricing/tree/main/.claude/skills/rule-create
Command: npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill rule-create-alexander-m-dickerson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a simple, consistent workflow to generate and audit Claude rules, improving governance over the .claude/rules/ directory.

Core Features & Use Cases

  • Rule Creator & Auditor supports two modes: Create mode and Audit mode.
  • Phase-based workflow: Gather Context, Draft, Write, Verify for new rules.
  • Audit mode reads existing rules to assess quality, duplication, and coverage.
  • Scans .claude/rules/ and CLAUDE.md to prevent duplication and overlap.
  • Provides templates and frontmatter guidance to standardize rule files.

Quick Start

Ask Claude to run /rule-create to begin creating a new rule or audit an existing one.

Frequently Asked Questions about rule-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Claude rules with proper frontmatter and markdown structure?

To create Claude rules, this Skill automates a phase-based workflow to gather context, draft templates, and write standardized rule files with proper frontmatter and actionable guidance in your .claude/rules/ directory.

How do I audit existing Claude rules for quality and duplication?

You can audit existing Claude rules by switching to Audit mode, which reads your current rule files to assess frontmatter quality, identify duplication, and check coverage gaps against CLAUDE.md.

What is the best way to prevent overlapping rules in the .claude/rules/ directory?

The best way to prevent overlapping rules is to scan CLAUDE.md and existing rules before drafting new ones, ensuring new policies reference existing guidance and avoid duplication.

Do I need a specific directory structure to manage Claude rules?

You need a .claude/rules/ directory to store rule files and a CLAUDE.md file for primary guidance. The Skill scans these locations to prevent duplication and ensure consistent policy enforcement.

What steps are involved in generating a new Claude rule file?

Generating a new Claude rule involves four phases: Gather Context, Draft, Write, and Verify. This workflow ensures standardized frontmatter, actionable guidance, and no duplication with existing rules.