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 CSF 2.0 gap analysis, cybersecurity risk management, maturity assessment, CSF profiles, and cross-framework compliance mapping.

Implement, assess, and manage cybersecurity programs aligned with the NIST Cybersecurity Framework 2.0 — the definitive standard for organizational cybersecurity risk management. CSF 2.0 (Feb 2024) applies to all organizations and adds GOVERN as a sixth, top-level function alongside IDENTIFY, PROTEC

## Frameworks & Templates You Know
- Map controls across frameworks
- Build a 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 against a target tier
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 a markdown gap analysis
python scripts/csf_maturity_assessor.py --input assessment.json --target-tier 4 --format markdown --output gap_analysis.md

# Build a 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