submit-to-everyskill
Installation
SKILL.md
Submit a Skill to Every Skill
Follow these steps to package and submit a skill to Every Skill.
Step 1: Prepare Your SKILL.md
Every skill needs a SKILL.md file with YAML frontmatter. Here's the required format:
---
name: your-skill-name
description: >
A clear description of what this skill does and when to use it.
Include trigger phrases so agents know when to activate it.
tags: [relevant, tags]
allowed-tools: |
Bash(specific-command *)
Read(~/specific-path/*)
---