forge-full-output

Community

Never ship truncated code again.

Authorf4rkh4d
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents AI coding agents from outputting partial files that contain truncation placeholders, forcing users into extra “continue” back-and-forth and risking broken or mangled code.

Core Features & Use Cases

  • Anti-truncation contract: Ensures that whenever a file is produced, the entire file content is included—no ellipses, no “rest of the file,” and no omitted sections.
  • Explicit split format for long files: Requires clean splitting at safe boundaries (e.g., function/class boundaries) with clearly labeled parts when a file genuinely cannot fit in one response.
  • Banned-pattern enforcement: Rejects common partial-output failure modes such as // ..., “omitted for brevity,” placeholder prose in code blocks, bare ... lines, unfinished function bodies, and diff-like output presented without proper labeling.
  • Worked examples + self-check: Provides do/don’t guidance and a verifier command to detect truncation placeholders in committed code.

Quick Start

Use this Skill when the agent keeps producing incomplete files and you want the full runnable code without placeholders.

Dependency Matrix

Required Modules

None required

Components

assets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: forge-full-output
Download link: https://github.com/f4rkh4d/forge-skill/archive/main.zip#forge-full-output

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.