Photon Skill Migrator: Convert legacy rules and commands to Photon's native Agent Skill format.
Scanned 5/31/2026
Install to Claude Code
npx -y skills add diegosouzapw/awesome-omni-skill --skill migrate-to-skills --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Migrate To Skills?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/diegosouzapw-migrate-to-skills)More formats (shields.io, HTML) on the badges page.
---
name: migrate-to-skills
description: Photon Skill Migrator: Convert legacy rules and commands to Photon's native Agent Skill format.
---
# Skill: Photon Skill Migrator
Convert legacy rules and slash commands to Photon's native Agent Skills format.
## Conversion Format
### Rules -> SKILL.md
Add `name` field, remove `globs`/`alwaysApply`, keep body exactly.
### Commands -> SKILL.md
Add frontmatter with `name` (from filename), `description` (infer from content), and `disable-model-invocation: true`.
No comments yet. Be the first to comment!