Learn more about how skills work in the Skills
Management section.
Prerequisites
- The CLI must be installed: see CLI Installation
- You must be authenticated: run
packmind-cli login
Understanding the Skill Format
Skills follow the Agent Skills specification, an open format for giving agents new capabilities and expertise. A skill is a folder containing at minimum aSKILL.md file, plus optional supporting files like templates, scripts, and resources.
For details on the SKILL.md format, frontmatter fields, and best practices, refer to the Agent Skills specification.
How to Upload a Skill to Packmind
Once you have a skill folder ready, upload it to Packmind using the CLI:Uploading Multiple Skills at Once
If you have a collection of skills organized in subdirectories (e.g.,.claude/skills/*/), you can upload them all with a single command:
View Your Skill
After uploading, your skill appears in the Packmind web app:- Navigate to Skills in the main menu
- Find your skill in the list
- Click to view details, including files and version history
Distribute Your Skill
Once created, add your skill to a package to distribute it to repositories:- Go to Packages in the web app
- Edit an existing package or create a new one
- Add your skill to the package
- Distribute the package to your repositories
.claude/skills/{skill-slug}/SKILL.mdfor Claude Code and Cursor.github/skills/{skill-slug}/SKILL.mdfor GitHub Copilot
Tips
- Keep skills focused — Each skill should address a specific capability or workflow
- Write clear triggers — Describe precisely when the AI should activate the skill
- Include examples — Show expected inputs and outputs where applicable
- Test locally first — Verify your SKILL.md renders correctly before uploading
- Browse community skills — Explore awesome-claude-skills for real-world examples and inspiration
- Read the specification — Check the Agent Skills specification for the complete format details