Hacker News ★ 76 3 min

Agent Skill to Force Docs in ASD-STE100 Simplified Technical English

🔗 https://github.com/AminBlg/SimpleEnglish

📌 【開源專案】拒絕 AI 廢話:用 Agent Skill 強制 LLM 寫出波音等級的技術文件

TL;DR:這是一個輕量級 Agent Skill,強制 LLM 使用 ASD-STE100 標準撰寫技術文件,避免 AI 生成過於口語或冗長的內容。

🎣 你的 AI 寫出來的東西像 LinkedIn 貼文,還是像波音公司的維修手冊?

當我們習慣了 LLM 產出的流暢、但有時過於囉唆且充滿修飾語的文字時,對於需要極高精準度的工程領域來說,這可能是一場災難。一個新的開源專案 SimpleEnglish 提出瞭解決方案:透過 Agent Skill 規範,讓 LLM 嚴格遵守 ASD-STE100 標準。

🧩 讓技術文件回歸精準的 ASD-STE100 標準

在航太領域,為了避免疲憊的維修人員誤讀指令,自 1983 年以來便採用了 ASD-STE100 簡化技術英語(Simplified Technical English)。

這個專案的核心設計理念是:

  • 強制規範:將 LLM 的輸出限制在受控語言(Controlled Language)範圍內。
  • 消除 AI Slop:透過嚴格的語言規範,從根本上減少 AI 生成內容中常見的冗餘與廢話(Slop)。
  • 輕量化設計:單一資料夾、零依賴(no dependencies),採用 MIT 授權。

🤖 支援多種主流 Agent 架構

該工具並非侷限於單一工具,而是採用 Agent Skills 標準,可以無縫整合進各種開發環境與 Agent Harness 中,包含:

  • Claude Code
  • Cursor
  • VS Code Copilot
  • OpenAI Codex
  • Gemini CLI
  • Goose
  • OpenCode
  • 以及其他約 25 種支援該標準的工具。

📊 從「流暢口語」轉向「精準指令」

根據專案提供的範例對比:

  • 未載入 Skill 時:AI 會產出如「為了避免在後續過程中遇到令人沮喪的權限問題,您應該確保 AWS 憑證已正確配置」這類過於口語且冗長的敘述。
  • 載入 Skill 後:輸出會變得極度精簡且指令明確,符合技術手冊的嚴謹要求。

🎯 實務啟示

對於需要撰寫維修手冊、操作指南或高度精密技術文件的工程團隊來說,這種「強制規範語言」的 Agent Skill 提供了一種低成本且高效的方法,能在生成階段就從源頭控制文件品質,降低人工審核與修正的成本。

🔗 來源

#AI #AgentSkills #LLM #ASDSTE100 #TechnicalWriting #OpenSource #SoftwareEngineering #Aerospace #AIProductivity #SimplifiedEnglish

原始資料 Hacker News · 收集於 2026-07-31
來源原標題
Agent Skill to Force Docs in ASD-STE100 Simplified Technical English
作者
navs
原始標籤
hackernews
來源訊號
HN points 299 HN 留言 106
原始連結
https://github.com/AminBlg/SimpleEnglish

摘要原文

AminBlg / SimpleEnglish Public Notifications You must be signed in to change notification settings Fork 19 Star 692 main Branches Tags Go to file Code Open more actions menu Folders and files Name Name Last commit message Last commit date Latest commit History 9 Commits 9 Commits evals evals examples examples prompts prompts skills/ simple-english skills/ simple-english .gitignore .gitignore LICENSE LICENSE README.md README.md View all files Repository files navigation ✈️ your AI writes like a LinkedIn post. make it write like a Boeing manual. An agent skill that forces LLMs to write docs in ASD-STE100 Simplified Technical English : the controlled language aerospace has used since 1983 so a tired mechanic cannot misread an instruction. AI slop dies as a side effect. 💀 See it · Install · The rules · Not just docs · Receipts · FAQ Works in every harness that speaks the Agent Skills standard : Claude Code, Cursor, VS Code Copilot, OpenAI Codex, Gemini CLI, Goose, OpenCode, and ~25 more. One folder, no dependencies, MIT. 🔥 Before / after Left column is real unedited Claude output . Right column is the same model with the skill loaded. 🤖 Without skill ✈️ With skill Leveraging sqlpipe's robust architecture, users can seamlessly synchronize their Postgres tables to S3 with minimal configuration overhead. Before getting started, you should ensure that your AWS credentials have been properly configured — this is crucial for avoiding frustrating permission issues down the line. sqlpipe (299 points, 106 comments on Hacker News)

tencent/hy3:free 自動生成