From fedramp-ssp
Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
How this command is triggered — by the user, by Claude, or both
Slash command
/fedramp-ssp:setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /fedramp-ssp:setup Prepares the SSP DOCX→OSCAL pipeline. Clones `ethanolivertroy/frdocx-to-froscal-ssp`, installs its Python requirements into a dedicated virtualenv, and records the install path. ## How to run ## What it does 1. Detect Python ≥ 3.10. `--python=/opt/homebrew/bin/python3.12` overrides. 2. Clone/update `ethanolivertroy/frdocx-to-froscal-ssp` into `~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp`. 3. Create a virtualenv at `<tool-dir>/.venv` and `pip install -r requirements.txt` (primarily `python-docx`). 4. Verify that the entry-point script runs (`python cli.py...
Prepares the SSP DOCX→OSCAL pipeline. Clones ethanolivertroy/frdocx-to-froscal-ssp, installs its Python requirements into a dedicated virtualenv, and records the install path.
bash plugins/fedramp-ssp/scripts/setup.sh [--python=<python3-executable>]
Detect Python ≥ 3.10. --python=/opt/homebrew/bin/python3.12 overrides.
Clone/update ethanolivertroy/frdocx-to-froscal-ssp into ~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp.
Create a virtualenv at <tool-dir>/.venv and pip install -r requirements.txt (primarily python-docx).
Verify that the entry-point script runs (python cli.py --help or equivalent).
Warn (not fail) if Java 17 isn't available — it's only needed for optional oscal-cli validation inside the pipeline; the /oscal:validate command from this toolkit can fill that role.
Write config:
version: 1
source: fedramp-ssp
source_version: "0.1.0"
python: "/opt/homebrew/bin/python3.12"
venv: "~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp/.venv"
tool_dir: "~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp"
oscal_version: "1.2.0"
fedramp-ssp:setup ✓
python: /opt/homebrew/bin/python3.12 (3.12.5)
tool dir: ~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp
venv: ready (python-docx installed)
java: OpenJDK 17.0.11 (optional, available)
config: ~/.config/claude-grc/connectors/fedramp-ssp.yaml
Next:
/fedramp-ssp:convert --ssp-docx=<path> --appendix-a-docx=<path>
--python=<path>./oscal:validate downstream instead of the tool's bundled validation step./setupInitializes or resumes Conductor project setup by creating foundational documentation (product definition, tech stack, workflow, style guides) through interactive Q&A.
/setupChecks whether the local Codex CLI is ready and optionally toggles the stop-time review gate. If Codex is not installed, prompts the user to install it via npm.
/setupGuides enterprise admin through provisioning a cloud backend (Vertex/Bedrock/Foundry/gateway) for the Claude Office add-in, handles admin consent, and generates a deployable manifest.xml.
/setupDetects ghost installations of the claude-hud plugin by checking cache and registry state, and offers cleanup of orphaned files.
/setupInteractive setup wizard that detects installed AI providers, configures auth, and optimizes token usage for the Octopus ecosystem. Runs on first install or manual invocation.
10plugins reuse this command
First indexed Apr 26, 2026
Showing the 6 earliest of 10 plugins
npx claudepluginhub shipstuff/claude-grc-engineering --plugin fedramp-ssp