Commit b5b2f67
committed
feat: improve ai-sdk skill score (89% → 95%)
Hey @johnlindquist 👋
I ran your skills through `tessl skill review` at work and found some targeted improvements for the `ai-sdk` skill. Here's the full before/after:
| Skill | Before | After | Change |
|-------|--------|-------|--------|
| ai-sdk | 89% | 95% | +6% |
<details>
<summary>Changes made</summary>
- **Tightened description for distinctiveness**: Added "with the AI SDK" and "through AI SDK provider packages" anchors so generic trigger terms (streaming, embeddings, etc.) are scoped to the SDK context and less likely to collide with other skills
- **Quoted the description string**: Switched to standard YAML quoted format
- **Consolidated the verification section**: Renamed "Critical: Do Not Trust Internal Knowledge" → "Always Verify Against Source" — same safety message, fewer tokens. Reduced 9 numbered steps to 6 by merging related points and removing duplication
- **Removed inline curl command**: The long `curl | jq` command for fetching model IDs was already documented in `references/ai-gateway.md` — pointing there instead of duplicating it saves ~50 tokens per injection
- **Merged prerequisites paragraph**: Combined the two-paragraph prerequisites into one sentence without losing any guidance
</details>
I also stress-tested your `ai-sdk` skill against a few real-world task evals and it held up really well on v5-to-v6 migration scenarios with `useChat` transport rewiring and `generateObject` → `Output.object()` conversion. Kudos for that.
Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch — just saw room for improvement and wanted to contribute.
Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at [this Tessl guide](https://docs.tessl.io/evaluate/optimize-a-skill-using-best-practices) and ask it to optimize your skill. Ping me — [@yogesh-tessl](https://github.com/yogesh-tessl) — if you hit any snags.
Thanks in advance 🙏1 parent 61f1903 commit b5b2f67
1 file changed
Lines changed: 10 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
336 | 329 | | |
337 | 330 | | |
338 | 331 | | |
| |||
0 commit comments