F

full-output-enforcement

Di:leonxlnx·#183 di tendenza

Install the full-output-enforcement skill for your AI agent. Published by leonxlnx/taste-skill.

26.6Kinstallazioni settimanali
13,400stelle
Visto per la prima voltaToday

Installazione

Invia questo comando al tuo agente AI:

npx skills add https://github.com/leonxlnx/taste-skill --skill full-output-enforcement

Documentazione

Enforces complete, unabridged output by banning truncation patterns and placeholder code.

  • 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

Collegamenti

GitHub

Verifiche di sicurezza