dotfiles/dot_claude/skills/skills-audit/SKILL.md
Audit agent skills for compliance with the AgentSkills specification. Use when adding, modifying, or reviewing skills in the skills directory.
npx skillsauth add smithbr/dotfiles skills-auditInstall 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.
Audit all skills in ~/.claude/skills/ against the AgentSkills open standard.
Fetch the specification before auditing:
SKILL.md filescripts/, references/, assets/--- delimitersname is present and valid:
description is present and valid:
license: stringcompatibility: 1-500 charactersmetadata: map of string keys to string valuesallowed-tools: space-delimited list (not comma-separated)SKILL.md is under 500 linesSKILL.md files under the skills root.development
Audit and refactor shell scripts for consistency, safety, and modern best practices. Use when adding, modifying, or reviewing shell scripts.
development
Reviews code for security issues including injection vulnerabilities, auth flaws, and secrets in code.
testing
Stage and commit changes with a concise message. Use when the user asks to commit.
tools
--- name: charm-ux description: Redesign shell script UX using Charmbracelet tools (gum, glow, etc). Use when the user asks to improve, redesign, or add interactive UX to a shell script, or mentions Charmbracelet/gum/glow. allowed-tools: Read Grep Glob Bash Edit Write WebFetch compatibility: Requires gum (brew install gum). Optional: glow (brew install glow). --- # Charmbracelet UX Redesign for Shell Scripts ## When to Use - When the user asks to redesign or improve UX of a shell script - Whe