Anthropic Cybersecurity Skills: 754 Structured Skills for AI Agents
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
This repository offers the largest open-source library of 754 structured cybersecurity skills designed for AI agents. It maps these skills across five industry frameworks, including MITRE ATT&CK and NIST CSF 2.0, enabling AI agents to perform expert-level security analysis and operations. The project aims to empower AI with practitioner playbooks to address the global cybersecurity workforce gap.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The Anthropic-Cybersecurity-Skills repository provides an extensive, open-source library of 754 structured cybersecurity skills specifically designed for AI agents. This project equips AI with the practical knowledge of a senior security analyst, covering 26 security domains and mapping to five critical industry frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, MITRE D3FEND, and NIST AI RMF. Built on the agentskills.io open standard, these skills are compatible with over 20 AI platforms, including Claude Code, GitHub Copilot, and Gemini CLI, transforming generic LLMs into capable security professionals.
Installation
Getting started with Anthropic-Cybersecurity-Skills is straightforward, offering both npx and git clone options:
# Option 1: npx (recommended)
npx skills add mukul975/Anthropic-Cybersecurity-Skills
# Option 2: Git clone
git clone https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
cd Anthropic-Cybersecurity-Skills
These skills integrate immediately with agentskills.io-compatible platforms, allowing AI agents to leverage expert-level guidance for security investigations.
Examples
AI agents utilize these skills through a progressive disclosure architecture. Each skill's frontmatter, costing approximately 30 tokens to scan, allows agents to quickly identify relevant skills without exceeding context windows. Once a skill is selected, the full workflow, costing 500-2,000 tokens, is loaded for detailed execution. This enables efficient and targeted responses to complex security prompts.
Consider a user prompt like: "Analyze this memory dump for signs of credential theft."
An agent's internal process would involve:
- Scanning skill frontmatters: The agent scans all 754 skill frontmatters, identifying relevant skills by matching tags, descriptions, and domains.
- Loading top matches: It then loads the top 3 matches, such as
performing-memory-forensics-with-volatility3,hunting-for-credential-dumping-lsass, andanalyzing-windows-event-logs-for-credential-access. - Executing the workflow: The agent executes the structured workflow step-by-step, running Volatility3 plugins, checking LSASS access patterns, and correlating with event log evidence.
- Validating results: Finally, it validates the results using the verification section, confirming Indicators of Compromise (IOCs) and mapping findings to MITRE ATT&CK T1003 (Credential Dumping).
This structured approach ensures AI agents follow the same comprehensive playbook a senior DFIR analyst would use, preventing guesswork and missed critical steps.
Why Use This Project
The cybersecurity workforce gap reached 4.8 million unfilled roles globally in 2024. AI agents offer a powerful solution, but they require structured domain knowledge to be effective. While existing security tool repositories provide scripts or payloads, they lack the structured decision-making workflows that define a senior analyst's approach.
Anthropic-Cybersecurity-Skills fills this gap by providing an AI-native knowledge base built on the agentskills.io standard. Each skill includes YAML frontmatter for rapid discovery, structured Markdown for step-by-step execution, and reference files for deep technical context. This project is not a collection of scripts, but an operational knowledge base encoding real practitioner workflows, ensuring AI agents can perform expert-level security tasks with precision and accuracy. Its unique cross-framework mapping further enhances its value, providing unified coverage across MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, and NIST AI RMF.
Links
- GitHub Repository: https://github.com/mukul975/Anthropic-Cybersecurity-Skills
- agentskills.io Standard: https://agentskills.io
- Casky.ai Playground: https://casky.ai/?utm_source=github&utm_medium=readme&utm_campaign=cohort_launch#waitlist
- GARS-2026 Survey: https://mahipal.engineer/survey?utm_source=github_repo&utm_medium=readme&utm_campaign=gars2026
- License: https://github.com/mukul975/Anthropic-Cybersecurity-Skills/blob/main/LICENSE
Related repositories
Similar repositories that may be relevant next.

text-to-cad: AI Agent Skills for CAD, CAE, and CAM Workflows
September 24, 2026
text-to-cad is a comprehensive Python library developed by earthtojake, providing a rich set of agent skills for Computer-Aided Design (CAD), Computer-Aided Engineering (CAE), and Computer-Aided Manufacturing (CAM). It enables AI agents to generate, inspect, source, slice, and manage CAD and robot-description artifacts, streamlining complex engineering processes.

dcc-mcp-blender: AI-Driven 3D Workflows with an Embedded MCP Server
September 24, 2026
dcc-mcp-blender is a powerful Blender addon that integrates an embedded Streamable HTTP MCP server directly into Blender. This allows any MCP-compatible AI client to seamlessly control and automate your 3D modeling, animation, and rendering workflows. It offers over 200 pre-built tools and an extensible skill system for robust production environments.
Guaardvark: Your Self-Hosted AI Studio for Agents, Media, and Code
September 21, 2026
Guaardvark is a comprehensive, self-hosted AI studio designed for local execution of advanced AI tasks. It integrates coding agents, media generation (video, image, music, voice), and robust RAG capabilities, all running on a single GPU. This platform prioritizes privacy and user control, enabling a full AI workstation experience on your own hardware.

AgentsKit: The Complete JavaScript Toolkit for Building AI Agents
September 20, 2026
AgentsKit is a comprehensive JavaScript toolkit designed for building AI agents, offering a lightweight core and a modular ecosystem. It provides essential components like UIs, autonomous runtime, tools, memory, and RAG, enabling developers to create sophisticated agents from simple chat interfaces to complex autonomous systems. This framework aims to simplify agent development by offering composable parts and avoiding the need to glue multiple incompatible libraries together.
Source repository
Open the original repository on GitHub.
25 counted GitHub visits