Agent skill · Code Review & Quality

full-output-enforcement

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Declared author: Leonxlnx
Path: skills/ai-llm/full-output-enforcement-sickn33-antigravity-awesome/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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:

What's inside
Steps it walks through
  1. When to Use
  2. Limitations
  3. Baseline
  4. Banned Output Patterns
  5. Execution Process
  6. Handling Long Outputs
  7. Quick Check
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going