Token导航 LogoToken导航TokenDH.com
待分类external-servicegithub未标认证来源可访问许可证需确认审计通过

yuque-group-onboarding-guide语雀集团入职指南

Agent Skill

yuque-group-onboarding-guide 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

250

周安装

10

GitHub Stars

71

下载量

81
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:yuque-group-onboarding-guide(语雀集团入职指南)
来源仓库:https://github.com/yuque/yuque-plugin
仓库路径:skills/yuque-group-onboarding-guide
安装命令:
npx skills add https://github.com/yuque/yuque-plugin --skill yuque-group-onboarding-guide
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/yuque/yuque-plugin --skill yuque-group-onboarding-guide

简介

yuque-group-onboarding-guide 处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适用于需要围绕仓库状态或协作事项进行整理的场景。
  • 通过 npx skills add 命令安装,建议结合原始 README 验证具体用法。
  • 使用前请确认权限范围和维护状态,避免触发文件读写或命令执行。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Onboarding Guide — New Member Reading Guide Generator

Scan a team's Yuque knowledge bases, identify core documents, and generate a structured onboarding reading guide organized by week and priority.

When to Use

  • A new group member is joining and needs a reading list
  • User says "帮新人整理入职文档", "create onboarding guide", "新人入职知识包"
  • Team lead wants to create a standard onboarding reading plan

Required MCP Tools

All tools are from the yuque-mcp server:

  • yuque_list_repos — List all knowledge bases in the team
  • yuque_get_toc — Get the table of contents for each knowledge base
  • yuque_get_doc — (Optional) Read specific docs for summary
  • yuque_group_members — Get group member list (for mentor assignment)
  • yuque_create_doc — Create the onboarding guide document

Workflow

Step 1: Identify the Team and Context

Gather from the user:

FieldRequiredDescription
团队标识 (Group login)YesThe team's Yuque group login
新人角色 (Role)Noe.g., 前端开发、后端开发、产品经理、设计师
入职日期 (Start date)NoFor timeline planning
特殊关注 (Focus areas)NoAny specific topics to prioritize

If the user doesn't specify a group login, ask: "请告诉我团队的语雀团队标识(group login),我来生成入职阅读指南。"

If the user doesn't specify a role, generate a general-purpose guide.

Step 2: Scan Knowledge Bases

2a. List All Repos

Tool: yuque_list_repos
Parameters:
  login: "<group_login>"
  type: "group"

2b. Get TOC for Each Repo

For each knowledge base returned, get its table of contents:

Tool: yuque_get_toc
Parameters:
  namespace: "<repo_namespace>"

Collect all document titles, slugs, and hierarchy information.

2c. Get Team Members

Tool: yuque_group_members
Parameters:
  login: "<group_login>"

Use this to suggest a mentor or point of contact for the new member.

Step 3: Categorize and Prioritize Documents

Classify documents into priority tiers based on title and location:

Tier 1 — 第一周必读 (Week 1: Must Read) Keywords to look for in titles/paths:

  • 入职、新人、指南、规范、流程
  • README, Getting Started, Overview
  • 团队介绍、组织架构、文化
  • 开发环境、环境搭建、Quick Start
  • 代码规范、提交规范、Review 流程

Tier 2 — 第二周推荐 (Week 2: Recommended) Keywords:

  • 架构、设计、技术方案
  • 产品文档、需求文档
  • 部署、发布、运维
  • API 文档、接口文档

Tier 3 — 第三周扩展 (Week 3: Extended) Keywords:

  • 历史决策、技术选型
  • 复盘、总结、经验
  • 进阶、深入、原理

If the user specified a role, boost documents relevant to that role.

Step 4: (Optional) Read Key Documents for Summaries

For Tier 1 documents (up to 5), optionally read them to provide brief summaries:

Tool: yuque_get_doc
Parameters:
  namespace: "<book_slug>"
  slug: "<doc_slug>"

Generate a 1-2 sentence summary for each.

Step 5: Generate the Onboarding Guide

Use this template:

# 🎯 新人入职阅读指南

> **团队**:[团队名称]
> **适用角色**:[角色,如"通用" / "前端开发"]
> **生成日期**:YYYY-MM-DD
> **预计阅读周期**:3 周

