writing-skills-readme-first
Installation
SKILL.md
Writing Skills — Read Me First
Activate this skill whenever skill creation, writing, or authoring is discussed.
Rule
Before creating or modifying any skill, check whether the user has a personal skills repo configured.
Process
-
Check for a local config — Look for
~/.config/skills/config.json. If it exists, read theskillsRepofield.- If found → you know where their skills repo is.
- If not found → ask the user: "Do you have a personal skills repo you'd like new skills created in?"
-
If the user provides a path — Save it for next time:
- Create
~/.config/skills/config.json(and theskillsdirectory if needed) with:{ "skillsRepo": "/path/to/repo" }
- Create