skill-forge-publish
Installation
SKILL.md
Skill Publishing & Distribution
Process
Step 1: Pre-Publish Validation
Run the full review before publishing:
- Execute
/skill-forge review <path>and ensure score >= 80/100 - Fix any critical or high-priority issues
- Test with at least 5 trigger queries
- Verify all cross-references resolve
Step 2: Create Install Script
Generate install.sh that handles:
#!/usr/bin/env bash
# Install script for [skill-name]
Related skills