Awesome AI Agent Skills
The largest curated directory of AI agent skills. Install coding tools, automation workflows, and developer plugins for Claude Code, OpenAI Codex, Cursor, Gemini CLI, Antigravity, and more.
What Are AI Agent Skills?
AI agent skills are reusable instruction packages that extend what AI coding agents can do. Packaged as SKILL.md files, they give agents domain expertise, enforce coding standards, and automate complex workflows. Skills work across multiple platforms including Claude Code, Codex CLI, Cursor, Gemini CLI, and Antigravity.
- ✓Cross-platform — works with Claude Code, Codex, Cursor, and more
- ✓1,000+ curated skills across 8 categories
- ✓One-line install via npx skills add
- ✓Community-driven and open source
- ✓Coding, writing, research, design, video, and productivity skills
- ✓Git-friendly SKILL.md format
- ✓Featured and trending skills updated daily
- ✓Submit your own skills via our portal
Featured AI Agent Skills
View all →building-incident-timeline-with-timesketch
Build collaborative forensic incident timelines using Timesketch to ingest,
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsauditing-uefi-firmware-with-chipsec
Use Intel CHIPSEC to assess platform firmware configuration, SPI flash write protection, BIOS lock, SMM/SMRR, and Secure Boot variable state, dump SPI flash, and triage UEFI variables for firmware-level threats.
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbuilding-identity-federation-with-saml-azure-ad
Configure SAML 2.0 identity federation between on-premises Active Directory (via AD FS or a third-party IdP) and Microsoft Entra ID, covering federation models (AD FS, password hash sync, pass-through auth, third-party IdP) and the SAML authentication flow. Use when extending on-premises authentication authority to cloud resources or designing hybrid identity SSO architecture for Entra ID.
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbuilding-incident-response-dashboard
Builds real-time incident response dashboards in Splunk, Elastic, or
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbuilding-ioc-enrichment-pipeline-with-opencti
Build an automated IOC enrichment pipeline on OpenCTI (STIX 2.1 native
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsautomating-ioc-enrichment
Automates the enrichment of raw indicators of compromise with multi-source
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbuilding-cloud-siem-with-sentinel
Deploy Microsoft Sentinel as a cloud-native SIEM/SOAR by configuring multi-cloud data connectors (AWS, Azure, GCP), writing KQL detection and hunting queries, and building automated Logic Apps response playbooks. Use when establishing a centralized SOC for multi-cloud environments, migrating from a legacy SIEM, or performing petabyte-scale threat hunting; not for AWS-only setups where Security Hub/GuardDuty suffice or for endpoint EDR needs.
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbuilding-devsecops-pipeline-with-gitlab-ci
Configure a GitLab CI/CD pipeline that embeds SAST (Semgrep, SpotBugs, Gosec, Bandit, NodeJsScan), DAST, container scanning, dependency scanning, and secret detection via GitLab
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbuilding-identity-governance-lifecycle-process
Design identity governance and lifecycle (IGA) programs on platforms like SailPoint, Saviynt, or Entra ID Governance, covering joiner-mover-leaver (JML) automation, role mining, access requests, periodic recertification, and orphaned-account remediation sourced from an HR feed. Use when automating cross-system JML provisioning, remediating former-employee access, or building lifecycle processes for SOX, HIPAA, or GDPR compliance.
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbenchmarking-kubernetes-with-kube-bench
>-
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbuilding-c2-infrastructure-with-sliver-framework
Deploy and harden a Sliver C2 team server (BishopFox
$ npx skills add mukul975/Anthropic-Cybersecurity-Skillsbuilding-ioc-defanging-and-sharing-pipeline
Build an automated pipeline that ingests raw IOCs (URLs, IPs, domains,
$ npx skills add mukul975/Anthropic-Cybersecurity-SkillsHow to Install Agent Skills
Find a skill on Awesome Skills
Browse our directory of 1,000+ skills. Filter by category, platform, or search by name.
Install with one command
Works with Claude Code, Codex CLI, Cursor, and any agent that reads SKILL.md files.
npx skills add author/skill-repo
Or clone from GitHub
Every skill is open source on GitHub. Clone and customize to fit your workflow.
git clone https://github.com/author/skill-repo # Copy SKILL.md to your agent's skills directory
Start using the skill
Your AI agent automatically loads installed skills. Ask it to perform the skill's tasks and it will follow the specialized instructions.