how-to-publish-paks

Installation
SKILL.md

How to Publish Paks (Agent Skills)

Overview

Paks are reusable instruction sets that enhance AI coding agents. This guide covers the complete workflow from creation to publishing on the Paks registry, with emphasis on writing high-quality content that agents can effectively use.

Prerequisites

  • paks CLI installed (brew tap stakpak/stakpak && brew install paks)
  • Stakpak API key for publishing
  • Git repository for your skill

Workflow / Instructions

Step 1: Create Skill Structure

# Create a new skill with the paks CLI
paks create my-skill
Installs
3
GitHub Stars
3
First Seen
Jan 27, 2026
how-to-publish-paks — stakpak/community-paks