How this command is triggered — by the user, by Claude, or both
Slash command
/fedramp-20x:sync-docsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Sync FedRAMP Docs Synchronizes the latest FedRAMP 20X machine-readable policies from the official FedRAMP/docs GitHub repository. ## Arguments - `$1` - Sync mode (optional: check, full, force) ## Sync Modes - **check** - Check for updates without downloading - **full** - Download all policy files - **force** - Force re-download even if up-to-date ## Policy Files Synced From https://github.com/FedRAMP/docs: | File | Description | |------|-------------| | FRMR.KSI | Key Security Indicators | | FRMR.VDR | Vulnerability Detection and Response | | FRMR.MAS | Minimum Assessment Scope | ...
Synchronizes the latest FedRAMP 20X machine-readable policies from the official FedRAMP/docs GitHub repository.
$1 - Sync mode (optional: check, full, force)From https://github.com/FedRAMP/docs:
| File | Description |
|---|---|
| FRMR.KSI | Key Security Indicators |
| FRMR.VDR | Vulnerability Detection and Response |
| FRMR.MAS | Minimum Assessment Scope |
| FRMR.PVA | Persistent Validation and Assessment |
| FRMR.ICP | Incident Communications Procedures |
| FRMR.SCN | Significant Change Notifications |
| FRMR.CCM | Collaborative Continuous Monitoring |
| FRMR.ADS | Authorization Data Sharing |
| FRMR.RSC | Recommended Secure Configuration |
| FRMR.UCM | Using Cryptographic Modules |
| FRMR.FSI | FedRAMP Security Inbox |
| FRMR.FRD | FedRAMP Definitions |
/fedramp-20x:sync-docs check
/fedramp-20x:sync-docs full
9plugins reuse this command
First indexed Apr 26, 2026
Showing the 6 earliest of 9 plugins
npx claudepluginhub shipstuff/claude-grc-engineering --plugin fedramp-20x/sync-docsSynchronizes core project meta-documents (prompt_plan.md, spec.md, CLAUDE.md, .claude/rules/) with code changes via git diff analysis. Also scans for scattered untracked files via housekeeping script. Supports --check-only for dry-run.
/sync-docsSynchronizes latest FedRAMP 20X machine-readable policies from official GitHub repo. Supports check, full, force modes. Outputs updated policies list, changelog, new requirements, deprecations.
/sync-docsDetects stale documentation by comparing code changes against existing docs, flagging outdated sections and suggesting updates.