You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALLATION.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Installation Guide — GRC Skills for Claude Code
2
2
3
-
This guide covers how to install the GRC Skills marketplace in [Claude Code](https://claude.ai/claude-code), the AI-powered CLI for developers. The marketplace provides seven compliance skills as Claude Code plugins — each one extends Claude Code with deep, framework-specific expertise for ISO 27001, SOC 2, FedRAMP, GDPR, HIPAA, NIST CSF, and PCI DSS.
3
+
This guide covers how to install the GRC Skills marketplace in [Claude Code](https://claude.ai/claude-code), the AI-powered CLI for developers. The marketplace provides eight compliance skills as Claude Code plugins — each one extends Claude Code with deep, framework-specific expertise for ISO 27001, SOC 2, FedRAMP, GDPR, HIPAA, NIST CSF, PCI DSS, and TSA Cybersecurity.
4
4
5
5
---
6
6
@@ -68,16 +68,20 @@ Once the marketplace is registered, install only the frameworks you need.
68
68
/plugin install pci-compliance@grc-skills
69
69
```
70
70
71
+
```shell
72
+
/plugin install tsa-compliance@grc-skills
73
+
```
74
+
71
75
Each plugin is installed to a local cache (`~/.claude/plugins/cache`) and activates immediately in new Claude Code sessions.
72
76
73
77
---
74
78
75
-
## 3. Install All Seven at Once
79
+
## 3. Install All Eight at Once
76
80
77
81
To install the full GRC suite in a single command:
@@ -105,12 +109,13 @@ Add the following to your project's `.claude/settings.json`:
105
109
"gdpr-compliance@grc-skills": true,
106
110
"hipaa-compliance@grc-skills": true,
107
111
"nist-csf@grc-skills": true,
108
-
"pci-compliance@grc-skills": true
112
+
"pci-compliance@grc-skills": true,
113
+
"tsa-compliance@grc-skills": true
109
114
}
110
115
}
111
116
```
112
117
113
-
Commit this file to your repository. The next time a team member trusts the project folder in Claude Code, the marketplace and plugins will be registered automatically. Only enable the skills your team actually needs — you don't have to include all seven.
118
+
Commit this file to your repository. The next time a team member trusts the project folder in Claude Code, the marketplace and plugins will be registered automatically. Only enable the skills your team actually needs — you don't have to include all eight.
114
119
115
120
---
116
121
@@ -157,6 +162,7 @@ To remove the marketplace entirely:
Copy file name to clipboardExpand all lines: README.md
+34-3Lines changed: 34 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Claude Skills for Governance, Risk & Compliance (GRC)
2
-
Expert-level compliance guidance for ISO 27001, SOC 2, FedRAMP, GDPR, HIPAA, NIST CSF, and PCI DSS — powered by Claude Skills.
2
+
Expert-level compliance guidance for ISO 27001, SOC 2, FedRAMP, GDPR, HIPAA, NIST CSF, PCI DSS, and TSA Cybersecurity — powered by Claude Skills.
3
3
4
4
Benchmarked across 10 test cases (2 per framework) using eval framework — each graded against 7 verifiable assertions by independent agents. Skills scored **99% ± 4%** vs a baseline of 93% ± 7%.
[](https://claude.ai)
10
10
11
11
---
@@ -22,6 +22,7 @@ Benchmarked across 10 test cases (2 per framework) using eval framework — each
22
22
-[HIPAA](#-hipaa)
23
23
-[NIST CSF](#-nist-csf)
24
24
-[PCI DSS](#-pci-dss)
25
+
-[TSA Cybersecurity](#-tsa-cybersecurity)
25
26
-[Potential Use Cases](#potential-use-cases)
26
27
-[How to Install a Skill](#how-to-install-a-skill)
27
28
-[Install via Claude Code Marketplace](#install-via-claude-code-marketplace)
@@ -193,6 +194,27 @@ The PCI DSS skill turns Claude into an expert PCI DSS compliance advisor coverin
193
194
194
195
---
195
196
197
+
### 🚨 TSA Cybersecurity
198
+
199
+
**File:**`TSA Compliance - Claude Skill/TSA-Compliance.skill`
200
+
201
+
The TSA Cybersecurity skill turns Claude into an expert TSA cybersecurity directive advisor for **critical transportation infrastructure**. It covers all current TSA Security Directive series — **SD Pipeline-2021-01G**, **SD Pipeline-2021-02F**, **SD 1580-21-01E** (freight rail), and **SD 1582-21-01E** (transit/passenger rail) — plus the **November 2024 NPRM** proposing to formalise these directives as permanent federal regulations.
202
+
203
+
> **Note on SSI:** TSA Security Directives are classified as **Sensitive Security Information (SSI)** under 49 CFR Part 1520. This skill is built from publicly available summaries, Federal Register notices, and DHS/CISA publications — not the classified full directive text. Covered entities receive the actual directive directly from TSA.
204
+
205
+
**What it does:**
206
+
-**Determines applicability** — which directive series applies to your organisation (pipeline, freight rail, transit, or bus) and what that means for your compliance obligations
207
+
- Runs structured **gap assessments** across the four technical domains: IT/OT network segmentation, access controls (MFA), continuous monitoring, and patch management
208
+
-**Drafts Cyber Risk Management Program (CRMP) documents**: Cybersecurity Implementation Plan (CIP/COIP), Incident Response Plan (IRP), Architecture Design Review (ADR), and Cybersecurity Assessment Plan (CAP)
209
+
- Guides **OT/ICS-specific implementation** — data diodes, jump servers for legacy HMIs, passive monitoring tools (Claroty, Dragos, Nozomi), OT patch lifecycle with vendor coordination
210
+
- Explains **24-hour CISA incident reporting** obligations: what qualifies, how to report, sample initial report language, and CIRCIA overlap
211
+
- Advises on **annual IRP testing** — two objectives minimum, test scenarios, documentation requirements, and after-action review process
212
+
- Explains the **2024 NPRM** impact: NIST CSF 2.0 alignment, CISA CPG baseline, proposed COIP structure, and what changes when the rule is finalised
Teams can pre-wire the marketplace in `.claude/settings.json` so every developer gets the skills automatically when they open the project — no manual install required.
0 commit comments