Writing

Content writing and editing

Showing 97-120 of 4374 skills
polarsource

handbook-backend-development

by polarsource

A skill to add a new entry in the section "Backend Development" of the Polar Handbook. Those entries are there to explain concepts, tooling and best practices related to backend development, and are meant to be read by Polar developers.

Code Gen 10.2K 6mo ago
JimLiu

baoyu-format-markdown

by JimLiu

Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Use when user asks to "format markdown", "beautify article", "add formatting", or improve article layout. Outputs to {filename}-formatted.md.

Docs Gen 25.4K 4mo ago
JimLiu

baoyu-translate

by JimLiu

Translates articles and documents between languages with three modes - quick (direct), normal (analyze then translate), and refined (analyze, translate, review, polish). Supports custom glossaries and terminology consistency via EXTEND.md. Use when user asks to "translate", "翻译", "精翻", "translate article", "translate to Chinese/English", "改成中文", "改成英文", "convert to Chinese", "localize", "本地化", or needs any document translation. Also triggers for "refined translation", "精细翻译", "proofread translation", "快速翻译", "快翻", "这篇文章翻译一下", or when a URL or file is provided with translation intent.

Code Gen 25.4K 4mo ago
ag-grid

animation-test-migration

by ag-grid

'Migrate a series type from ratio-snapshot animation tests and manual -test docs pages to frame-trajectory coverage. Use when converting a series (area, pie, scatter, histogram, range-bar, candlestick, radar, …) to the trajectory harness.'

Testing 479 1mo ago
anthropics

clinical-trial-protocol-skill

by anthropics

Generate clinical trial protocols for medical devices or drugs. This skill should be used when users say "Create a clinical trial protocol", "Generate protocol for [device/drug]", "Help me design a clinical study", "Research similar trials for [intervention]", or when developing FDA submission documentation for investigational products.

Automation 400 8mo ago
Dimillian

app-store-changelog

by Dimillian

Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.

Git & VCS 3.9K 6mo ago
atrislabs

tune

by atrislabs

"Live RL tuner for skills. Watches skill invocations, reads user reaction, proposes targeted SKILL.md overlay edits, requires explicit approval, writes scorecards. The in-session half of the skill-RL loop (Path B). Triggers on: tune, sharpen, skill feedback, that was shit, that was great, make X better."

File Ops 67 3mo ago
DevinKuang

brand-strategy-guide

by DevinKuang

品牌全案策略指南 — 基于《品牌全案策略指南2.0》知识体系,通过深度对话式信息收集, 自动生成包含市场调研、战略定位、战略执行三阶段的完整品牌全案方案。 三种工作模式: - 标准模式:3 阶段深度对话(信息收集→战略定位提问→执行校验提问)→ 内容生成 → 格式化输出 - brief 模式(推荐深度方案):用户填写 Word 问卷(output/brief_questionnaire.docx)→ skill 读取 Word 提取信息 → 3 个 Agent 分工生成(验证→市场研究→策略定位→执行规划)→ 合并 → 格式化输出。适合需要 80+ 页深度方案的场景。 - MD 输出模式(内容与排版解耦):策略内容生成 → 结构化 MD brief 交付(非散文,精确到每页标题/数据/图表/案例)→ 用户审阅确认后,单独使用 guizang-ppt-skill 或 ppt-master 将 MD 转为可视化成品。适合 80-100+ 页大型方案,避免策略内容与排版代码在同一上下文窗口中互相挤占。 用途:输入行业、品牌、产品、团队等基本信息,通过三阶段深度对话(信息收集→战略定位提问→执行校验提问), 生成包含市场调研、战略定位、战略执行的完整品牌全案方案。每个关键策略判断必有案例佐证。 输出格式:HTML(调用 guizang-ppt-skill)或 PPTX(调用 ppt-master),或结构化 MD brief(MD 输出模式,供下游排版 skill 使用)。禁止输出非结构化散文式 MD 作为最终交付物。 触发词:「做品牌全案」「品牌策略」「品牌方案」「帮我做个品牌定位」「新品牌怎么做」 「品牌战略规划」「生成品牌全案」「帮我做品牌策划」「打造品牌」。 English triggers: "brand strategy", "brand positioning", "brand plan", "create a brand", "brand blueprint", "how to build a brand", "brand consulting". DO NOT activate for: 纯设计需求(logo设计用 logo-generator)、已完成的品牌方案修改、 纯市场调研不涉及策略生成、翻译任务。

