Agent skill · Backend & API

hanlin

联网查证 Claude Code 官方文档、GitHub Issues、Changelog,确认 API 或功能的最新状态并评估对架构的影响

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill hanlin --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/hanlin/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: 翰林院 > **适用 Agent**:太子(Lead) > **加载时机**:太子自主查证,或三省通过 SendMessage 请求太子代为查证时 ## 功能 充当系统的"知识顾问",通过联网搜索确认 Claude Code 的最新能力状态,避免基于过时信息做出错误架构决策。 ## 调用方式 | 调用方 | 流程 | |--------|------| | 太子 | 直接加载 Skill 执行查证 | | 三省 | SendMessage 向太子提出查证请求(附具体问题)→ 太子执行查证 → 太子将结果回传请求方 | 三省不得直接使用 WebSearch/WebFetch 工具,须经太子中转。 ## 查证流程 ### 第一步:明确查证问题 调用方须明确要查证的具体问题,例如: - "Agent tool 是否支持 Teammate 调用?" - "TaskCreate 是否支持自定义 metadata 字段?" - "最新版本是否修复了 Teammate 存活检测问题?" ### 第二步:多源搜索 太子使用 WebSearch / WebFetch 工具,按优先级搜索以下来源: | 优先级 | 来源 | 搜索方式 | |--------|------|---------| | 1 | Claude Code 官方文档 | WebSearch: `site:docs.anthropic.com claude code {关键词}` | | 2 | GitHub Issues | WebSearch: `site:github.com/anthropics/claude-code issues {关键词}` | | 3 | GitHub Changelog/Releases | WebFetch: `https://github.com/anthropics/claude-code/releases` | | 4 | 社区讨论 | WebSearch: `claude code {关键词} site:github.com OR site:stackoverflow.com` | ### 第三步:输出查证报告 ```json { "type": "hanlin_report", "query": "查证的具体问题", "verdict": "confirmed | denied | uncertain | deprecated", "summary": "一段话结论", "sources": [ { "title": "来源标题", "url": "...", "relevance": "摘要" } ], "impact_assessment": "对当前三省六部架构的影响评估(无影响/需调整/需重新设计)", "recommendations"

What's inside
Steps it walks through
  1. 功能
  2. 调用方式
  3. 查证流程
  4. 第一步:明确查证问题
  5. 第二步:多源搜索
  6. 第三步:输出查证报告
  7. verdict 含义
  8. 约束
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the hanlin skill do?

联网查证 Claude Code 官方文档、GitHub Issues、Changelog,确认 API 或功能的最新状态并评估对架构的影响

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill hanlin --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going