home/claude/skills/cc-add-skill/SKILL.md
Create a global Claude Code skill in ~/.claude/skills
npx skillsauth add lambdalisue/dotfiles cc-add-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
$ARGUMENTS = {name} {description...}
Parse the arguments:
~/.claude/skills/{name}/SKILL.md
name, description---
name: { name }
description: { Brief description ending with period }
---
## Conventions
- **Key Area**: Guidance
- ...
## Patterns
{Code examples if applicable}
## Anti-patterns
- Avoid X because Y
Input: /cc-add-skill python Python idioms and best practices
Output: ~/.claude/skills/python/SKILL.md
Input: /cc-add-skill react React component patterns and hooks
Output: ~/.claude/skills/react/SKILL.md
Analyze the {description} to understand the intended purpose, then write the skill file content:
Parse $ARGUMENTS and create the appropriate skill file. Ask for user approval before writing.
tools
Update the title and body of an existing pull request WITHOUT asking for approval
tools
Create a pull request with title and body based on commits WITHOUT asking for approval
tools
Create a Conventional Commit from already staged changes WITHOUT asking for approval
tools
Map staged changes to existing commits and create fixup commits for autosquash WITHOUT asking for approval