home/claude/skills/cc-add-skill-local/SKILL.md
Create a project-local Claude Code skill in .claude/skills
npx skillsauth add lambdalisue/dotfiles cc-add-skill-localInstall 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 (relative to project root)
.git, package.json, Cargo.toml, deno.json, etc.)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-local api Project API conventions and patterns
Output: {project-root}/.claude/skills/api/SKILL.md
Input: /cc-add-skill-local testing Testing patterns for this project
Output: {project-root}/.claude/skills/testing/SKILL.md
Analyze the {description} to understand the intended purpose, then write the skill file content:
Parse $ARGUMENTS, locate project root, 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