# Unabridged

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-prajwalmahajan101-claude-skills-pack-unabridged`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [prajwalmahajan101](https://agentstack.voostack.com/s/prajwalmahajan101)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [prajwalmahajan101](https://github.com/prajwalmahajan101)
- **Source:** https://github.com/prajwalmahajan101/claude-skills-pack/tree/main/skills/unabridged

## Install

```sh
agentstack add skill-prajwalmahajan101-claude-skills-pack-unabridged
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

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

- **Author:** [prajwalmahajan101](https://github.com/prajwalmahajan101)
- **Source:** [prajwalmahajan101/claude-skills-pack](https://github.com/prajwalmahajan101/claude-skills-pack)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-prajwalmahajan101-claude-skills-pack-unabridged
- Seller: https://agentstack.voostack.com/s/prajwalmahajan101
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