Research 149 2mo ago
deftai

deft-directive-glossary

by deftai

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when defining domain terms, building a glossary, hardening terminology, or when "domain model" or "DDD" is mentioned.

Code Gen 31 2mo ago
melodic-software

claude-code-plugins

by melodic-software

"Verify the context-guard plugin's wiring on this machine — jq, the installed statusline shim, statusline wiring (including legacy version-pinned plugin-cache paths), live-session snapshot freshness — print the exact statusline edit for the operator, and install the shim plus seed ~/.claude/context-guard/zones.json from the shipped defaults. Use when: 'set up context-guard', 'is the context tee working', 'wire the context statusline', a consumer reports zone unknown in a live session, or after a plugin update. Actions: check (read-only; never edits settings), apply (writes ONLY inside ~/.claude/context-guard/ — the shim and zones.json — on explicit request)."

CLI Tools 12 28d ago
melodic-software

claude-code-plugins

by melodic-software

"Run ONE coordinated, ordered, resumable pass over a named target repository: a three-scope inventory first (managed policy read-only, user scope routed as recommendations, project scope), then delegated checks lane by lane, findings persisted per lane so an interrupted run resumes instead of restarting, and one human gate for the whole pass instead of one per skill. Adds run semantics, not checks — every check belongs to the plugin that owns it and is invoked presence-gated. Read-only on bare invocation; edits only behind an explicit --fix override, and never to managed policy or user-scope files. Use when: 'audit pass', 'run one pass over this repo', 'coordinate the audit skills', 'audit this repo end to end', 'resume the audit', 'one reconciled findings report', 'sweep all three scopes', or before a release that needs a single diffable findings artifact."

Processing 12 23d ago
Minervaowl7

bazi-pro

by Minervaowl7

