mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 21:53:28 +08:00
Compare commits
1 Commits
fix/token-
...
fix/readme
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65c4a0f6ba |
@@ -10,12 +10,11 @@ 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",
|
||||
"25% depth", "50% depth", "75% depth", "100% depth",
|
||||
"75%", "100%", "at 25%", "at 50%", "at 75%", "at 100%",
|
||||
"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), the request is clearly a one-word answer, or
|
||||
"token" refers to auth/session/payment tokens rather than response size.
|
||||
session (maintain it) or the request is clearly a one-word answer.
|
||||
origin: community
|
||||
---
|
||||
|
||||
@@ -73,7 +72,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% depth", "50% depth", "75% depth", "100% depth")
|
||||
Which level? (1-4 or say "25%", "50%", "75%", "100%")
|
||||
|
||||
Precision: heuristic estimate ~85-90% accuracy (±15%).
|
||||
```
|
||||
@@ -99,10 +98,10 @@ If the user already signals a level, respond at that level immediately without a
|
||||
|
||||
| What they say | Level |
|
||||
|----------------------------------------------------|-------|
|
||||
| "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% |
|
||||
| "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% |
|
||||
|
||||
If the user set a level earlier in the session, **maintain it silently** for subsequent responses unless they change it.
|
||||
|
||||
@@ -125,7 +124,6 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user