Templates
Skill rafcip/lore/templates
Turn hard-won human experience into knowledge your AI agents can act on — a methodology (routing + Book-to-Skill + governance) above OKF. A production field report.
npx -y skills add rafcip/lore --skill templatesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
What this skill covers + when to use it. Used for discovery — make it specific.
SKILL.md
1.2 KB, as published. Nobody here has run it
<Title> — navigable skill
Framework core (10–15 lines that capture the whole document's spine — the agent reads this and usually has enough to act, or knows exactly which chapter to open):
- …
- …
Topic index (deterministic routing)
| If you need… | Go to |
|---|---|
| the limits / thresholds | ch01 |
| the procedure for X | ch02 |
| how to apply it in situation S | patterns.md |
| an acronym / term | glossary.md |
| a quick decision table | cheatsheet.md |
Hooks (load-bearing cross-references)
- Related skill: <other-skill>
- Supersedes / superseded-by: …