Install
$ agentstack add skill-prajwalmahajan101-claude-skills-pack-unabridged ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Scope — Re-read the request. Count distinct deliverables (files, functions, sections, answers). Lock the number.
- Build — Generate every deliverable completely. No partial drafts.
- 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.mdorprose/SKILL.mdanywhere 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
- Source: prajwalmahajan101/claude-skills-pack
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.