u9401066/pubmed-search-mcp · Archived

readme-updater

Intelligently update README.md to sync with code changes. Triggers: readme, 說明, 更新說明, update readme, 文檔同步.

First seen Jul 15, 2026

Installation

$ npx skills add u9401066/pubmed-search-mcp --skill readme-updater

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from u9401066/pubmed-search-mcp · top by installs.

npx skills add u9401066/pubmed-search-mcp

Browse all from u9401066/pubmed-search-mcp

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 27
License LICENSE
Default branch master
Open issues 2
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,798 B
  • docs SUMMARY.md 148 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

README 更新技能

描述

智能更新 README.md,保持與程式碼同步。

觸發條件

  • 「更新 README」
  • 被 git-precommit 編排器調用
  • 新增重要功能後

法規依據

  • 憲法:CONSTITUTION.md 第 6 條

更新策略

1. 偵測變更類型

  • 新功能 → 更新功能列表
  • 新依賴 → 更新安裝說明
  • API 變更 → 更新使用範例
  • 結構變更 → 更新專案結構

2. 更新區塊

區塊 條件
功能列表 新增/移除功能
安裝說明 依賴變更
使用範例 API 變更
專案結構 目錄結構變更
配置說明 新增設定選項
工具數量 MCP 工具變更

⚠️ 工具數量同步

當 MCP 工具有新增或移除時,必須先執行:

uv run python scripts/count_mcp_tools.py --update-docs

此腳本會自動更新所有文件中的工具數量和列表,包含:

  • README.md / README.zh-TW.md(工具數量)
  • copilot-instructions.md(工具數量 + 列表)
  • TOOLS_INDEX.md(完整工具索引)
  • instructions.py(MCP Server 內嵌工具列表)
  • pubmed-mcp-tools-reference SKILL(完整工具參考)

3. 保持區塊

以下區塊不自動修改:

  • 授權資訊
  • 貢獻指南
  • 致謝

輸出格式

📝 README 更新分析

變更偵測:
  ✅ 新增功能:用戶認證模組
  ✅ 新增依賴:bcrypt

建議更新:
  [功能列表] 新增「🔐 用戶認證」
  [安裝說明] 新增 bcrypt 安裝指令

預覽:
  ## 功能
  - 🤖 Claude Skills
  - 📝 Memory Bank
+ - 🔐 用戶認證(新增)