Claude-skill-registry frmr-analysis
Analyzes FedRAMP FRMR documents to extract control mappings, KSI entries, and version changes. Use when the user asks about FedRAMP requirements, control mappings, compliance data, or needs to understand FRMR document content.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/frmr-analysis" ~/.claude/skills/majiayu000-claude-skill-registry-frmr-analysis && rm -rf "$T"
manifest:
skills/data/frmr-analysis/SKILL.mdsource content
When analyzing FRMR documents:
- Identify the document type (KSI, MAS, VDR, SCN, FRD, ADS, CCM, FSI, ICP, PVA, RSC, UCM)
- Extract control mappings between NIST SP 800-53 and FedRAMP requirements
- Identify Key Security Indicators (KSI) when relevant
- Highlight significant changes between document versions
- Map controls to specific compliance requirements
- Provide citations to specific FRMR sections and item IDs
Use the fedramp-docs MCP server tools:
to enumerate available documentslist_frmr_documents
to retrieve full document contentget_frmr_document
to filter KSI requirementslist_ksi
to get control mappingslist_controls
to compare document versionsdiff_frmr