F

full-output-enforcement

Автор:leonxlnx·#183 в тренде

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

26.6Kеженедельные установки
13,400звезды
Впервые увиделToday

Установка

Отправьте эту команду своему ИИ-агенту:

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

Документация

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

Ссылки

GitHub

Аудит безопасности