Help us improve
Share bugs, ideas, or general feedback.
From cnspec-skills
Navigates cnspec policy/framework bundles with graph commands—search, trace relationships, and view context for checks, frameworks, and controls.
npx claudepluginhub mondoohq/cnspecHow this skill is triggered — by the user, by Claude, or both
Slash command
/cnspec-skills:policy-graphThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Navigate and understand cnspec policy bundles (`.mql.yaml` files) using structured graph commands.
Provides senior GRC analyst expertise across 15 frameworks including NIST 800-53, FedRAMP, FISMA, CMMC, SOC 2, ISO 27001. Supports control lookups, cross-mapping, document review, audit prep, compliance workflows.
Manages policy documents through full lifecycle: drafts from templates, analyzes gaps against frameworks, tracks versions, schedules reviews, and handles approvals.
Maps security controls across frameworks like ISO 27001, SOC 2, NIST CSF, CIS Controls, NIST 800-53, COBIT. Generates matrices, gap analyses, unified sets, evidence maps, and implementation roadmaps for compliance.
Share bugs, ideas, or general feedback.
Navigate and understand cnspec policy bundles (.mql.yaml files) using structured graph commands.
.mql.yaml files)cnspec scan)cnspec policy lint)| Command | Purpose |
|---|---|
cnspec policy graph search <query> <path> | Find nodes by name, title, or UID |
cnspec policy graph callers <uid> <path> | What references this node (inbound edges) |
cnspec policy graph callees <uid> <path> | What this node contains/references (outbound edges) |
cnspec policy graph context <uid> <path> [--depth N] | LLM-friendly context with YAML snippets |
cnspec policy graph paths <from> <to> <path> | Find paths between two nodes |
cnspec policy graph reachable <uid> <path> | All nodes transitively reachable |
cnspec policy graph export <path> [--format json|dot] | Export full graph |
All commands support --json for structured output. Search also supports --kind, --tag, --impact, and --limit.
mondoo-linux-security)