Claude-skill-registry control-mapping
Maps NIST controls to FedRAMP requirements and documents. Use when helping with control implementation, compliance mapping, security baseline alignment, or understanding control requirements.
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/control-mapping" ~/.claude/skills/majiayu000-claude-skill-registry-control-mapping && rm -rf "$T"
manifest:
skills/data/control-mapping/SKILL.mdsource content
When mapping controls:
- Cross-reference NIST SP 800-53 control definitions with FedRAMP MAS/ADS/VDR documents
- Identify baseline control families (AC, AU, CA, CM, CP, IA, IR, MA, MP, PE, PL, PM, PS, RA, SA, SC, SI, SR)
- Show control-to-document guidance relationships
- Flag any control gaps or special FedRAMP-specific considerations
- Provide implementation examples from FedRAMP guidance
- Include control enhancements where applicable
Use the fedramp-docs MCP server tools:
to get control mappings filtered by family or control IDlist_controls
to find control references in guidance docsgrep_controls_in_markdown
to find implementation guidancesearch_markdown
for change-related controlsget_significant_change_guidance