home / skills / williamzujkowski / standards / too-long-level1
This skill helps you identify and streamline overly verbose Level 1 content by extracting essentials and generating concise summaries for fast adoption.
npx playbooks add skill williamzujkowski/standards --skill too-long-level1Review the files below or copy the command above to add this skill to your agents.
---
name: too-long-level1
description: A skill with excessively long Level 1 section
version: 1.0.0
---
# Too Long Level 1 Skill
## Level 1: Quick Start
### What You'll Learn
${"Lorem ipsum dolor sit amet, consectetur adipiscing elit. ".repeat(300)}
### Core Principles
${"- Very long principle explanation that goes on and on\n".repeat(100)}
### Quick Reference
${"```python\n# Code example\nprint('hello')\n```\n\n".repeat(50)}
### Essential Checklist
${"- [ ] Checklist item\n".repeat(100)}
This skill condenses an overly long Level 1 quick-start into a focused, practical guide. It trims repetitive filler and preserves only the essential setup steps, core principles, code snippets, and checklist items. The result is a compact starting point you can use immediately.
The skill scans the original Level 1 content, removes repeated or placeholder text, and extracts meaningful instructions and examples. It normalizes the quick reference code into a minimal, runnable snippet and reduces long prose into concise principles. Finally, it produces a short checklist that maps directly to first-day developer tasks.
Will this remove important details?
No. It focuses on preserving essential setup and commands while removing redundant filler and placeholder text.
Can I customize the level of detail?
Yes. You can adjust how aggressive the condensation is, from minimal pointers to a slightly more detailed quick-start.