@@ -45,8 +45,9 @@ token count, plus overall metadata usage. I've used and tested them most with
Creates tasks and handoffs in [Lunatask] via [lune]. Tasks are just tasks.
Handoffs capture work to resume later across sessions without filling context
windows.
-- [formatting-commits](skills/formatting-commits/SKILL.md): Creates commits
- following Conventional Commits format via [git-format].
+- [formatting-commits](skills/formatting-commits/SKILL.md): Detects a project's
+ commit style from recent history and formats messages accordingly. Supports
+ Conventional Commits and kernel-style imperative commits.
- [frontend-accessibility](skills/frontend-accessibility/SKILL.md): Strives to
generate accessible HTML, React, and frontend code following WCAG 2.2 AA.
Prioritizes semantic HTML over ARIA, keyboard navigation, and screen reader
@@ -57,6 +58,10 @@ token count, plus overall metadata usage. I've used and tested them most with
- [humanizer](skills/humanizer/SKILL.md): Removes AI-generated patterns from
text like promotional fluff, weasel words, and mechanical sentence structures.
Based on Wikipedia's AI Cleanup research. Originally from [blader/humanizer].
+- [ideating-with-bdd](skills/ideating-with-bdd/SKILL.md): Guides collaborative
+ discovery of behaviour through structured conversation, iterating with the user
+ to refine ideas into user stories and Gherkin scenarios. Works for any
+ language or framework.
- [initialising-and-updating-agents-md](skills/initialising-and-updating-agents-md/SKILL.md):
Analyses a codebase and creates or updates `AGENTS.md` to help future agents
work effectively. Discovers commands, conventions, patterns, and gotchas from
@@ -92,6 +97,12 @@ token count, plus overall metadata usage. I've used and tested them most with
- [testing-with-gocuke-and-gherkin](skills/testing-with-gocuke-and-gherkin/SKILL.md):
Drives BDD, red/green TDD, and property-based testing in Go projects using
[gocuke] and Gherkin feature files.
+- [updating-llm-client-model-lists](skills/updating-llm-client-model-lists/SKILL.md):
+ Synchronizes model configurations across Zed, Crush, Octofriend, and Pi from
+ Plexus' /v1/models endpoint.
+- [using-exe-dev](skills/using-exe-dev/SKILL.md): Guides working with [exe.dev]
+ VMs, which provide Linux VMs with persistent disks, instant HTTPS, and
+ built-in auth via SSH.
- [working-with-tmux](skills/working-with-tmux/SKILL.md): Spawns and manages
background processes via tmux. Creates windows, sends commands, and captures
output without blocking the main session. Useful for servers and long tasks.
@@ -117,6 +128,7 @@ token count, plus overall metadata usage. I've used and tested them most with
[synu]: https://git.secluded.site/synu
[wt]: https://git.secluded.site/wt
[gum]: https://github.com/charmbracelet/gum
+[exe.dev]: https://exe.dev
## Installation
@@ -259,14 +271,14 @@ Token breakdown:
Token breakdown:
Name: 8 tokens
Description: 32 tokens
- Body: 733 tokens (102 lines)
+ Body: 861 tokens (105 lines)
References:
checklist.md 301 tokens
patterns.md 880 tokens
process.md 311 tokens
specification.md 1441 tokens
───────────────────────────────────────────────
- Total: 3706 tokens
+ Total: 3834 tokens
=== backing-up-with-keld ===
@@ -310,12 +322,14 @@ Token breakdown:
Token breakdown:
Name: 8 tokens
- Description: 37 tokens
- Body: 361 tokens (43 lines)
+ Description: 57 tokens
+ Body: 333 tokens (37 lines)
References:
+ conventional-commits.md 362 tokens
installing-git-format.md 22 tokens
+ kernel-style.md 515 tokens
───────────────────────────────────────────────
- Total: 428 tokens
+ Total: 1297 tokens
=== frontend-accessibility ===
@@ -347,6 +361,17 @@ Token breakdown:
───────────────────────────────────────────────
Total: 3311 tokens
+=== ideating-with-bdd ===
+
+Token breakdown:
+ Name: 9 tokens
+ Description: 133 tokens
+ Body: 1582 tokens (177 lines)
+ References:
+ gherkin-reference.md 984 tokens
+ ───────────────────────────────────────────────
+ Total: 2708 tokens
+
=== initialising-and-updating-agents-md ===
Token breakdown:
@@ -452,14 +477,13 @@ Token breakdown:
Token breakdown:
Name: 14 tokens
- Description: 73 tokens
- Body: 1188 tokens (105 lines)
+ Description: 77 tokens
+ Body: 633 tokens (67 lines)
References:
- bdd-practices.md 1035 tokens
- gherkin-reference.md 984 tokens
+ bdd-practices.md 261 tokens
gocuke-api.md 1427 tokens
───────────────────────────────────────────────
- Total: 4721 tokens
+ Total: 2412 tokens
=== updating-llm-client-model-lists ===
@@ -484,9 +508,9 @@ Token breakdown:
Token breakdown:
Name: 8 tokens
Description: 32 tokens
- Body: 548 tokens (88 lines)
+ Body: 607 tokens (88 lines)
───────────────────────────────────────────────
- Total: 588 tokens
+ Total: 647 tokens
=== writing-git-tags ===
@@ -527,18 +551,18 @@ Token breakdown:
SUMMARY
============================================================
-Skills: 28
-Metadata: 1599 tokens
-Combined bodies: 28551 tokens
-Overall: 82429 tokens
+Skills: 29
+Metadata: 1765 tokens
+Combined bodies: 29737 tokens
+Overall: 83884 tokens
Validation errors: 0
Largest skills (by total tokens):
1. writing-roc-lang 30837 tokens
2. ast-grep 5363 tokens
3. frontend-accessibility 4759 tokens
- 4. testing-with-gocuke-and-gherkin 4721 tokens
- 5. authoring-skills 3706 tokens
+ 4. authoring-skills 3834 tokens
+ 5. notifying-through-ntfy 3355 tokens
```
---