Making Files Clearer
Simplify and clarify files by removing redundancy, organizing content logically, and keeping only essential information. Use when asked to make something clearer, remove fluff, simplify, declutter, make more concise, or improve readability. Keywords - clarity, simplify, concise, declutter, remove redundancy, essential only, no fluff.
What this skill does
# Making Files Clearer A systematic approach to transforming verbose, redundant, or disorganized files into clear, concise, essential-only content. ## Core Principles ### 1. Ruthless Elimination - **Remove redundancy**: Delete duplicate information, repeated explanations, and overlapping content - **Cut fluff**: Eliminate unnecessary adjectives, hedging language, and verbose phrasing - **Strip decorative elements**: Remove ASCII art, excessive formatting, and visual noise unless they serve a functional purpose ### 2. Essential Information Only - **Keep what matters**: Retain only information that directly serves the file's purpose - **Question every line**: Ask "Does removing this change understanding?" If no, remove it - **Preserve accuracy**: Never sacrifice correctness for brevity ### 3. Strategic Examples - **Examples add clarity when**: - Concept is abstract or counterintuitive - Multiple valid interpretations exist - Common mistakes need illustration - **Examples are unnecessary when**: - Concept is self-evident - They merely repeat what's already clear - They're "nice to have" but not essential ### 4. Logical Organization - **Group related content**: Cluster similar topics together - **Progressive structure**: Simple concepts before complex ones - **Clear hierarchy**: Use headings to show relationships - **Scannable format**: Readers should find information quickly ## Workflow ### Step 1: Create Backup ```bash cp original.md original.md.backup ``` ### Step 2: Analyze Current State 1. Read the entire file 2. Identify the file's core purpose 3. List essential information categories 4. Note redundant sections, fluff, and organizational issues ### Step 3: Create Clarity Plan Before editing, outline: - What to keep (essential information) - What to remove (redundancy, fluff) - How to reorganize (new structure) - Where examples add value ### Step 4: Execute Transformation Apply changes systematically: 1. **Remove**: Delete redundant and unnecessary content 2. **Reorganize**: Restructure for logical flow 3. **Clarify**: Rewrite unclear sections concisely 4. **Validate**: Ensure no essential information lost ### Step 5: Present Changes for Review Show the user: - Summary of what changed - Before/after comparison - Ask for confirmation ### Step 6: Finalize After user confirms: ```bash rm original.md.backup ``` If user rejects changes: ```bash mv original.md.backup original.md ``` ## Common Clarity Anti-Patterns ### Redundancy ❌ **Bad**: Explaining the same concept multiple times in different words ✅ **Good**: One clear explanation, possibly with a targeted example ### Unnecessary Examples ❌ **Bad**: "For instance, if you have a variable `x = 5`, that's an example of setting a variable" ✅ **Good**: "Variables store values: `x = 5`" ### Verbose Phrasing ❌ **Bad**: "It is important to note that you should always make sure to..." ✅ **Good**: "Always..." ### Over-Documentation ❌ **Bad**: Documenting every obvious step ✅ **Good**: Documenting non-obvious behavior and gotchas ### Poor Organization ❌ **Bad**: Random topic ordering, nested sections with unclear purpose ✅ **Good**: Logical grouping, clear hierarchy, scannable headings ## Output Format When making a file clearer: 1. **Show before/after comparison** (if file is small enough): ``` Original: 250 lines, 15 sections, 30% redundancy Revised: 120 lines, 8 sections, focused content ``` 2. **Summarize changes**: - What was removed and why - How content was reorganized - Where examples were added/removed 3. **Present the clarified content**: Use Edit tool to update the file 4. **Validate**: Confirm all essential information preserved ## Edge Cases - **Technical documentation**: Preserve all technical accuracy; brevity should never compromise correctness - **Legal/compliance files**: Consult before removing anything that might be required - **Tutorials**: Examples are often essential; keep those that teach, remove those that just show off - **Configuration files**: Comments may seem verbose but often prevent errors; keep contextual comments ## Success Criteria A file is clearer when: - A first-time reader understands it faster - Information is findable without scrolling/searching extensively - No questions arise from ambiguity or missing context - The file can be maintained more easily - Essential information density is maximized
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.