Awesome-omni-skill create-rule
Photon Rule Creator: Create persistent project rules for AI guidance within Photon.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/create-rule-qkhearn" ~/.claude/skills/diegosouzapw-awesome-omni-skill-create-rule-fcd7fd && rm -rf "$T"
manifest:
skills/data-ai/create-rule-qkhearn/SKILL.mdsource content
Skill: Photon Rule Creator
Create project rules in
.photon/rules/ to provide persistent context for the Photon agent. Rules are .mdc files with YAML frontmatter containing description, globs, and alwaysApply.