---
name: Add New Skill
slug: add-new-skill
category: AI Engineering
description: Add New Skill provides a structured template for creating cybersecurity-focused Claude Code skills aligned with MITRE ATT&CK and NIST CSF. Use it when documenting a new security capability for the agent.
github: "https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/main/.github/ISSUE_TEMPLATE/new-skill.md"
language: Python
stars: 27758
forks: 3369
install: "npx degit https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/main/.github/ISSUE_TEMPLATE ~/.claude/skills/ISSUE_TEMPLATE"
installs_to: ~/.claude/skills/ISSUE_TEMPLATE
source_path: .github/ISSUE_TEMPLATE/new-skill.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/mukul975/Anthropic-Cybersecurity-Skills"
added: 2026-08-14T07:11:52.866Z
last_synced: 2026-08-14T07:11:52.866Z
canonical_url: "https://dirskills.com/skills/add-new-skill"
---

# Add New Skill

Add New Skill provides a structured template for creating cybersecurity-focused Claude Code skills aligned with MITRE ATT&CK and NIST CSF. Use it when documenting a new security capability for the agent.

**Install:**

```bash
npx degit https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/main/.github/ISSUE_TEMPLATE ~/.claude/skills/ISSUE_TEMPLATE
```

## README

## 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? -->