---

## 📖 使用说明

欢迎加入团队!这份阅读指南是根据团队知识库自动整理的,帮助你快速了解团队的技术栈、工作流程和核心知识。

建议按周计划阅读,遇到问题随时问团队成员。

---

## 📅 第一周:快速上手

> 目标:了解团队基本情况,搭建开发环境,熟悉工作流程

### 必读文档

| # | 文档 | 知识库 | 简介 | 预计时间 |
|---|------|--------|------|----------|
| 1 | [文档标题](链接) | [库名] | [一句话简介] | ~X 分钟 |
| 2 | [文档标题](链接) | [库名] | [一句话简介] | ~X 分钟 |

### ✅ 第一周 Checklist

- [ ] 阅读团队介绍文档
- [ ] 完成开发环境搭建
- [ ] 了解代码提交规范
- [ ] 熟悉项目目录结构

---

## 📅 第二周:深入了解

> 目标:理解系统架构,熟悉核心业务逻辑

### 推荐文档

| # | 文档 | 知识库 | 简介 | 预计时间 |
|---|------|--------|------|----------|
| 1 | [文档标题](链接) | [库名] | [一句话简介] | ~X 分钟 |

### ✅ 第二周 Checklist

- [ ] 理解系统整体架构
- [ ] 熟悉核心业务流程
- [ ] 完成第一个小任务

---

## 📅 第三周:扩展阅读

> 目标:了解技术决策背景,建立全局视野

### 扩展文档

| # | 文档 | 知识库 | 简介 |
|---|------|--------|------|
| 1 | [文档标题](链接) | [库名] | [一句话简介] |

---

## 🗺️ 知识库导航

| 知识库 | 描述 | 文档数 | 推荐度 |
|--------|------|--------|--------|
| [库名](链接) | [描述] | X 篇 | ⭐⭐⭐ |
| [库名](链接) | [描述] | X 篇 | ⭐⭐ |

---

## 💡 Tips

- 🔍 善用语雀搜索功能,遇到问题先搜一搜
- 📝 阅读过程中发现文档过时,欢迎直接更新
- 💬 有疑问随时在文档下方评论,或找 [mentor 姓名] 交流
- 📚 这份指南是自动生成的,如有遗漏请反馈

---

> 📌 本指南基于团队语雀知识库自动生成,生成时间:YYYY-MM-DD

Step 6: Save to Yuque

Tool: yuque_create_doc
Parameters:
  repo_id: "<namespace>"    # e.g., "mygroup/mybook"
  title: "新人入职阅读指南 - [角色] - YYYY-MM-DD"
  body: "<formatted guide>"
  format: "markdown"

Step 7: Confirm

✅ 入职阅读指南已生成!

📄 **[新人入职阅读指南](文档链接)**
📚 已保存到:「知识库名称」

### 概览
- 扫描了 X 个知识库,共 X 篇文档
- 筛选出 X 篇核心文档
- 按 3 周计划组织阅读路径

Guidelines

  • Prioritize breadth over depth — the guide should cover all important repos, not just one
  • Estimate reading time: ~5 min for short docs, ~15 min for long ones, ~30 min for complex technical docs
  • If a repo has no clear "getting started" doc, note it as a gap
  • Tailor the checklist items to the specified role
  • Keep the guide actionable — every item should have a clear link
  • Use group member info from yuque_group_members to suggest a mentor

Error Handling

SituationAction
yuque_list_repos returns emptyAsk user to verify group login and group Token
yuque_get_toc fails for a repoSkip that repo, note it in the guide
yuque_group_members failsSkip mentor suggestion, still generate the guide
Team has very few docs (<10)Create a simpler guide, suggest the group build more docs
Team has many docs (>100)Be more selective, focus on top 20-30 most important
No docs match the specified roleFall back to general guide, note role-specific docs are missing
Group login not providedAsk user for the team's group login
Team Token not configuredInform user that group features require a team-level Token

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.04%
按下载量换算28

Claude

28.73%
按下载量换算23

Cursor

19.53%
按下载量换算16

Gemini CLI

9.88%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills