{"id":"0d51111a-1217-4a59-8942-683e245c89bd","shortId":"MXGffy","kind":"skill","title":"impactful-writing","tagline":"Write clear, emotionally resonant, and well-structured content that readers remember and act upon. Use when writing or editing any text—Twitter posts, articles, documentation, emails, comments, updates—for maximum clarity, engagement, and impact.","description":"# Impactful Writing\n\n## Overview\n\nTransform any content into clear, memorable, and actionable text using research-backed principles that work across all platforms and contexts. This skill synthesizes 50+ years of readability research, neuroscience of memory, and platform engagement studies into practical techniques.\n\n**Core insight**: The same psychological principles drive engagement everywhere—clarity reduces cognitive load, specificity creates memory, and structure enables scanning. Master these universal patterns and apply them to any writing context.\n\n## When to Use This Skill\n\n- Writing or editing Twitter/X posts, threads, or social content\n- Creating blog posts, Medium articles, or long-form content\n- Drafting documentation, README files, or technical writing\n- Composing emails, Slack messages, or professional communication\n- Writing GitHub comments, PR descriptions, or code reviews\n- Creating update messages, announcements, or change logs\n- Editing any existing content for clarity and impact\n\n## Universal Writing Principles\n\nThese evidence-based principles work across all platforms and contexts.\n\n### 1. Clarity Through Simplicity\n\n**Sentence length determines comprehension:**\n- 14 words: 90%+ reader comprehension\n- 25 words: Difficulty begins\n- 43 words: <10% comprehension\n\n**Target: 15-20 words average, 25 words maximum per sentence.**\n\n**Word choice matters:**\n- Simple words process 76% faster than jargon\n- Active voice processes 15-20% faster than passive\n- Concrete beats abstract (activates sensory brain regions)\n\n### 2. Structure for Scanning\n\n**79% of readers scan rather than read.** Design for this reality:\n\n- Front-load key information (inverted pyramid)\n- Use descriptive headings every 3-4 paragraphs\n- Keep paragraphs to 3-5 sentences maximum\n- Use bullet points for 3+ related items\n- Optimal line length: 50-75 characters\n\n### 3. Emotional Resonance\n\n**Stories trigger oxytocin release**, enabling empathy and memory formation:\n\n- Open with a hook (question, surprising fact, brief story)\n- Use sensory, concrete language\n- Create curiosity gaps (specific questions readers want answered)\n- Close with memorable takeaways (recency effect)\n\n### 4. Specificity Over Abstraction\n\nSpecific details outperform vague statements:\n\n- \"45% increase\" beats \"significant growth\"\n- \"in 5 minutes\" beats \"quickly\"\n- \"10 ways\" beats \"several ways\"\n- Concrete examples beat abstract explanations\n\n## Quick Start Workflow\n\n### Writing New Content\n\n1. **Define the core message** in one sentence\n2. **Open with a hook** (question, fact, or story)\n3. **Structure with headings** for scannability\n4. **Use short sentences** (15-20 words average)\n5. **Close with clear takeaway** or call-to-action\n\n### Editing Existing Content\n\n1. **Read aloud** to identify awkward passages\n2. **Cut word count** by 10-30% without losing meaning\n3. **Convert passive to active** voice\n4. **Replace jargon** with simple words\n5. **Add structure** (headings, bullets, white space)\n\n## Platform-Specific Guidance\n\n### Twitter/X Posts\n\n- **Optimal length**: 71-100 characters for engagement\n- **Hook in first line**: Must capture in 3 seconds\n- **Use numbers**: \"10 lessons\" outperforms \"lessons learned\"\n- **Thread structure**: Each tweet must stand alone AND connect\n\nExample transformation:\n```\nBefore: \"I learned a lot from this experience and want to share some thoughts\"\nAfter: \"5 hard lessons from shipping 10,000 lines of code in 48 hours:\"\n```\n\n### Blog Posts / Articles\n\n- **Optimal reading time**: 7-10 minutes\n- **Headings**: Every 300-500 words\n- **First paragraph**: Must deliver the promise\n- **Conclusion**: Summarize key points, provide clear next step\n\n### Technical Documentation\n\n- **Lead with the goal**: What will the reader accomplish?\n- **Show, don't tell**: Working code examples beat explanations\n- **Progressive disclosure**: Basic → Advanced\n- **Consistent terminology**: One term per concept\n\n### Professional Communication (Email/Slack)\n\n- **Subject lines**: Specific over clever (\"Q4 Report Draft\" > \"Quick update\")\n- **One topic per message**: Increases response rate\n- **Front-load action items**: Don't bury the ask\n- **Keep to half-page maximum**: Longer = lower read rate\n\n### GitHub Comments / PR Descriptions\n\n- **Start with context**: What problem does this solve?\n- **Use bullet lists**: For changes, decisions, trade-offs\n- **Include \"why\"**: Reasoning > description\n- **Be direct but kind**: Critique code, not people\n\n## The Revision Checklist\n\nUse this checklist for any content revision:\n\n```\nClarity Pass:\n- [ ] Average sentence length < 20 words\n- [ ] No sentence > 30 words\n- [ ] Passive voice < 10% of sentences\n- [ ] Jargon replaced with simple alternatives\n\nStructure Pass:\n- [ ] Opening hook captures attention\n- [ ] Key message in first paragraph\n- [ ] Headings every 3-4 paragraphs (for longer content)\n- [ ] Bullet points for lists of 3+ items\n- [ ] Clear call-to-action or takeaway at end\n\nConciseness Pass:\n- [ ] Removed \"very,\" \"really,\" \"quite,\" \"just\"\n- [ ] Replaced multi-word phrases with single words\n- [ ] Deleted redundant explanations\n- [ ] Cut 10-30% from original word count\n```\n\n## Word Reduction Patterns\n\nCommon phrases to simplify:\n\n| Wordy | Concise |\n|-------|---------|\n| due to the fact that | because |\n| in order to | to |\n| at this point in time | now |\n| in the event that | if |\n| with regard to | about |\n| a large number of | many |\n| in spite of the fact that | although |\n| for the purpose of | to |\n\nComplex words to simplify:\n\n| Complex | Simple |\n|---------|--------|\n| utilize | use |\n| commence | start |\n| terminate | end |\n| demonstrate | show |\n| facilitate | help |\n| subsequent | later |\n| approximately | about |\n| endeavor | try |\n\n## Hook Patterns That Work\n\n### Question Hook\nOpens with a question the reader wants answered:\n```\n\"What if everything you knew about productivity was wrong?\"\n```\n\n### Statistic Hook\nOpens with surprising data:\n```\n\"90% of visitors who read your headline also read your CTA—yet most writers spend 10x more time on body copy.\"\n```\n\n### Story Hook\nOpens with a brief narrative:\n```\n\"At 3 AM, with the deploy failing for the sixth time, I realized the bug wasn't in the code.\"\n```\n\n### Declarative Hook\nOpens with a bold statement:\n```\n\"Most advice about writing is wrong. Here's what actually works.\"\n```\n\n### Contradiction Hook\nChallenges an assumption:\n```\n\"The best writers don't write more. They delete more.\"\n```\n\n## Memory and Impact Principles\n\nContent that sticks follows these patterns:\n\n### Serial Position Effect\n- **First items**: ~70% recall (primacy)\n- **Last items**: ~60% recall (recency)\n- **Middle items**: ~40% recall\n\n**Implication**: Put most important points first and last.\n\n### Prediction Errors\nViolated expectations create distinctive memories:\n```\nBefore: \"The meeting went exactly as planned.\"\nAfter: \"The meeting started with our CEO apologizing. In 15 years, I'd never seen that.\"\n```\n\n### Sensory Language\nActivates multiple brain regions:\n```\nBefore: \"The code was messy.\"\nAfter: \"The code sprawled like tangled Christmas lights—one pull and everything breaks.\"\n```\n\n## Common Anti-Patterns\n\n### Over-Explaining\n**Problem**: Explaining what readers already know\n**Fix**: Assume intelligence, provide only new information\n\n### Buried Lede\n**Problem**: Key point in paragraph 3\n**Fix**: Move conclusion to opening, support with details\n\n### Wall of Text\n**Problem**: Dense paragraphs without visual breaks\n**Fix**: Add headings, bullets, white space\n\n### Passive Avoidance\n**Problem**: \"Mistakes were made\" (who made them?)\n**Fix**: \"The team missed the deadline\" (clear ownership)\n\n### Jargon Cascade\n**Problem**: \"We synergized cross-functional paradigms\"\n**Fix**: \"We got the teams to work together\"\n\n## Proven Content Frameworks\n\n### AIDA (Attention → Interest → Desire → Action)\n\nClassic persuasion structure that works for any content with a goal:\n\n```\nAttention: \"Most developers waste 3 hours/day on preventable bugs.\"\nInterest: \"Static analysis catches 85% of these before they ship.\"\nDesire: \"Teams using this approach ship 2x faster with fewer incidents.\"\nAction: \"Add this one-line config to your CI pipeline.\"\n```\n\n### PAS (Problem → Agitate → Solution)\n\nEffective for blog posts, landing pages, and persuasive content:\n\n```\nProblem: \"Your documentation is outdated the moment you write it.\"\nAgitate: \"New devs waste days. Senior devs answer the same questions. Nobody trusts the docs.\"\nSolution: \"Generate docs from code comments. Always current, always trusted.\"\n```\n\n### BAB (Before → After → Bridge)\n\nTransformation narrative that creates emotional resonance:\n\n```\nBefore: \"I spent 6 hours debugging a production issue.\"\nAfter: \"Now I catch these problems before they deploy.\"\nBridge: \"Here's the monitoring setup that changed everything.\"\n```\n\n### 1-2-3 Structure\n\nFor instructional content—simple, scannable, actionable:\n\n```\n1. The Problem: What's wrong and why it matters\n2. The Solution: What to do about it\n3. The How: Specific steps to implement\n```\n\n## Detailed References\n\nFor deeper guidance on specific topics:\n\n- **[references/clarity-science.md](references/clarity-science.md)**: Research on readability, cognitive load, and plain language with specific metrics\n- **[references/emotional-impact.md](references/emotional-impact.md)**: Neuroscience of storytelling, memory, and persuasion\n- **[references/structure-patterns.md](references/structure-patterns.md)**: Eye-tracking research, scanning patterns, and formatting\n- **[references/revision-frameworks.md](references/revision-frameworks.md)**: Professional editing processes and before/after examples\n\n## Quick Reference: The CLEAR Framework\n\n**C** - Concise: Cut 10-30% without losing meaning\n**L** - Lead with value: Key point in first sentence\n**E** - Evidence-based: Specific data beats vague claims\n**A** - Active voice: Subject-verb-object structure\n**R** - Reader-focused: What do they need to know?\n\n## Validation: Content Quality Check\n\nAfter writing, verify:\n\n1. **Core message test**: Can you state it in one sentence?\n2. **So what test**: After each paragraph, can you answer \"so what\"?\n3. **Grandmother test**: Would a non-expert understand the main point?\n4. **Action test**: Does the reader know what to do next?\n5. **Cut test**: Can you remove any sentence without losing meaning?\n\nIf any test fails, revise that section.","tags":["impactful","writing","skills","tenequm","agent-skills","ai-agents","claude-code","claude-skills","clawhub","erc-8004","mpp","openclaw"],"capabilities":["skill","source-tenequm","skill-impactful-writing","topic-agent-skills","topic-ai-agents","topic-claude-code","topic-claude-skills","topic-clawhub","topic-erc-8004","topic-mpp","topic-openclaw","topic-skills","topic-solana","topic-x402"],"categories":["skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/tenequm/skills/impactful-writing","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add tenequm/skills","source_repo":"https://github.com/tenequm/skills","install_from":"skills.sh"}},"qualityScore":"0.461","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 23 github stars · SKILL.md body (10,388 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T01:01:39.722Z","embedding":null,"createdAt":"2026-04-18T23:05:17.190Z","updatedAt":"2026-04-22T01:01:39.722Z","lastSeenAt":"2026-04-22T01:01:39.722Z","tsv":"'-10':521 '-100':455 '-2':1239 '-20':210,232,394 '-3':1240 '-30':423,731,1329 '-4':270,690 '-5':276 '-500':526 '-75':290 '000':507 '1':187,366,410,1238,1248,1376 '10':206,350,422,470,506,668,730,1328 '10x':853 '14':195 '15':209,231,393,977 '2':243,374,417,1258,1387 '20':660 '25':200,213 '2x':1137 '3':269,275,283,292,383,427,466,689,700,867,1035,1116,1266,1399 '30':664 '300':525 '4':331,389,433,1411 '40':944 '43':204 '45':340 '48':512 '5':346,397,439,501,1422 '50':66,289 '6':1214 '60':939 '7':520 '70':934 '71':454 '76':224 '79':247 '85':1125 '90':197,838 'abstract':238,334,358 'accomplish':552 'across':58,182 'act':17 'action':49,406,595,706,1100,1142,1247,1412 'activ':228,239,431,986,1352 'actual':902 'add':440,1054,1143 'advanc':565 'advic':894 'agit':1155,1176 'aida':1096 'alon':481 'aloud':412 'alreadi':1019 'also':845 'altern':675 'although':781 'alway':1197,1199 'analysi':1123 'announc':161 'answer':324,822,1183,1396 'anti':1010 'anti-pattern':1009 'apolog':975 'appli':106 'approach':1135 'approxim':805 'articl':28,130,516 'ask':601 'assum':1022 'assumpt':908 'attent':681,1097,1112 'averag':212,396,657 'avoid':1060 'awkward':415 'bab':1201 'back':54 'base':179,1345 'basic':564 'beat':237,342,348,352,357,560,1348 'before/after':1318 'begin':203 'best':910 'blog':127,514,1159 'bodi':857 'bold':891 'brain':241,988 'break':1007,1052 'bridg':1204,1229 'brief':311,864 'bug':880,1120 'bullet':280,443,625,695,1056 'buri':599,1028 'c':1325 'call':404,704 'call-to-act':403,703 'captur':464,680 'cascad':1077 'catch':1124,1223 'ceo':974 'challeng':906 'chang':163,628,1236 'charact':291,456 'check':1372 'checklist':647,650 'choic':219 'christma':1001 'ci':1151 'claim':1350 'clariti':35,90,170,188,655 'classic':1101 'clear':5,46,400,539,702,1074,1323 'clever':579 'close':325,398 'code':156,510,558,642,885,992,997,1195 'cognit':92,1286 'commenc':795 'comment':31,152,613,1196 'common':739,1008 'communic':149,573 'complex':787,791 'compos':143 'comprehens':194,199,207 'concept':571 'concis':711,744,1326 'conclus':534,1038 'concret':236,315,355 'config':1148 'connect':483 'consist':566 'content':12,44,125,135,168,365,409,653,694,923,1094,1108,1165,1244,1370 'context':62,111,186,618 'contradict':904 'convert':428 'copi':858 'core':81,369,1377 'count':420,735 'creat':95,126,158,317,958,1208 'critiqu':641 'cross':1082 'cross-funct':1081 'cta':848 'curios':318 'current':1198 'cut':418,729,1327,1423 'd':980 'data':837,1347 'day':1180 'deadlin':1073 'debug':1216 'decis':629 'declar':886 'deeper':1276 'defin':367 'delet':726,917 'deliv':531 'demonstr':799 'dens':1048 'deploy':871,1228 'descript':154,266,615,636 'design':254 'desir':1099,1131 'detail':336,1043,1273 'determin':193 'dev':1178,1182 'develop':1114 'difficulti':202 'direct':638 'disclosur':563 'distinct':959 'doc':1190,1193 'document':29,137,543,1168 'draft':136,582 'drive':87 'due':745 'e':1342 'edit':23,119,165,407,1315 'effect':330,931,1157 'email':30,144 'email/slack':574 'emot':6,293,1209 'empathi':300 'enabl':99,299 'end':710,798 'endeavor':807 'engag':36,76,88,458 'error':955 'event':763 'everi':268,524,688 'everyth':825,1006,1237 'everywher':89 'evid':178,1344 'evidence-bas':177,1343 'exact':965 'exampl':356,484,559,1319 'exist':167,408 'expect':957 'experi':493 'expert':1406 'explain':1014,1016 'explan':359,561,728 'eye':1305 'eye-track':1304 'facilit':801 'fact':310,380,748,779 'fail':872,1436 'faster':225,233,1138 'fewer':1140 'file':139 'first':461,528,685,932,951,1340 'fix':1021,1036,1053,1068,1085 'focus':1362 'follow':926 'form':134 'format':303,1311 'framework':1095,1324 'front':259,593 'front-load':258,592 'function':1083 'gap':319 'generat':1192 'github':151,612 'goal':547,1111 'got':1087 'grandmoth':1400 'growth':344 'guidanc':449,1277 'half':605 'half-pag':604 'hard':502 'head':267,386,442,523,687,1055 'headlin':844 'help':802 'hook':307,378,459,679,809,814,833,860,887,905 'hour':513,1215 'hours/day':1117 'identifi':414 'impact':2,38,39,172,921 'impactful-writ':1 'implement':1272 'implic':946 'import':949 'incid':1141 'includ':633 'increas':341,589 'inform':262,1027 'insight':82 'instruct':1243 'intellig':1023 'interest':1098,1121 'invert':263 'issu':1219 'item':285,596,701,933,938,943 'jargon':227,435,671,1076 'keep':272,602 'key':261,536,682,1031,1337 'kind':640 'knew':827 'know':1020,1368,1417 'l':1333 'land':1161 'languag':316,985,1290 'larg':771 'last':937,953 'later':804 'lead':544,1334 'learn':474,488 'lede':1029 'length':192,288,453,659 'lesson':471,473,503 'light':1002 'like':999 'line':287,462,508,576,1147 'list':626,698 'load':93,260,594,1287 'log':164 'long':133 'long-form':132 'longer':608,693 'lose':425,1331,1431 'lot':490 'lower':609 'made':1064,1066 'main':1409 'mani':774 'master':101 'matter':220,1257 'maximum':34,215,278,607 'mean':426,1332,1432 'medium':129 'meet':963,970 'memor':47,327 'memori':73,96,302,919,960,1299 'messag':146,160,370,588,683,1378 'messi':994 'metric':1293 'middl':942 'minut':347,522 'miss':1071 'mistak':1062 'moment':1172 'monitor':1233 'move':1037 'multi':720 'multi-word':719 'multipl':987 'must':463,479,530 'narrat':865,1206 'need':1366 'neurosci':71,1296 'never':981 'new':364,1026,1177 'next':540,1421 'nobodi':1187 'non':1405 'non-expert':1404 'number':469,772 'object':1357 'off':632 'one':372,568,585,1003,1146,1385 'one-lin':1145 'open':304,375,678,815,834,861,888,1040 'optim':286,452,517 'order':752 'origin':733 'outdat':1170 'outperform':337,472 'over-explain':1012 'overview':41 'ownership':1075 'oxytocin':297 'page':606,1162 'paradigm':1084 'paragraph':271,273,529,686,691,1034,1049,1393 'pas':1153 'pass':656,677,712 'passag':416 'passiv':235,429,666,1059 'pattern':104,738,810,928,1011,1309 'peopl':644 'per':216,570,587 'persuas':1102,1164,1301 'phrase':722,740 'pipelin':1152 'plain':1289 'plan':967 'platform':60,75,184,447 'platform-specif':446 'point':281,537,696,757,950,1032,1338,1410 'posit':930 'post':27,121,128,451,515,1160 'pr':153,614 'practic':79 'predict':954 'prevent':1119 'primaci':936 'principl':55,86,175,180,922 'problem':620,1015,1030,1047,1061,1078,1154,1166,1225,1250 'process':223,230,1316 'product':829,1218 'profession':148,572,1314 'progress':562 'promis':533 'proven':1093 'provid':538,1024 'psycholog':85 'pull':1004 'purpos':784 'put':947 'pyramid':264 'q4':580 'qualiti':1371 'question':308,321,379,813,818,1186 'quick':349,360,583,1320 'quit':716 'r':1359 'rate':591,611 'rather':251 'read':253,411,518,610,842,846 'readabl':69,1285 'reader':14,198,249,322,551,820,1018,1361,1416 'reader-focus':1360 'readm':138 'realiti':257 'realiz':878 'realli':715 'reason':635 'recal':935,940,945 'recenc':329,941 'reduc':91 'reduct':737 'redund':727 'refer':1274,1321 'references/clarity-science.md':1281,1282 'references/emotional-impact.md':1294,1295 'references/revision-frameworks.md':1312,1313 'references/structure-patterns.md':1302,1303 'regard':767 'region':242,989 'relat':284 'releas':298 'rememb':15 'remov':713,1427 'replac':434,672,718 'report':581 'research':53,70,1283,1307 'research-back':52 'reson':7,294,1210 'respons':590 'review':157 'revis':646,654,1437 'scan':100,246,250,1308 'scannabl':388,1246 'second':467 'section':1439 'seen':982 'senior':1181 'sensori':240,314,984 'sentenc':191,217,277,373,392,658,663,670,1341,1386,1429 'serial':929 'setup':1234 'sever':353 'share':497 'ship':505,1130,1136 'short':391 'show':553,800 'signific':343 'simpl':221,437,674,792,1245 'simplic':190 'simplifi':742,790 'singl':724 'sixth':875 'skill':64,116 'skill-impactful-writing' 'slack':145 'social':124 'solut':1156,1191,1260 'solv':623 'source-tenequm' 'space':445,1058 'specif':94,320,332,335,448,577,1269,1279,1292,1346 'spend':852 'spent':1213 'spite':776 'sprawl':998 'stand':480 'start':361,616,796,971 'state':1382 'statement':339,892 'static':1122 'statist':832 'step':541,1270 'stick':925 'stori':295,312,382,859 'storytel':1298 'structur':11,98,244,384,441,476,676,1103,1241,1358 'studi':77 'subject':575,1355 'subject-verb-object':1354 'subsequ':803 'summar':535 'support':1041 'surpris':309,836 'synerg':1080 'synthes':65 'takeaway':328,401,708 'tangl':1000 'target':208 'team':1070,1089,1132 'technic':141,542 'techniqu':80 'tell':556 'term':569 'termin':797 'terminolog':567 'test':1379,1390,1401,1413,1424,1435 'text':25,50,1046 'thought':499 'thread':122,475 'time':519,759,855,876 'togeth':1092 'topic':586,1280 'topic-agent-skills' 'topic-ai-agents' 'topic-claude-code' 'topic-claude-skills' 'topic-clawhub' 'topic-erc-8004' 'topic-mpp' 'topic-openclaw' 'topic-skills' 'topic-solana' 'topic-x402' 'track':1306 'trade':631 'trade-off':630 'transform':42,485,1205 'tri':808 'trigger':296 'trust':1188,1200 'tweet':478 'twitter':26 'twitter/x':120,450 'understand':1407 'univers':103,173 'updat':32,159,584 'upon':18 'use':19,51,114,265,279,313,390,468,624,648,794,1133 'util':793 'vagu':338,1349 'valid':1369 'valu':1336 'verb':1356 'verifi':1375 'violat':956 'visitor':840 'visual':1051 'voic':229,432,667,1353 'wall':1044 'want':323,495,821 'wasn':881 'wast':1115,1179 'way':351,354 'well':10 'well-structur':9 'went':964 'white':444,1057 'without':424,1050,1330,1430 'word':196,201,205,211,214,218,222,395,419,438,527,661,665,721,725,734,736,788 'wordi':743 'work':57,181,557,812,903,1091,1105 'workflow':362 'would':1402 'write':3,4,21,40,110,117,142,150,174,363,896,914,1174,1374 'writer':851,911 'wrong':831,898,1253 'year':67,978 'yet':849","prices":[{"id":"5e81a56c-63c5-42df-a66e-872c52a8f8e4","listingId":"0d51111a-1217-4a59-8942-683e245c89bd","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"tenequm","category":"skills","install_from":"skills.sh"},"createdAt":"2026-04-18T23:05:17.190Z"}],"sources":[{"listingId":"0d51111a-1217-4a59-8942-683e245c89bd","source":"github","sourceId":"tenequm/skills/impactful-writing","sourceUrl":"https://github.com/tenequm/skills/tree/main/skills/impactful-writing","isPrimary":false,"firstSeenAt":"2026-04-18T23:05:17.190Z","lastSeenAt":"2026-04-22T01:01:39.722Z"}],"details":{"listingId":"0d51111a-1217-4a59-8942-683e245c89bd","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"tenequm","slug":"impactful-writing","github":{"repo":"tenequm/skills","stars":23,"topics":["agent-skills","ai-agents","claude-code","claude-skills","clawhub","erc-8004","mpp","openclaw","skills","solana","x402"],"license":"mit","html_url":"https://github.com/tenequm/skills","pushed_at":"2026-04-14T16:24:57Z","description":"Agent skills for building, shipping, and growing software products","skill_md_sha":"cc45819cfec43ef468cb1d3198d5bddfc7ba67be","skill_md_path":"skills/impactful-writing/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/tenequm/skills/tree/main/skills/impactful-writing"},"layout":"multi","source":"github","category":"skills","frontmatter":{"name":"impactful-writing","description":"Write clear, emotionally resonant, and well-structured content that readers remember and act upon. Use when writing or editing any text—Twitter posts, articles, documentation, emails, comments, updates—for maximum clarity, engagement, and impact."},"skills_sh_url":"https://skills.sh/tenequm/skills/impactful-writing"},"updatedAt":"2026-04-22T01:01:39.722Z"}}