output-skill

output-skill is a skill for Claude Code, Codex from aaronnat23/disp8ch. It costs 0 tokens per session (437 once invoked), scanned A, original, MIT.

A guideline for producing complete code when the output is meant to be used directly. It requires all requested functions, components, files, imports, and implementation details to be included.

In plain words
What is it for?
Use it when someone asks for full, production-ready, or otherwise complete code.
Why use it?
It removes incomplete snippets, placeholder comments, and omitted sections that would otherwise require extra coding before the result can work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when someone asks for full, production-ready, or otherwise complete code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaronnat23/disp8ch/output-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aaronnat23/disp8ch --skill output-skill
Clone the repo
git clone --depth 1 https://github.com/aaronnat23/disp8ch

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for output-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaronnat23/disp8ch/output-skill.svg)](https://agentmods.dev/skills/aaronnat23/disp8ch/output-skill)
Your own site
<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/output-skill"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/output-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 437 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00437
Opus 5 $0.00000 $0.00218
Sonnet 5 $0.00000 $0.00087
Haiku 4.5 $0.00000 $0.00044

Measured 8d ago against content hash 19fd64d806cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

output-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

optional-skills/output-skill/SKILL.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Output Skill — Full-Output Quality Enforcement

Use this skill when the task requires complete, production-grade code output with no omissions, placeholders, or abbreviated patterns. Prevents partial implementations.

Use when

  • Generating complete implementations that will be used directly without further editing.
  • The user requests "full code," "complete implementation," or "production-ready" output.
  • Code generation tasks where placeholder comments would be unacceptable.
  • Any task where "for brevity" shortcuts would leave the output broken.

Core Principle

Treat every task as production-critical. A partial output is a broken output. There is no acceptable middle ground between complete and incomplete code.

Prohibited Output Patterns

  • // ...rest follows same pattern
  • // TODO: implement
  • /* ... */ placeholder blocks
  • // for brevity
  • // similar to above
  • Skeleton implementations when full code was requested.
  • Prose descriptions substituting for actual code.
  • Truncated function bodies.
  • Incomplete import lists.

Process Workflow

  1. Identify the total number of deliverables expected (functions, components, files).
  2. Generate each one completely before moving to the next.
  3. Cross-check the output against the original request.
  4. Ensure all imports are present and all referenced variables are defined.

Handling Long Outputs

  • When approaching context or token limits, stop at a natural breakpoint (end of function, end of component).
  • Insert a pause marker: <!-- CONTINUE: [description of what comes next] -->.
  • Do not compress, summarize, or skip any sections.
  • On resumption, continue exactly from the pause marker without recapping.

Verification Checklist (apply before responding)

  • All requested functions/components are present.
  • No placeholder comments remain.
  • All imports are included.
  • All referenced types and interfaces are defined.
  • Error states and edge cases are handled.
  • The code runs without modification.

Read the full file on GitHub · 49 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 49 lines · 0 tokens per session scan A 19fd64d806cb

Subscribe to this mod's changes

output-skill is a skill published in the GitHub repository aaronnat23/disp8ch (99 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 437 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.