Change summary
README.md | 36 +++++++++++++++++++++++++++---------
1 file changed, 27 insertions(+), 9 deletions(-)
Detailed changes
@@ -54,6 +54,8 @@ token count, plus overall metadata usage. I've used and tested them most with
- [managing-and-navigating-worktrees](skills/managing-and-navigating-worktrees/SKILL.md):
Git worktree management using [wt] with a bare repository structure. Each
branch lives in its own sibling directory. Requires [wt], git, and [gum].
+- [notifying-through-ntfy](skills/notifying-through-ntfy/SKILL.md): Send push
+ notifications via [ntfy.sh] when the user asks to be notified.
- [querying-documentation](skills/querying-documentation/SKILL.md): Query Go
documentation with focused subagents for complex questions spanning multiple
packages or external libraries. Requires Fish shell and [synu]. Currently
@@ -93,6 +95,7 @@ token count, plus overall metadata usage. I've used and tested them most with
[git-format]: https://git.secluded.site/git-format
[lune]: https://git.secluded.site/lune
[Lunatask]: https://lunatask.app/
+[ntfy.sh]: https://ntfy.sh
[rumilo]: https://git.secluded.site/rumilo
[synu]: https://git.secluded.site/synu
[wt]: https://git.secluded.site/wt
@@ -312,6 +315,21 @@ Token breakdown:
───────────────────────────────────────────────
Total: 2108 tokens
+=== notifying-through-ntfy ===
+
+Token breakdown:
+ Name: 25 tokens
+ Description: 93 tokens
+ Body: 2212 tokens (72 lines)
+ References:
+ ht.md 1063 tokens
+ httpie.md 1067 tokens
+ nodejs.md 1497 tokens
+ python.md 1468 tokens
+ wget.md 1216 tokens
+ ───────────────────────────────────────────────
+ Total: 8641 tokens
+
=== querying-documentation ===
Token breakdown:
@@ -328,9 +346,9 @@ Token breakdown:
Token breakdown:
Name: 22 tokens
Description: 188 tokens
- Body: 5696 tokens (202 lines)
+ Body: 6282 tokens (232 lines)
───────────────────────────────────────────────
- Total: 5906 tokens
+ Total: 6492 tokens
⚠️ Body exceeds recommended 5000 token budget!
=== researching-with-rumilo ===
@@ -338,9 +356,9 @@ Token breakdown:
Token breakdown:
Name: 25 tokens
Description: 159 tokens
- Body: 1319 tokens (49 lines)
+ Body: 2999 tokens (107 lines)
───────────────────────────────────────────────
- Total: 1503 tokens
+ Total: 3183 tokens
=== resuming-work-through-lunatask ===
@@ -420,10 +438,10 @@ Token breakdown:
SUMMARY
============================================================
-Skills: 20
-Metadata: 2936 tokens
-Combined bodies: 51317 tokens
-Overall: 169028 tokens
+Skills: 21
+Metadata: 3054 tokens
+Combined bodies: 55795 tokens
+Overall: 179935 tokens
Validation errors: 0
Largest skills (by total tokens):
@@ -431,7 +449,7 @@ Largest skills (by total tokens):
2. ast-grep 14533 tokens
3. frontend-accessibility 12922 tokens
4. authoring-skills 10050 tokens
- 5. humanizer 8635 tokens
+ 5. notifying-through-ntfy 8641 tokens
```
---