content/skills/learning-skills/plain/SKILL.md
Plain-language rewrite skill that turns existing content or questions into natural prose a smart 12-year-old can retell. Use whenever the user says 白话说 / 说人话 / plain / grok, wants jargon stripped away, or needs a concept, document, or explanation rewritten into concrete spoken language. Prefer this over `learn` for simplification and over `rank` for summarization. Do not use it for single-word vocabulary study.
npx skillsauth add bahayonghang/my-claude-code-settings plainInstall 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.
让人 grok。
不规定怎么写。规定不能怎么写。下限锁死,上限放开。不同主题有不同的最佳写法——类比、故事、问答、递进的例子、一个长场景——由内容决定形式。
*bold*(单星号),禁止 **bold*** 开始,不跳级所有图表用纯 ASCII 字符。允许:+ - | / \ > < v ^ * = ~ . : # [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。
{时间戳}--plain-{简短标题}__plain.org~/Documents/notes/#+title: plain-{简短标题}
#+date: [{YYYY-MM-DD Day HH:MM}]
#+filetags: :plain:atom:
#+identifier: {YYYYMMDDTHHMMSS}
#+source: {URL 或来源描述}
文件写入后报告路径。
写的时候可以从这里拿工具,没有哪个是必须的:
#+begin_example 块)URL → WebFetch | 文本 → 直接用 | 文件路径 → Read | 概念 → 直接解释 | 书名/论文名 → WebSearch
形式自由。从工具箱里选最适合这个主题的方式,也可以不选——如果有更好的写法,用它。
输出是一篇从第一行流到最后一行的连贯文章。全文只有文件标题,正文无子标题。
如果原文已经很短很白,不要为了“口语”而装傻。保留信息密度,只把它写得更自然、更能复述。
禁止:
* 类比 / * 裂缝 等)逐条扫红线清单。额外检查:
扫完列修改清单(哪句触发什么,改前→改后)。清单不写入文件。
references/template.org。Get-Date -Format "yyyyMMddTHHmmss" 与 Get-Date -Format "yyyy-MM-dd ddd HH:mm"date +%Y%m%dT%H%M%S 与 date "+%Y-%m-%d %a %H:%M"New-Item -ItemType Directory -Force ~/Documents/notes | Out-Nullmkdir -p ~/Documents/notes~/Documents/notes/。development
Turn vague or complex Codex tasks into strong `/goal` commands with outcome, verification, constraints, boundaries, iteration policy, completion evidence, and pause/block conditions. Use when the user asks for Codex goal instructions, Goal 指令, 目标指令, `/goal` prompts, 中文 Goal 模板, plan-to-goal interviews, success criteria, verification commands, or bounded agent work definitions.
tools
Write, debug, and validate ast-grep structural code search rules. Use this skill when the user needs syntax-aware code search, AST pattern matching, structural refactor discovery, language-construct queries, or searches that plain text tools like rg can miss, such as finding functions with particular descendants, calls inside specific contexts, missing error handling, React hook shapes, decorators, or other Tree-sitter-backed code structures.
development
Use when the user asks to ground an ambitious proposal, avoid over-grand designs, make a bold direction executable, pressure-test feasibility, prevent "too much vision and too little landing", or turn a strategy/refactor/product idea into the smallest verifiable first move with stop rules. Trigger for requests such as 落地, 先落地, 别太飘, 收一收, 可执行, 可验证, 止损, and for follow-ups after geju-style big-picture thinking. Do not trigger for ordinary code review or implementation unless the user explicitly asks to ground or shrink the plan first.
development
Use when the user explicitly asks to think bigger, open up the design space, challenge conservative design, avoid over-indexing on backward compatibility, escape local-detail fixation, or make a bold high-level product or architecture direction call. Use for strategic reframing, not for ordinary code review, PRD writing, implementation planning, or adversarial risk review.