List Rules

Display Company Rule Ledger rules from a local cache with filtering.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill list-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: List Rules
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/list-rules
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill list-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dump all rules from the Company Rule Ledger for quick review. Reads from local cache (no auth needed). Works from ANY workspace.

Core Features & Use Cases

  • Local Cache First: Reads the rules cache for fast access with no credentials required.
  • Programmatic Access via MCP: Use the MCP tool to filter by domain, severity, or autonomy_level.
  • Cache Rebuild & Freshness: Falls back to a rebuild when the cache is missing or stale and then displays updated results.

Quick Start

Run the list_rules() command to display all rules from the local cache.

Frequently Asked Questions about List Rules

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

FAQPage Schema
How do I list all rules from the Company Rule Ledger?

To list all rules from the Company Rule Ledger, run the list_rules() command. It instantly displays rules by reading from the local cache at ~/scceo-1/rules_ledger/rules_cache.json without requiring authentication.

Can I filter rules by domain, severity, or autonomy level?

Yes, you can filter rules by domain, severity, and autonomy_level. The Skill uses MCP-based queries to apply these programmatic filters and return targeted rule subsets from the ledger.

Do I need authentication credentials to access the rules cache?

No, you do not need authentication credentials to access the rules cache. The Skill reads directly from the local cache at ~/scceo-1/rules_ledger/rules_cache.json, ensuring fast access from any workspace.

What happens if my rules cache is missing or outdated?

If the rules cache is missing or outdated, the Skill automatically falls back to rebuild the cache via distribute_rules.py. It then displays the updated results without requiring manual intervention.

Why does my rule ledger query fail to return results?

A rule ledger query fails if the local cache at ~/scceo-1/rules_ledger/rules_cache.json is inaccessible. The system attempts to rebuild the cache via distribute_rules.py before falling back to MCP-based queries.