专业八字命理解读 Skill v5.2 — 可审计、可交互、可视化的命理分析引擎(Replayable Evidence Engine),配合 Bazi MCP 排盘数据使用。 古籍检索:6部经典(子平真诠/滴天髓/渊海子平/神峰通考/三命通会/穷通宝鉴) 共2964条原文,BM25+jieba实时匹配。总计29.8万中文字。 排盘计算由 Bazi MCP(TypeScript 硬编码)完成,本 Skill 专注解读环节。 核心能力:喜用神判断(格局主导+扶抑修正+调候调节+病药验证 四层架构,带量化评分)、 格局分析(月令透干定格+暗格+建禄月劫+化气格+从格 全覆盖,含从强格/假从强格)、 大运流年喜忌引动(含大运上限原则)、空亡/神煞/胎元命宫整合解读、 六维度分述(性格/事业/财运/感情/健康/近运)+ 历史事件闭环校准。 多流派分析(v5.2 典籍对齐版): - 盲派(段建业体系):宾主/体用/6种做功(含墓用复合)/贼神捕神/五党成势/功神废神 - 新派(李涵辰体系):百神论(动态查找)/空亡论(含出空)/反断论(同宗对)/格局分类(扶抑从强从弱) v5.2: 盲派新派典籍对齐——盲派7项修正(体用定义/墓用复合/贼神捕神/五党成势) + 新派6项修正(反断同宗对/百神动态/身旺身弱综合/格局分类/出空机制) + Golden Cases 507个。 v5.1: 古籍校准——调候为急例外(格局不可绝对压制调候)、运可成格变格(大运非硬件上限)、会方检测(寅卯辰/巳午未/申酉戌/亥子丑)、假从强格(印比≥80%未达极旺)、财破印通关检查(官杀通关化解)。 v4.5-4.8: 动态SVG命盘+ 命运河流时间轴+ 推理图谱DAG+ FastAPI服务+ Hybrid Search INT8量化+ ViewModel统一化。 v4.2: Replayable Evidence Engine——Golden Cases 边界回归测试(83例)+ GitHub Actions CI + Evidence Pipeline(分析→证据JSON→仪表盘)+ Web Demo 首页(dist/index.html)+ bazi_pro 引擎包重构。 v4.1: 版本号统一(4.1.0)+ version 单一源 + smoke tests(7项)+ bazi doctor 环境诊断 + README 引擎化 + dashboard v3.0(Evidence Inspector+刑冲合害图谱)+ Hybrid Search breakdown(matched_terms+why)。 v4.0: 引擎化升级——Evidence Object 证据链结构化输出、BM25 索引缓存(冷启动1.8s→热查询0.5s)、批量检索 API、Hybrid Search(BM25+向量+权威权重)、仪表盘 v2.0(五行着色+评分色环+系统主题)、examples/样例文件、pyproject.toml+requirements.txt 依赖管理。 v3.5: 层3暗格比劫拦截——月令本气为比肩/劫财时禁止生造"暗劫财格"等非经典术语,强制使用《子平真诠》"建禄月劫"框架(另寻财官煞食透干取用)。v3.4.1: 报告生成器跨平台字体修复(Linux/WSL 环境下 emoji→文本降级、中文字体栈修正 Noto Serif CJK SC、等宽字体 DejaVu Sans Mono、@font-face emoji 声明、PDF 渲染错误日志)。 v3.3: 算析分离·线性执行流(废除暂定/回补)、两轮对话协议(详细版Turn1数据校准+Turn2全盘解读)、计算外包原则(LLM 只能解释 full_analysis 结果,复杂计算外包MCP)、燥湿寒暖偏枯预检、病药突破大运上限、动态负面清单比例。 v3.2: 负面清单强制规则(Step8每维≥1风险)、评分基准锚防通胀、连续性忌神大运专项分析、回补完整性校验、jieba缺失硬阻断。 v3.1.2: 修复0.0阈值不一致(增设60-74%灰区→建议双通道);0.2措辞统一(强制/建议分级);Step4 0-A数据依赖+Step5格局复核闭环;Step6大运缺失降级;Step5.1/8.1补充交叉引用。 v3.1.1: 标准版输出增强(十神表+神煞表+六层筛查+ASCII图)、每步≥1古籍引用、每维度≥3依据。 v3.1: 第〇步双通道检索+反事实裁决;从强格/假从强格纳入层0;层0筛查先全局后局部。 v2.3: 第〇步古籍检索(BM25+jieba,2964条6经典)。v2.2: 三层用神架构;大运上限;反泛化红线。v2.1: 十神根气虚实检查;病药法虚实预检。 Use this skill when user provides Bazi MCP output (JSON) or asks for 八字解读、 命理分析、喜用神、格局、大运 after getting Bazi data from MCP. Triggers: "解读八字" "分析命盘" "看喜用神" "什么格局" "大运分析" "bazi analysis" "多角度" "深度分析" "详细"。

Research 8 3mo ago
aromeoes

edge-esmeralda-2026

by aromeoes

Connect to Edge Esmeralda 2026 data — event schedule, attendee directory, wiki, newsletters, and organization info.

API Dev 0 3mo ago
paperclipai

index-refresh

by paperclipai

Use when an LLM Wiki operation issue requests an index refresh. Rebuild wiki/index.md from the actual wiki tree, reconcile missing/deleted entries, and log counts without editing page bodies.

Monitoring 80.1K 1mo ago
paperclipai

release

by paperclipai

Coordinate a full Paperclip release across engineering verification, npm, GitHub, smoke testing, and announcement follow-up. Use when leadership asks to ship a release, not merely to discuss versioning.

