manage-rules

Inspect, audit, and toggle project live-rules for Claude Code workspaces.

15|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill manage-rules-eigenwise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-rules
Source: https://github.com/Eigenwise/eigenwise-toolshed/tree/main/plugins/live-rules/skills/manage-rules
Command: npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill manage-rules-eigenwise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you inspect, audit, and switch project live-rules without rewriting rule content, so you can quickly understand what Claude will do and keep rule state under control.

Core Features & Use Cases

  • Rule inventory: List every live rule with its scope, trigger, priority, and enabled state.
  • Rule audit: Catch broken frontmatter, bad globs, missing includes, stray fences, and conflicting or oversized rules.
  • Rule toggling: Enable or disable a specific rule by changing only its frontmatter state.
  • Activation analysis: Explain which rules fire for a prompt or edit and why.
  • Use case: A teammate asks why a rule keeps applying, and you use this Skill to trace the active injection path and identify the exact rule section responsible.

Quick Start

Ask me to inspect the project’s live-rules, summarize which rules are active, and report any problems or conflicts.

Frequently Asked Questions about manage-rules

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

FAQPage Schema
How do I list active Claude Code rules and their enabled states?

To list active Claude Code rules, inspect the project's live-rules manifest to inventory every rule with its scope, trigger, priority, and enabled state, giving you a complete view of what will fire.

How do I enable or disable a specific Claude Code live rule?

To enable or disable a Claude Code live rule, toggle only its frontmatter state without rewriting the rule content, preserving atomic storage behavior while changing whether the rule applies.

Why does a Claude Code rule keep applying to my prompts?

A Claude Code rule keeps applying because of its injection path; trace the active rule's scope and triggers to identify the exact rule section responsible for firing on your prompts or edits.

How do I audit Claude Code rule files for broken frontmatter or bad globs?

To audit Claude Code rule files, validate the SKILL frontmatter and live-rules manifests to catch broken frontmatter, bad globs, missing includes, stray fences, and conflicting or oversized rules.

Can I check which rules fire for a specific Claude Code edit without modifying them?

Yes, you can check which rules fire for a specific Claude Code edit by running an activation analysis that explains the active injection path and why rules trigger, all without modifying the files.