AgentStack
SKILL verified MIT Self-run

Unabridged

skill-prajwalmahajan101-claude-skills-pack-unabridged · by prajwalmahajan101

Force complete, unabridged output — no truncation, no placeholders, no "for brevity". Triggers on phrases like "full file", "complete implementation", "no placeholders", "don't truncate", "unabridged", "whole thing", "every component", "all N of them", "no //... stubs", "no TODO stubs", "write it all out", "no skeleton". Apply whenever the user asks for the *entire* deliverable, not a sketch.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-prajwalmahajan101-claude-skills-pack-unabridged

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Unabridged? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Unabridged

Partial output is broken output. Optimize for completeness, not brevity.

Baseline

Treat every task as production-critical. If the user asks for a full file, deliver the full file. If the user asks for N components, deliver N components. No "you can extend this later", no "the rest follows the same pattern", no skeleton when a full implementation was requested.

Execution Process

  1. Scope — Re-read the request. Count distinct deliverables (files, functions, sections, answers). Lock the number.
  2. Build — Generate every deliverable completely. No partial drafts.
  3. Cross-check — Before sending, re-read the request and compare your deliverable count against the locked scope. If anything is missing, add it before responding.

Sub-skills

Pull in the relevant rule sheet for the channel you're emitting:

  • Writing code? → see code/SKILL.md (banned code-block patterns + structural shortcuts).
  • Writing prose? → see prose/SKILL.md (banned hedging / "for brevity" phrases).
  • Output approaching token limit? → see continuation/SKILL.md ([PAUSED — X of Y] protocol).

Concrete before/after pairs live in EXAMPLES.md — read it when uncertain whether a shortcut is allowed.

Quick Check (before every response)

  • [ ] No banned patterns from code/SKILL.md or prose/SKILL.md anywhere in the output.
  • [ ] Every item the user requested is present and finished.
  • [ ] Code blocks contain runnable code, not descriptions of what code would do.
  • [ ] Deliverable count matches the locked scope from step 1.
  • [ ] Nothing was shortened to save space.

Mechanical Backstop

scripts/check_placeholders.sh greps for banned placeholders. The PostToolUse hook at ~/.claude/hooks/unabridged-postwrite.sh runs it automatically after every Write and Edit. If it fires, fix the file before continuing.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.