Complete AI TrainingYourJobSkills for your job

Skills / frontend

full-output-enforcement

Use when a task requires exhaustive unabridged output, complete files, or strict prevention of placeholders and skipped code.

IT & Software Developmentcode-generationoutputquality

Full-Output Enforcement

When to Use

  • Use when the user explicitly asks for full files, complete implementations, exhaustive lists, or unabridged deliverables.
  • Use when placeholder code, skipped sections, TODO stubs, or descriptions in place of implementation would break the request.
  • Use when a long answer may need clean continuation chunks without losing completeness or structural integrity.

Limitations

  • This skill enforces completeness, but it does not override token limits, safety constraints, missing source context, or user-provided scope boundaries.
  • Split long outputs into clearly labeled continuation chunks when necessary, and verify that each chunk connects cleanly to the previous one.
  • Do not invent unavailable code, credentials, private APIs, or project files to satisfy a request for complete output.

Baseline

Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions.

Banned Output Patterns

The following patterns are hard failures. Never produce them:

In code blocks: // ..., // rest of code, // implement here, // TODO, / ... /, // similar to above, // continue pattern, // add more as needed, bare ... standing in f

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

SourceLeonxlnx/taste-skill
License
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-04-17

Related skills

anti-ui-slop

Stop coding agents from shipping generic UI. Extend the product's design system, use UIZZE evidence only when useful, cover required states, and inspect the rendered result.

astro

Build content-focused websites with Astro — zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.

chat-widget

Build a real-time support chat system with a floating widget for users and an admin dashboard for support staff. Use when the user wants live chat, customer support chat, real-time messaging, or in-app support.

chrome-extension-developer

Expert in building Chrome Extensions using Manifest V3. Covers background scripts, service workers, content scripts, and cross-context communication.

design-it

Routes frontend design tasks to 48 specific UI styles. Triggers for websites, app screens, or UI components requesting a specific aesthetic.

design-taste-frontend

Use when building high-agency frontend interfaces with strict design taste, calibrated color, responsive layout, and motion rules.