$npx -y skills add jmstar85/oh-my-githubcopilot --skill skillifyTurn a repeatable workflow into a reusable OMG skill draft. Activate when: skillify, make a skill, create skill, extract workflow.
| 1 | # Skillify |
| 2 | |
| 3 | Use this skill to package a repeatable task pattern into a clear OMG skill. |
| 4 | |
| 5 | ## Workflow |
| 6 | 1. Identify the repeated trigger, goal, inputs, and outputs. |
| 7 | 2. Separate durable workflow rules from one-off project details. |
| 8 | 3. Draft a VS Code-compatible `SKILL.md` with frontmatter and concise instructions. |
| 9 | 4. Include activation phrases, boundaries, verification steps, and failure modes. |
| 10 | 5. Ask for approval before installing the skill into `.github/skills/`. |
| 11 | |
| 12 | ## Frontmatter Rules |
| 13 | - Include `name` and `description`. |
| 14 | - Use `argument-hint` only when helpful. |
| 15 | - Do not use unsupported fields such as `allowed-tools`. |
| 16 | |
| 17 | ## Output |
| 18 | - Proposed skill name |
| 19 | - Draft skill body |
| 20 | - Installation path |
| 21 | - Verification checklist |