Skip to main content
ClaudeWave
Skill15.5k estrellas del repoactualizado 12d ago

Add new skill

This Claude Code skill provides a template structure for contributing new cybersecurity skills to the Anthropic Cybersecurity Skills repository. Use it when adding novel security capabilities by filling in standardized fields including skill name, domain classification, description, relevant MITRE ATT&CK technique mappings, applicable NIST Cybersecurity Framework functions, and the practical security problem the skill addresses for practitioners.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/mukul975/Anthropic-Cybersecurity-Skills /tmp/add-new-skill && cp -r /tmp/add-new-skill/.github/ISSUE_TEMPLATE/new- ~/.claude/skills/add-new-skill
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

new-skill.md

## Skill name (kebab-case)
<!-- e.g., detecting-lateral-movement-in-azure -->

## Domain / Subdomain
<!-- e.g., cybersecurity / threat-hunting -->

## Description
<!-- One sentence describing what this skill does -->

## MITRE ATT&CK techniques
<!-- e.g., T1021.001, T1078.004 -->

## NIST CSF function
<!-- Identify, Protect, Detect, Respond, or Recover -->

## Why is this skill needed?
<!-- What problem does it solve for security practitioners? -->