Git & VCS 80.1K 1mo ago
arraycervicalartery576

mao-zedong-perspective

by arraycervicalartery576

毛泽东思维框架:以《毛泽东选集》五卷为核心,提炼毛泽东分析问题、制定战略、组织行动的认知操作系统。 核心来源:《矛盾论》《实践论》《论持久战》《中国社会各阶级的分析》《星星之火可以燎原》《论联合政府》《关于正确处理人民内部矛盾的问题》等。 核心模型:7个。决策启发式:10条。 触发词:「毛泽东」「毛选」「教员」「用毛泽东的方式分析」「从毛选的角度」「教员怎么看」 局限:本Skill聚焦于毛泽东的分析方法论和战略思维框架,适用于战略分析、组织管理、竞争策略、问题诊断等场景。不涉及具体政治立场的评判。 素材来源:《毛泽东选集》一至五卷、公开演讲与书信、诗词作品。

Research 0 5mo ago
github-yjc

anlin-writing

by github-yjc

"Generate, review, or evaluate Anlin/日寄-style anonymous blind-evaluation prose against the Anlin corpus. Use ONLY when the user explicitly mentions anlin-writing, anlinwriting, Anlin, 日寄, Anlin-style, 像Anlin那样写, 模拟日寄, 盲评, or asks for Anlin corpus evaluation. In any workspace containing .anlin-clean-eval-mode, check that marker before drafting and use clean_run_checker.py, not the normal checker."

Writing 0 1mo ago
paperclipai

simplified-english

by paperclipai

Write user-facing comments, plans, and documents in ASD-STE100 Simplified Technical English — short, unambiguous sentences with approved words and one meaning each — so readers understand them the first time.

Comments 80.1K 1mo ago
paperclipai

content-calendar

by paperclipai

Plan a weekly editorial calendar by mapping company goals to publishable topics, owners, status, and verification notes.

Writing 80.1K 3mo ago
paperclipai

release-announcement

by paperclipai

Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.

Git & VCS 80.1K 1mo ago
basecamp

omarchy

by basecamp

REQUIRED for end-user customization of Linux desktop, window manager, or system config. Use when editing ~/.config/hypr/, ~/.config/waybar/, ~/.config/walker/, ~/.config/alacritty/, ~/.config/kitty/, ~/.config/ghostty/, ~/.config/mako/, or ~/.config/omarchy/. Triggers: Hyprland, window rules, animations, keybindings, monitors, gaps, borders, blur, opacity, waybar, walker, terminal config, themes, wallpaper, night light, idle, lock screen, screenshots, layer rules, workspace settings, display config, and user-facing omarchy commands. Excludes Omarchy source development in ~/.local/share/omarchy/ and omarchy-dev-* workflows.

CLI Tools 31.7K 6mo ago
mukul975

analyzing-mft-for-deleted-file-recovery

by mukul975

Analyze the NTFS Master File Table ($MFT) to recover metadata and content of deleted files by examining MFT record entries, $LogFile, $UsnJrnl, and MFT slack space using MFTECmd, analyzeMFT, and X-Ways Forensics.

Processing 31.3K 6mo ago
cursor

continual-learning

by cursor

Incrementally extract recurring user corrections and durable workspace facts from transcript changes, then update AGENTS.md with plain bullet points only. Use when the user asks to mine previous chats, maintain AGENTS.md memory, or build a self-learning preference loop.

Processing 5.4K 6mo ago
AgriciDaniel

blog-repurpose

by AgriciDaniel

Repurpose blog posts for social media, email, YouTube, Reddit, and LinkedIn. Generates Twitter/X threads, LinkedIn articles, YouTube scripts, Reddit discussion posts, email newsletter excerpts. Adapts tone for each platform. Use when user says "repurpose", "blog repurpose", "share blog", "social media", "twitter thread", "linkedin post", "youtube script", "reddit post".

Email 1.9K 6mo ago