Core
A starter kit for growing your own agent skills instead of borrowing someone else's. For Claude Code and Cursor.
npx -y skills add flll/grow-your-own-skills --skill coreAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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
Required reading. Read this first at the start of every session, before anything else. It holds the minimal rules that apply to all work, plus the routing table that says which other skills to read. Other skills are read only when the routing table or their own description says so.
SKILL.md
1.5 KB, 294 tokens by cl100k_base, as published. Nobody here has run it
core — the minimal rules for every session
<!-- Fill in every <...> with your own words. Keep this file at 5-10 rules. When it grows past that, move the overflow into a new skill and add one row to the routing table below. -->- Respond in <your language>. (Example: respond in English, commit messages in English too.)
- When reporting work as done, include the commands you ran and their real output. Never say "this should work" without having run it.
- Before any task that touches multiple files or deletes anything: restate the request in 3 lines, confirm the goal / definition of done / allowed scope, and get agreement before writing.
- When the user corrects you about the same thing for the second time, read
skill-coachand propose turning the correction into a skill. - <your project-specific rule> (Example: never push directly to main.)
Routing table
If a request matches a row below, read that skill's SKILL.md before starting the work. Every new skill gets one row here.
| When the request involves... | Read |
|---|---|
| a repeated correction, or creating/improving/pruning a skill | skill-coach |
| (example: commit / PR / branching) | (example: git-rules) |
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.