Skip to main content
ClaudeWave
Skill15.5k 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