package-skill

Package Skill for Distribution

Content Preview
# Package Skill for Distribution

Validate and package a Claude Code Skill into a distributable zip file

## Instructions

This command validates and packages an existing skill for distribution. Follow these steps:

### Phase 1: Skill Selection

1. **Identify the skill to package**
   - Determine skill location (personal or project)
   - Verify skill exists and has SKILL.md
   - Check current state of the skill

2. **Pre-package checks**
   - Ensure all TODOs are completed
   - Verify documentat
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/package-skill.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/skills/package-skill.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/skills/package-skill.md

Related Skills