Skip to main content
ClaudeWave
Skill32.6k repo starsupdated 11d ago

Improve existing skill

This Claude Code skill provides a template for identifying and documenting improvements needed in existing cybersecurity skills from the Anthropic-Cybersecurity-Skills repository. Use it when reviewing skill implementations that contain errors, incomplete documentation, incorrect threat mapping, or missing metadata fields to systematically catalog and prioritize enhancement work across agent code, API references, skill documentation, and ATT&CK framework alignments.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/mukul975/Anthropic-Cybersecurity-Skills /tmp/improve-existing-skill && cp -r /tmp/improve-existing-skill/.github/ISSUE_TEMPLATE/improve- ~/.claude/skills/improve-existing-skill
Then start a new Claude Code session; the skill loads automatically.

improve-skill.md

## Skill to improve
<!-- Folder name of the skill -->

## What needs improvement?
- [ ] agent.py has errors or placeholders
- [ ] api-reference.md is incomplete
- [ ] SKILL.md frontmatter is missing fields
- [ ] ATT&CK mapping is incorrect
- [ ] Other:

## Suggested improvement
Add new skillSkill
acquiring-disk-image-with-dd-and-dcflddSkill

Create forensically sound bit-for-bit disk images with dd or dcfldd on a Linux forensic workstation, preserving evidence integrity through hash verification (MD5/SHA) during acquisition. Use when imaging a suspect drive, USB device, or memory card for investigation, preserving volatile disk evidence during incident response, or producing a verified copy for legal or law-enforcement proceedings before any destructive analysis.

analyzing-active-directory-acl-abuseSkill

Detect dangerous ACL misconfigurations in Active Directory using ldap3

analyzing-android-malware-with-apktoolSkill

Perform static analysis of Android APK malware using apktool for resource decompilation, jadx for Java source recovery, and androguard for manifest inspection, dangerous permission-combination detection, and identification of obfuscated code, dynamic code loading, and reflection-based API calls. Use to statically triage a suspicious APK without executing it or to build mobile malware detection rules.

analyzing-api-gateway-access-logsSkill

Parses API Gateway access logs (AWS API Gateway, Kong, Nginx) to detect

analyzing-apt-group-with-mitre-navigatorSkill

Query ATT&CK data with attackcti, mitreattack-python, and stix2, then build MITRE ATT&CK Navigator layers and multi-layer heatmap overlays mapping one or more APT groups' TTPs for detection-gap analysis. Use to compare threat-actor technique coverage, find gaps in detection engineering, or produce Navigator visualizations for threat-intel reporting.

analyzing-azure-activity-logs-for-threatsSkill

Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query

analyzing-bootkit-and-rootkit-samplesSkill

Analyzes bootkit and advanced rootkit malware infecting the Master