sk Skill · Leonxlnx
full-output-enforcement
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
Open on skills.sh ↗read 2026-09-15
- installs 8w
- 122,973
- 30-day movement
- starts with the next reading
- Related entries
- 4
- Connections
- 0
JavaScript
A SKILL.md that overrides an agent's default truncation behavior, requiring complete, unabridged output. It bans placeholder patterns, defines an execution process (scope, build, verify), and prescribes how to handle token-limit splits.
Reach for it when a task demands exhaustive output and you want to prevent the agent from eliding code with placeholders or stopping short.
Use it to
- Enforce full code generation on large multi-file tasks
- Ban placeholder patterns like '...' or 'rest omitted'
- Handle token-limit splits cleanly
- Run the quick check before finalizing responses
For Agent users who need complete, unabridged generated output
- Host repository
- Leonxlnx/taste-skill
- Installs, lifetime
- 310k
- Installs, 8 weeks
- 123k
- Host stars
- 87k
- Host language
- JavaScript
topicsagent-skilloutput-enforcementcode-generationtruncationprompting