full-output-enforcement
Enforces complete, production-ready LLM outputs by banning shortcuts, partial code, and prose-based work deferral.
Install
npx skills add https://github.com/leonxlnx/taste-skill --skill full-output-enforcementStats
| Total installs | 3,228 |
| Weekly installs | 3.2K |
| GitHub stars | 6.0K |
| First seen | Mar 1, 2026 |
| Source | @leonxlnx/taste-skill |
Summary
- Eliminates common shortcuts like // ..., // TODO, // rest of code, and prose phrases that defer work ("let me know if you want more")
- Treats every task as production-critical: full files, all components, no skeletons or partial implementations
- Handles token-limit splits cleanly by pausing at logical breakpoints (end of function, end of file) with a resumption marker, then continuing without recap on "continue" command
- Includes a pre-output verification checklist to confirm no banned patterns remain, all requested deliverables are present, and code is runnable rather than descriptive
Tags
Related skills
| Skill | Installs | vs full-output-enforcement |
|---|---|---|
| writing hookify rules | 3,218 | -10 |
| python-resource-management | 3,011 | -217 |
| convex-best-practices | 2,475 | -753 |
| bazel-build-optimization | 3,255 | +27 |
| component-refactoring | 2,822 | -406 |
FAQ
- How many installs does full-output-enforcement have?
- full-output-enforcement has 3,228 total installs and 3.2K installs this week.
- Where is full-output-enforcement hosted?
- full-output-enforcement is published by @leonxlnx/taste-skill at https://github.com/leonxlnx/taste-skill.
- How many GitHub stars does full-output-enforcement have?
- full-output-enforcement has 6.0K GitHub stars.
- When was full-output-enforcement first indexed?
- OrangeBot.AI first indexed full-output-enforcement on Mar 1, 2026.
- How do I install full-output-enforcement?
- Run: npx skills add https://github.com/leonxlnx/taste-skill --skill full-output-enforcement