full-output-enforcement
Use when a task requires exhaustive unabridged output, complete files, or strict prevention of placeholders and skipped code.
npx skills add majiayu000/claude-skill-registry --skill full-output-enforcement-sickn33-antigravity-awesome --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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:
- When to Use
- Limitations
- Baseline
- Banned Output Patterns
- Execution Process
- Handling Long Outputs
- Quick Check
What does the full-output-enforcement skill do?
Use when a task requires exhaustive unabridged output, complete files, or strict prevention of placeholders and skipped code.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill full-output-enforcement-sickn33-antigravity-awesome --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
