full-output-enforcement
Enforces complete, unabridged output by banning truncation patterns and placeholder code.
What it does
- Do not compress remaining sections to squeeze them in.
- Do not skip ahead to a conclusion.
- Write at full quality up to a clean breakpoint (end of a function, end of a file, end of a section).
- No banned patterns from the list above appear anywhere in the output
- Every item the user requested is present and finished
- Code blocks contain actual runnable code, not descriptions of what code would do
- Nothing was shortened to save space
Requirements & configuration
- When a response approaches the token limit:
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Enforces complete, unabridged output by banning truncation patterns and placeholder code.
Source
Repository: https://github.com/leonxlnx/taste-skill
full-output-enforcement FAQ
What does the full-output-enforcement skill do?
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. Do not compress remaining sections to squeeze them in. Do not skip ahead to a conclusion.
What does full-output-enforcement require?
When a response approaches the token limit:
How do I install full-output-enforcement?
Run: npx -y skills add https://github.com/leonxlnx/taste-skill --skill full-output-enforcement --agent claude-code — the source lives at github.com/leonxlnx/taste-skill.
Maintain full-output-enforcement?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/leonxlnx-taste-skill-full-output-enforcement?ref=badge) npx agentictools info skills/leonxlnx-taste-skill-full-output-enforcement The second line is the CLI lookup for this page — handy in READMEs and docs.