librarian
✓外部文档研究和实现参考代理。当用户需要以下帮助时使用:(1) 查找官方文档和 API 参考 (2) 研究开源项目实现 (3) 寻找最佳实践和设计模式 (4) 查找 GitHub issues/PRs 历史 (5) 跨项目研究特定功能实现。触发词包括:「怎么用」「有没有例子」「文档在哪」「其他项目怎么做的」「最佳实践」「官方推荐」等研究类问题。
Installation
SKILL.md
// actions.ts 'use server' import { z } from 'zod'
const schema = z.object({ email: z.string().email(), password: z.string().min(8), })
export async function login(prevState: any, formData: FormData) { const result = schema.safeParse({ email: formData.get('email'), password: formData.get('password'), })
外部文档研究和实现参考代理。当用户需要以下帮助时使用:(1) 查找官方文档和 API 参考 (2) 研究开源项目实现 (3) 寻找最佳实践和设计模式 (4) 查找 GitHub issues/PRs 历史 (5) 跨项目研究特定功能实现。触发词包括:「怎么用」「有没有例子」「文档在哪」「其他项目怎么做的」「最佳实践」「官方推荐」等研究类问题。 Source: bahayonghang/my-claude-code-settings.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill librarian- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is librarian?
外部文档研究和实现参考代理。当用户需要以下帮助时使用:(1) 查找官方文档和 API 参考 (2) 研究开源项目实现 (3) 寻找最佳实践和设计模式 (4) 查找 GitHub issues/PRs 历史 (5) 跨项目研究特定功能实现。触发词包括:「怎么用」「有没有例子」「文档在哪」「其他项目怎么做的」「最佳实践」「官方推荐」等研究类问题。 Source: bahayonghang/my-claude-code-settings.
How do I install librarian?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill librarian Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bahayonghang/my-claude-code-settings
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01