Skill Publish banner
NoahWorkman NoahWorkman

Skill Publish

Security community

Description

# Skill Publish - Audit & Publish Claude Skills When triggered, audit a skill and optionally publish it to the public repo. ## Arguments $ARGUMENTS should be one of: - A skill filename (e.g., "wtf.md") — audit and publish that skill - "audit-all" — audit every skill in ~/.claude/commands/ - "update-readme" — regenerate the public repo README from published skills ## Step 1: Security Audit Read the skill file(s) from ~/.claude/commands/ and scan for: **BLOCK if any of these are found:** - UU

Installation

Installs to ~/.claude/skills/noahworkman-claude-skills-skill-publish/SKILL.md

Terminal
mkdir -p ~/.claude/skills/noahworkman-claude-skills-skill-publish && curl -fsSL https://raw.githubusercontent.com/NoahWorkman/claude-skills/HEAD/commands/skill-publish.md -o ~/.claude/skills/noahworkman-claude-skills-skill-publish/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository