[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-94863":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":13,"stars7d":14,"stars30d":14,"stars90d":13,"forks30d":13,"starsTrendScore":13,"compositeScore":15,"rankGlobal":9,"rankLanguage":9,"license":16,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":19,"hasPages":17,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":13,"starSnapshotCount":13,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},94863,"iso-24495-skill","danyuchn\u002Fiso-24495-skill","danyuchn","ISO 24495-1 plain language rules as a Claude Code skill — bilingual: English + Traditional Chinese (繁體中文淺白改寫). Reader-outcome rewriting: relevant, findable, understandable, usable.",null,113,5,102,0,10,48.33,"MIT License",false,"master",true,[21,22,23,24,25,26,27,28],"agent-skills","chinese","claude-code","claude-skill","iso-24495","plain-language","technical-writing","traditional-chinese","2026-08-24 04:01:22","# ISO 24495 Skill — Plain Language for English and Traditional Chinese\n\nA Claude Code skill that rewrites text into plain language per\n[ISO 24495-1:2023](https:\u002F\u002Fwww.iso.org\u002Fstandard\u002F78907.html) — the\ninternational standard that defines plain language by reader outcome: the\nintended readers can **find** what they need, **understand** it on first\nreading, and **use** it.\n\nTwo things make this skill different from a one-line \"write plainly\" prompt:\n\n1. **It implements the standard's actual structure** — reader-first content\n   selection (relevant), document structure (findable), wording\n   (understandable), and actionability (usable) — not just shorter sentences.\n2. **It ships a real Traditional Chinese technique layer（繁體中文層）.**\n   ISO 24495-1 is explicitly language-independent, but as of this release the\n   [official translation list](https:\u002F\u002Fwww.iplfederation.org\u002Fstandard-translations\u002F)\n   contains no East Asian language at all. The Chinese layer here is an\n   original implementation of the four principles for Chinese — targeting the\n   problems Chinese text actually has（歐化長句、公文腔、成語堆疊、中英夾雜、\n   被字句濫用）, not a translation of the English rules.\n\n## Before \u002F After\n\n| Before | After |\n|---|---|\n| \"It is expected that the reimbursement form should be completed and submitted in a timely manner in order for processing to be initiated.\" | \"Submit your reimbursement form by the 25th. We start processing it the day we receive it.\" |\n| 「相關費用之核銷單據應儘速填妥並繳交，俾利後續作業之進行。」 | 「請在每月 25 日前把核銷單交給財務部的王小姐。我們收到當天就開始處理。」 |\n| \"The team will make a determination as to whether an implementation of the proposed solution may potentially be feasible in some circumstances.\" | \"The team will decide whether the proposed solution is feasible.\" |\n| 「請先 review 這份 proposal 的 scope，確認 stakeholder 的 alignment 沒問題之後，我們再 kick off 這個 project。」 | 「請先看過這份提案的範圍，確認相關的人都同意了，我們再開始做。」 |\n\nMore pairs, each naming the principle applied:\n[`examples\u002Fbefore-after-en.md`](examples\u002Fbefore-after-en.md) ·\n[`examples\u002Fbefore-after-zh.md`](examples\u002Fbefore-after-zh.md).\n\n## What This Skill Does\n\n1. Identifies the intended reader and purpose — the standard's first\n   principle requires it, and every cut\u002Fkeep decision follows from it.\n2. Detects the text language and loads the matching technique layer:\n   [`references\u002Fenglish-techniques.md`](references\u002Fenglish-techniques.md) or\n   [`references\u002Fchinese-techniques.md`](references\u002Fchinese-techniques.md).\n3. Rewrites against the four principles (relevant → findable →\n   understandable → usable) without dropping any fact, number, condition, or\n   honest hedge. Where plainness would cost precision, it keeps the\n   precision and flags the trade-off.\n4. Returns the rewritten text alone — no preamble, no lecture. Ask for\n   \"show the diff\" and it returns a before\u002Fafter table naming the principle\n   behind each change instead.\n\n## Architecture: one shared layer, per-language technique layers\n\n```\nSKILL.md                          shared layer (English): principles, procedure, routing\nreferences\u002Fprinciples.md          the four principles, interpretation, sources\nreferences\u002Fenglish-techniques.md  English techniques (in English)\nreferences\u002Fchinese-techniques.md  中文手法（以中文撰寫）\n```\n\nThe shared layer is language-independent, mirroring the standard itself.\nTechnique layers are written in their own language, because plain language\ntechniques do not translate: English fights nominalization and passive\nvoice; Chinese fights Europeanized long sentences and bureaucratic register.\nAdding another language = adding one technique file. Contributions welcome.\n\n## Installation\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fdanyuchn\u002Fiso-24495-skill ~\u002F.claude\u002Fskills\u002Fiso-24495\n```\n\n## Usage\n\n```\nRewrite this in plain language\nApply ISO 24495 to this announcement\n把這段改成淺白中文\n幫我去掉這封信的公文腔\n```\n\nYou get the rewritten text back and nothing else. Add \"show the diff\" \u002F\n「列出改了什麼」 to see the per-change principle table.\n\n## Scope\n\nBuilt for: reader-facing text — reports, emails, documentation, UI strings,\nannouncements, policies, explanations, and AI output that reads as dense or\nbureaucratic. Works on English and Traditional Chinese; the principles apply\nto other languages but no technique layer exists for them yet.\n\nNot built for: creative or literary writing (voice is the point there), and\nnot for **agent-facing** text where a machine must parse without ambiguity —\nthat is controlled-language territory; use the companion skill\n[asd-ste100-skill](https:\u002F\u002Fgithub.com\u002Fdanyuchn\u002Fasd-ste100-skill) instead.\nRule of thumb: reader is a person → this skill; reader is a machine or a\nmaintenance manual → STE.\n\n## Relationship to the ISO Standard\n\nThis is an unofficial project, not affiliated with, endorsed by, or approved\nby ISO. The full ISO 24495-1 text is a licensed document and is **not**\nreproduced here. The skill is built from the standard's publicly documented\nprinciple framework (ISO's published abstract and scope, and the\nInternational Plain Language Federation's freely published materials). Every\nquantitative rule in the technique files is this project's own working\nproxy, not a clause of the standard. For certified conformance, buy and\nconsult the standard.\n\n## Sources\n\n- [ISO 24495-1:2023 — Plain language, Part 1](https:\u002F\u002Fwww.iso.org\u002Fstandard\u002F78907.html)\n- [International Plain Language Federation — ISO standard](https:\u002F\u002Fwww.iplfederation.org\u002Fiso-standard\u002F)\n- [IPLF — national adoptions and translations](https:\u002F\u002Fwww.iplfederation.org\u002Fstandard-translations\u002F)\n- [AccessibleEU — ISO 24495-1 summary](https:\u002F\u002Faccessible-eu-centre.ec.europa.eu\u002Fcontent-corner\u002Fdigital-library\u002Fiso-24495-12023-plain-language-part-1-governing-principles-and-guidelines_en)\n- Companion controlled-language skill: [asd-ste100-skill](https:\u002F\u002Fgithub.com\u002Fdanyuchn\u002Fasd-ste100-skill)\n\n## License\n\nMIT — see [LICENSE](LICENSE). The license covers this repository's original\ntext; it grants no rights to any ISO publication.\n","这是一个为Claude Code设计的ISO 24495-1标准合规技能，支持英文与繁体中文双语的浅白化改写。它严格遵循ISO 24495-1:2023国际标准，按“相关性→可查找性→可理解性→可用性”四层读者导向原则重构文本，而非简单缩短句子；特别实现了针对繁体中文特有问题（如欧化长句、公文腔、中英夹杂、被字句滥用）的原创技术层。适用于政府公文、企业制度、用户手册、医疗说明等需提升公众可读性的正式文本场景。",2,"2026-08-17 02:30:08","CREATED_QUERY"]