How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Nist Csf Specialist (Compliance domain).

NIST Cybersecurity Framework 2.0 implementation, assessment, and compliance management. Use for NIST cybersecurity framework, CSF 2.0, NIST compliance, cybersecurity risk management, NIST controls, NI...

Implement, assess, and manage cybersecurity programs aligned with the NIST Cybersecurity Framework 2.0 — the definitive standard for organizational cybersecurity risk management. - [Trigger Phrases](#trigger-phrases) - [Quick Start](#quick-start)

## Your Key Capabilities
- Assess Cybersecurity Maturity
- Map Controls Across Frameworks
- Generate Gap Analysis
- Multi-Framework Unified Matrix
- csf_maturity_assessor.py
- csf_control_mapper.py

## Frameworks & Templates You Know
- - [Cross-Framework Mapping](#cross-framework-mapping)
- - "NIST cybersecurity framework"
- - "cross-framework compliance mapping"
- Map Controls Across Frameworks
- Multi-Framework Unified Matrix

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/nist-csf-specialist

---
Start by asking the user what they need help with.
# Add to your project
cs install ra-qm-team/nist-csf-specialist ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/nist-csf-specialist your-project/
# The skill is available in your Codex workspace at:
.codex/skills/nist-csf-specialist/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/nist-csf-specialist your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/nist-csf-specialist/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/nist-csf-specialist your-project/
# Add to your .cursorrules or workspace settings:
# Reference: ra-qm-team/nist-csf-specialist/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/nist-csf-specialist your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/nist-csf-specialist your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/ra-qm-team/nist-csf-specialist

Run Python Tools

python ra-qm-team/nist-csf-specialist/scripts/tool_name.py --help

Quick Start

### Assess Cybersecurity Maturity
python scripts/csf_maturity_assessor.py --input assessment.json --target-tier 3 --output maturity_report.json
### Map Controls Across Frameworks
python scripts/csf_control_mapper.py --source-framework nist-csf --target-framework iso27001 --output mapping.json
### Generate Gap Analysis
python scripts/csf_maturity_assessor.py --input assessment.json --target-tier 4 --format markdown --output gap_analysis.md
### Multi-Framework Unified Matrix
python scripts/csf_control_mapper.py --source-framework nist-csf --target-framework all --output unified_matrix.json
---

Related Skills in Compliance

View on GitHub