|
|
|
|
@@ -10,11 +10,12 @@ description: >-
|
|
|
|
|
"short answer", "detailed answer", "full answer",
|
|
|
|
|
"respuesta corta vs larga", "cuántos tokens", "ahorrar tokens",
|
|
|
|
|
"responde al 50%", "dame la versión corta", "quiero controlar cuánto usas",
|
|
|
|
|
"75%", "100%", "at 25%", "at 50%", "at 75%", "at 100%",
|
|
|
|
|
"25% depth", "50% depth", "75% depth", "100% depth",
|
|
|
|
|
"give me the full answer", or any variant where the user wants
|
|
|
|
|
to control length, depth, or token usage — even without mentioning tokens.
|
|
|
|
|
DO NOT TRIGGER when: user has already specified a level in the current
|
|
|
|
|
session (maintain it) or the request is clearly a one-word answer.
|
|
|
|
|
session (maintain it), the request is clearly a one-word answer, or
|
|
|
|
|
"token" refers to auth/session/payment tokens rather than response size.
|
|
|
|
|
origin: community
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
@@ -72,7 +73,7 @@ Choose your depth level:
|
|
|
|
|
[3] Detailed (75%) -> ~[tokens] Full answer with alternatives
|
|
|
|
|
[4] Exhaustive (100%) -> ~[tokens] Everything, no limits
|
|
|
|
|
|
|
|
|
|
Which level? (1-4 or say "25%", "50%", "75%", "100%")
|
|
|
|
|
Which level? (1-4 or say "25% depth", "50% depth", "75% depth", "100% depth")
|
|
|
|
|
|
|
|
|
|
Precision: heuristic estimate ~85-90% accuracy (±15%).
|
|
|
|
|
```
|
|
|
|
|
@@ -98,10 +99,10 @@ If the user already signals a level, respond at that level immediately without a
|
|
|
|
|
|
|
|
|
|
| What they say | Level |
|
|
|
|
|
|----------------------------------------------------|-------|
|
|
|
|
|
| "1" / "25%" / "short answer" / "brief" / "tldr" / "one-liner" | 25% |
|
|
|
|
|
| "2" / "50%" / "moderate detail" / "balanced answer" | 50% |
|
|
|
|
|
| "3" / "75%" / "detailed answer" / "thorough explanation" | 75% |
|
|
|
|
|
| "4" / "100%" / "exhaustive" / "everything" / "full answer" | 100% |
|
|
|
|
|
| "1" / "25% depth" / "short answer" / "brief answer" / "tldr" | 25% |
|
|
|
|
|
| "2" / "50% depth" / "moderate detail" / "balanced answer" | 50% |
|
|
|
|
|
| "3" / "75% depth" / "detailed answer" / "thorough explanation" | 75% |
|
|
|
|
|
| "4" / "100% depth" / "exhaustive answer" / "full deep dive" | 100% |
|
|
|
|
|
|
|
|
|
|
If the user set a level earlier in the session, **maintain it silently** for subsequent responses unless they change it.
|
|
|
|
|
|
|
|
|
|
@@ -124,6 +125,7 @@ This skill uses heuristic estimation — no real tokenizer. Accuracy ~85-90%, va
|
|
|
|
|
- "Explain OAuth token refresh flow." (`token` here is domain language, not a budget request)
|
|
|
|
|
- "Why is this JWT token invalid?" (security/domain usage, not response sizing)
|
|
|
|
|
- "What is 2 + 2?" (trivially short answer)
|
|
|
|
|
- "Complete the refactor and then open a PR." (`complete` here is task language, not a depth choice)
|
|
|
|
|
|
|
|
|
|
## Source
|
|
|
|
|
|
|
|
|
|
|