Commit 59bca21
Add self-improve-with-tinyfish skill (#197)
## Summary
- Adds the `self-improve-with-tinyfish` skill — enables coding agents to
research live web sources with TinyFish Search and Fetch, analyze source
coverage, and write reusable SKILL.md files they can install into their
own memory
- Includes SKILL.md with the full workflow (search, analyze, fetch,
write, install) and a README.md following the existing skill pattern
## Test plan
- [ ] Verify `npx skills add github.com/tinyfish-io/tinyfish-cookbook
--skill self-improve-with-tinyfish` installs correctly
- [ ] Test the skill triggers on prompts like "teach yourself X" or
"make a skill for Y"
- [ ] Verify TinyFish Search and Fetch calls work as documented in the
skill
---------
Co-authored-by: Simantak Dabhade <simantak@mac.local>1 parent 23637ed commit 59bca21
2 files changed
Lines changed: 420 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments