ljg-plain
The ljg-plain skill rewrites content into plain, accessible language suitable for a 12-year-old. It enforces strict stylistic constraints, including the removal of jargon, the use of short words, and the application of Org-mode formatting. It saves the resulting text as a file in the user's local directory.
Is ljg-plain safe to install?
Review before installing: our audit of ljg-plain's source files found 2 shell commands, 0 external URLs, file reads and writes (medium risk). Every command and URL listed appears verbatim in the skill's source. The skill writes files to the local ~/Documents/notes/ directory and executes shell commands to generate timestamps for file naming.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to simplify complex information, technical documentation, or dense concepts into clear, conversational language.
What can you do with it?
- Simplifying technical documentation for non-experts
- Rewriting complex concepts into plain language
- Creating structured Org-mode notes from web content or text
- Drafting explanations that prioritize clarity and readability
How good is this skill?
Quality score: 5/10. The skill provides clear, actionable constraints and a well-defined workflow for content transformation. The instructions are specific and follow a logical progression.
What does the skill file contain?
# ljg-plain: 白
让人 grok。
不规定怎么写。规定不能怎么写。下限锁死,上限放开。不同主题有不同的最佳写法——类比、故事、问答、递进的例子、一个长场景——由内容决定形式。
## 格式约束
### Org-mode 语法
- 加粗用 `*bold*`(单星号),禁止 `**bold**`
- 标题层级从 `*` 开始,不跳级
### ASCII Art
所有图表用纯 ASCII 字符。允许:`+ - | / \ > < v ^ * = ~ . : # [ ] ( ) _ , ; ! ' "` 和空格。禁止 Unicode 绘图符号。
### Denote 文件规范
- 时间戳:`date +%Y%m%dT%H%M%S`
- 可读时间:`date "+%Y-%m-%d %a %H:%M"`
- 文件名:`{时间戳}--plain-{简短标题}__plain.org`
- 输出目录:`~/Documents/notes/`
### Org 文件头
```
#+title: plain-{简短标题}
#+date: [{YYYY-MM-DD Day HH:MM}]
#+filetags: :plain:atom:
#+identifier: {YYYYMMDDTHHM...Frequently asked questions
What formatting does the skill use?
It uses Org-mode syntax, specifically requiring single asterisks for bold text and specific file headers including timestamps and tags.
Where are the files saved?
The skill saves files to the ~/Documents/notes/ directory.
How does the skill handle technical terms?
It requires the user to explain the term in plain language first before mentioning the technical name.
What are the primary constraints for the writing style?
The skill mandates short words, one idea per sentence, the removal of filler words, and the use of conversational language that passes a 'read-aloud' test.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
caveman-review
219.4KDevelopers and reviewers who prefer terse, actionable feedback on code changes
The caveman-review skill generates concise, one-line code review comments for pull requests. It enforces a strict format of location, problem, and fix to reduce noise in feedback.
caveman-commit
214.4KDevelopers who want to maintain clean, terse, and informative git commit histories
The caveman-commit skill generates concise commit messages following the Conventional Commits specification. It prioritizes the reasoning behind changes over the description of the changes themselves.
notion-api
52.2KDevelopers and AI agents requiring programmatic access to Notion workspaces
This skill provides instructions for interacting with the Notion REST API. It enables agents to read, create, update, and delete Notion pages, databases, blocks, and comments using curl and jq.