一键导入
lib-skill-creator
技術文件研究員的完整工作流程與規範。涵蓋文件爬取流程(Library / 主題兩種模式)、 品質規範與行為準則、SKILL 產出模板與驗收流程。 供 lib-skill-creator agent 執行文件研究與 SKILL 產出時載入。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
技術文件研究員的完整工作流程與規範。涵蓋文件爬取流程(Library / 主題兩種模式)、 品質規範與行為準則、SKILL 產出模板與驗收流程。 供 lib-skill-creator agent 執行文件研究與 SKILL 產出時載入。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
驗收標準對齊評估方法論。給定用戶原始任務需求 + 上游 agent 產出,本 SKILL 提供萃取 testable criteria、4 大評估維度、報告格式、與 reviewer agents 的職責邊界、以及 WEB / 桌面 / CLI / 純文件的驗收手法分流。供 acceptance-evaluator agent 載入;orchestrator 直接 evaluate 簡單任務時也可參考。
Git diff 驅動的瀏覽器模擬人工測試工作流程。分析程式碼變更、映射影響範圍、使用 agent-browser 執行瀏覽器測試、錄製影片截圖、產出測試報告。
Markdown 轉換的完整工作流程。涵蓋 markitdown MCP 轉換、圖片處理與上傳、 SVG/Mermaid 渲染、輸出品質處理與清理。 支援 PDF、Word、PowerPoint、Excel、HTML、圖片、音訊等格式。 供 markdown-creator agent 執行文件轉換時載入。
Agent 工廠。根據黃金法則創建符合最佳實踐的薄殼 Agent + 配套 Skills。 當用戶需要「建立 agent」、「新增 agent」、「create agent」、「設計 agent」、 「agent 工廠」、「造一個 agent」時使用此 skill。
Multi-pattern text search, filtering, and replacement using the Aho-Corasick algorithm. Use this skill whenever the user wants to: search for multiple keywords/patterns simultaneously in text or files, filter or detect sensitive words, scan multiple files for a list of terms, or redact/replace matched content. Triggers on phrases like "掃描關鍵字", "敏感詞過濾", "多個 pattern 搜尋", "批次掃描", "redact", "replace patterns", "keyword filter", "find multiple words", "scan files for patterns", or any task involving simultaneous multi-pattern matching. Always prefer this skill over naive grep loops when more than one pattern is involved.
Turns ideas into approved design specs through Socratic dialogue, with a HARD-GATE blocking any implementation until a design is written and approved. Use before any creative work: features, components, WP plugins / Gutenberg blocks, behaviour changes, architectural proposals. Triggers: 思考一個新功能, 比較多種實現方式, 寫設計文件, 探索 design 方案, 業務需求 trade-off, 多個 approach 比較, 規劃新模組, brainstorm a feature, design a component, compare approaches, write a spec.
| name | lib-skill-creator |
| description | 技術文件研究員的完整工作流程與規範。涵蓋文件爬取流程(Library / 主題兩種模式)、 品質規範與行為準則、SKILL 產出模板與驗收流程。 供 lib-skill-creator agent 執行文件研究與 SKILL 產出時載入。 |
將官方文件系統性萃取為 API reference 級別的 SKILL。 支援兩種輸入模式:Library(套件名稱)與 Topic(技術主題/領域)。
在開始任何工作之前,先執行依賴檢查:
bash scripts/check-skill-creator.sh
/skill-creator:skill-creator plugin
/skill-creator:skill-creator是 Phase 4(建立 SKILL)與 Phase 5(審查 SKILL)的必要依賴,缺少它無法完成產出。
references/lib-crawl-workflow.md — 文件爬取與閱讀的完整 Phase 流程:依賴掃描(Phase 0)、版本定位(Phase 1)、URL 蒐集(Phase 2)、深度閱讀(Phase 3)、主題模式(Phase T1-T3)references/lib-quality-rules.md — 品質規範與行為準則:絕對規則、品質準則、韌性準則、agent-browser 使用準則、錯誤處理對照表references/lib-skill-output.md — SKILL 產出規範:Phase 4(結構設計、SKILL.md 模板、references 規範)、Phase 5(自我檢查、官方規範審查、交付報告)Read the relevant reference file(s) based on the task at hand.
輸入是...
├─ package.json / pyproject.toml / go.mod → references/lib-crawl-workflow.md(Phase 0 依賴掃描)
├─ 特定套件名稱(如 zod v4) → references/lib-crawl-workflow.md(Phase 1-3 Library 模式)
├─ 技術主題/領域(如 CQRS) → references/lib-crawl-workflow.md(Phase T1-T3 主題模式)
├─ 需要檢查品質或 agent-browser 用法 → references/lib-quality-rules.md
└─ 要產出 SKILL 或驗收 → references/lib-skill-output.md(Phase 4-5)