skills/general/better-doc/SKILL.md
Improve documents for clarity, precision, and impact. Load when user says "better doc", "improve writing", "make clearer", "smart brevity", or provides text asking for style improvements. Uses Classical Style (Pinker) and Smart Brevity (Axios) principles.
npx skillsauth add beam-ai-team/beam-next-skills better-docInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review documents against two complementary frameworks:
Goal: Make text a transparent window to meaning. Brevity is confidence; length is fear.
Brevity ≠ Deletion. Simplify the expression, preserve the meaning.
When reviewing existing documents (especially prompts):
| Do | Don't | |----|-------| | Make verbose requirements more direct | Delete requirements that seem long | | Condense wordy explanations | Remove context the reader needs | | Replace vague terms with specific ones | Strip out constraints or edge cases | | Restructure for clarity | Lose information while restructuring |
Before cutting anything, ask:
For prompts specifically:
Wrong approach: "This paragraph is long, delete it." Right approach: "This paragraph contains 3 requirements. Rewrite as 3 bullet points."
For detailed explanations: references/principles.md
| Type | Focus Areas | | ---------------------- | ------------------------------------- | | Email/Update | Smart Brevity structure, scannability | | Prompt/Instruction | Intent clarity, constraints, format | | Technical doc | Precision, terminology, hierarchy | | General text | Classical style, flow, necessity |
For emails, updates, announcements:
✓ Headline: ≤6 strong words?
✓ First sentence: ONE key takeaway?
✓ "Why it matters": Reader relevance clear?
✓ Details: Bulleted, scannable?
✓ Bold: Key terms highlighted?
| Principle | Red Flags | | ----------------- | --------------------------------------------------- | | Direct language | Passive voice, nominalizations, buried verbs | | Necessary content | Filler, repetition, obvious statements | | No complexity | Over-formatted, nested bullets, unnecessary headers | | Specific | "Various", "aspects", undefined jargon | | Consistent terms | Same thing, different names | | Clear intent | Missing goal, vague constraints | | Reader order | Jumping topics, conclusion before context | | Verifiable | "It seems", unsupported claims |
Smart Brevity word rules:
| Cut This | Keep/Replace With | | ----------------------- | ----------------- | | "In order to" | "To" | | "Due to the fact that" | "Because" | | "At this point in time" | "Now" | | "Utilize" | "Use" | | "Implement" | "Do" / "Build" | | "Facilitate" | "Help" / "Enable" |
## Review Summary
**Type**: [email/prompt/technical/general]
**Overall**: [one-line assessment]
## Structure (Smart Brevity)
- Headline: [✓/✗ + fix]
- First sentence: [✓/✗ + fix]
- Why it matters: [✓/✗ + fix]
- Scannability: [✓/✗ + fix]
## Style (Classical)
[List violations with location, problem, fix]
## Suggested Revision
[Improved version if requested]
For emails and updates, use this structure:
**[6-word headline]**
[ONE sentence: the key takeaway]
**Why it matters**: [1-2 sentences on reader relevance]
**What's next** / **Go deeper** / **The details**:
• [Bullet 1]
• [Bullet 2]
• [Bullet 3]
**Bottom line**: [Optional closing takeaway]
Target structure:
Goal: [Single clear statement]
Constraints:
- [Boundary 1]
- [What NOT to do]
- [Length/format limits]
Output Format: [Exact structure]
When improving existing prompts:
| Original Problem | Fix (NOT delete) | | ------------------------------- | ---------------------------------------- | | Requirement buried in prose | Extract → explicit bullet | | Vague constraint ("be careful") | Make specific ("never exceed X") | | Implicit assumption | State explicitly | | Redundant example | Remove only if another example covers it | | Long explanation of edge case | Condense, keep the rule |
Checklist before finalizing:
Flag: Missing goal, vague terms ("good", "appropriate"), no output format.
| Problem | Before | After | |---------|--------|-------| | Passive | "Data is processed" | "System processes data" | | Nominalization | "Make a decision" | "Decide" | | Filler | "It is important to note" | [delete] | | Long word | "Utilize" | "Use" | | Vague | "Various factors" | "Cost, time, scope" | | Weak headline | "Update on project" | "Project ships Friday" | | Buried lede | [paragraph before point] | [point first] |
testing
Audit registry.yaml against disk, validate SKILL.md frontmatter, find duplicates and orphans. Load when user says 'audit skills registry', 'validate beam-next-skills', 'registry drift', 'skills catalog audit', 'check registry yaml'.
tools
All Workable ATS operations — fetch JDs, search candidates, post assessments/reviews. Load when user says "fetch JD", "search workable", "push to workable", "post review", "rate candidate", "workable", "push assessment", "list jobs", or after interview-coach completes an evaluation. Replaces workable-fetch-jd and workable-push-assessment.
data-ai
Load when user mentions "tavily research", "market intelligence", "competitive research", "GTM research", or needs real-time market data for sales, marketing, or vertical strategy.
development
Shared resource library for Slack integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by slack-connect and individual Slack skills.