Skip to main content
Generalhashgraph-online

policy-list

List all active governance policies with categories, patterns, and severity levels

Stars
336
Source
hashgraph-online/awesome-codex-plugins
Updated
2026-05-27
Slug
hashgraph-online--awesome-codex-plugins--policy-list
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/HEAD/plugins/getaxonflow/axonflow-codex-plugin/skills/policy-list/SKILL.md -o .claude/skills/policy-list.md

Drops the SKILL.md into .claude/skills/policy-list.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Call the list_policies MCP tool. Optionally filter by:

  • category: policy category (e.g., security-dangerous, pii-us)
  • severity: minimum severity (critical, high, medium, low)

Present the policies grouped by category with name, severity, and what they protect against.