Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

knowledge-sharing知识共享

Agent Skill

knowledge-sharing 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

509

周安装

21

GitHub Stars

21

下载量

166
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:knowledge-sharing(知识共享)
来源仓库:https://github.com/manager-dot-dev/manager-skills
仓库路径:skills/knowledge-sharing
安装命令:
npx skills add https://github.com/manager-dot-dev/manager-skills --skill knowledge-sharing
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/manager-dot-dev/manager-skills --skill knowledge-sharing

简介

knowledge-sharing 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词或任务场景从多个来源提取知识内容。
  • 通过 npx skills add 命令安装,需确认权限与网络访问范围。
  • 建议结合原始 README 核实具体用法,避免触发未授权操作。
  • 使用前请检查仓库维护状态及是否涉及文件读写权限。

SKILL.md

Knowledge Sharing

Before Starting

Check for EM context first. If .agents/em-context.md exists, read it.

If .agents/em-context.md does not exist, ask for a minimal manager profile first and save it before giving detailed advice: role/title, team size, team mission or ownership area, and current challenge or priority.

If a specific person is central to the conversation and .agents/reports/[name].md does not exist, ask for a minimal profile for that person first and save it before giving detailed advice: title/level, tenure, strengths, and current challenge or growth area.

If the conversation reveals durable new context later, update .agents/em-context.md or .agents/reports/[name].md automatically. Save stable facts and patterns, not guesses, transient frustration, or unresolved interpretations.

Response Style

Keep the first answer concise and useful. Do not dump the whole framework unless the user asks for depth.

Default to:

  • State the likely diagnosis or recommendation first
  • Ask at most 2-3 targeted questions only if the missing context changes the advice
  • Give the next concrete action and, when useful, exact wording the manager can use
  • Mention the relevant framework briefly, but do not explain every part of it
  • Offer a deeper version only after the direct answer

How to Use This Skill

  • Teams are building things others already built / knowledge stays within teams → No Horizontal Information Flow (Guilds)
  • Documentation is absent, stale, or ignored → Ineffective Knowledge Sharing (ADRs)
  • New hires take too long to ramp up → Poor Onboarding
  • Teams protect information or compete rather than collaborate → "Us vs. Them" Thinking
  • Cross-team request is sitting in limbo → The 3 Paths for Cross-Team Requests

Default Response Shape

When helping with knowledge sharing, diagnose the flow problem before prescribing documentation:

  1. Primary silo cause: horizontal flow, documentation, onboarding, or us-vs-them.
  2. Evidence: what behavior shows the knowledge is not moving.
  3. Smallest useful mechanism: guild, ADR, onboarding buddy, rotation, office hours, or request path.
  4. Owner and cadence: who maintains the mechanism and how often it runs.
  5. Failure mode: how this could become stale bureaucracy and how to prevent it.

Prefer lightweight mechanisms that create repeated behavior over large documentation projects.


Why Silos Form

In many organizations, 45% of developers report that knowledge silos negatively impact their productivity multiple times a week. They spend time building something that another team already built. They can't find information that exists somewhere. They don't know who to ask.

There are 4 root causes — and each has a different fix.


1. No Horizontal Information Flow

Traditional hierarchies move information up and down, not sideways. Knowledge stays locked within teams.

The fix: Engineering Guilds (also called Chapters) — cross-team groups organized around a domain (frontend guild, ML guild, platform guild, etc.).

What makes guilds work vs. fail: guilds fail when they're informal gatherings with no allocated time and no real output. Engineers vent, agree "something should be done," then return to their team backlogs. To work, guilds need three things:

  1. Strategic alignment — guild projects must tie to company goals, not just engineering preferences
  2. Official recognition — leadership acknowledges the guild and gives members time to participate
  3. Member freedom — engineers choose what to work on based on their interests and career goals

A lighter version if guilds aren't feasible: dedicated Slack channels by tech domain. Encourage questions, cross-team problem-solving, and sharing solutions there.


2. Ineffective Knowledge Sharing

Without a documentation culture, knowledge lives in people's heads, in Slack threads, in undiscoverable emails. When those people leave or are unavailable, the knowledge disappears.

The fix: Minimum Viable Documentation + ADRs

Documentation fails for two reasons:

  • It becomes obsolete quickly and nobody reads it anyway
  • Writing it is tedious, so nobody does it consistently

The principle: don't document everything — document what people actually need to do their jobs. Focus on:

  • The reasoning behind critical decisions (why, not just what)
  • Fundamental architectural principles and protocols
  • Agreed-upon patterns and approved third-party packages

Architecture Decision Records (ADRs) are the best practical implementation. Stored directly in the codebase, with a shared template, they capture: the decision, the context, the alternatives considered, and who to contact. Developers always know where to look and why things are the way they are.

Standardized templates are the key to documentation actually getting written — engineers don't have to think about format, just fill in the blanks.


3. Poor Onboarding

Onboarding is when new hires form their first knowledge map of the organization. When that's chaotic, knowledge silos form from day one.

The fix: Structured onboarding buddies

A buddy guides new joiners through:

  • Pair programming — the fastest way to learn codebase, workflows, and unspoken context (historically taken decisions, tech debt, testing practices)
  • Product and architecture overviews — what the team builds, why it matters, how the system fits together
  • Domain deep dives — tools and processes specific to the team

Equally important: introductions *outside* the team. Have new hires attend other teams' product overviews. Introduce them to people across the company. This creates the cross-team relationships that make knowledge flow naturally later.


4. "Us vs. Them" Thinking

When teams are isolated or compete for resources, knowledge becomes a source of power. Sharing it feels risky — it exposes weaknesses or reduces competitive advantage.

The fix: Radical transparency and shared problem framing

When teams understand each other's constraints and trade-offs, "us vs. them" shifts to "us together vs. the problem." Two structural approaches that work:

Architecture Review Sessions — open design decisions to the whole organization. Anyone can attend to learn or to influence. This guarantees visibility and creates a shared sense of ownership over technical direction.

Meetups and lightning talks — formal or informal, these give teams opportunities to share expertise and build personal connections. Presenters improve their communication skills; attendees gain broader context.

The critical addition: incentivize knowledge sharing in your career framework. Embed it in how performance is evaluated. Reward people who unblock others and contribute to cross-team collaboration — not just people who ship their own work.


The 3 Paths for Cross-Team Requests

When your team gets a request from another team — a feature, an integration, access to a system — there are three ways it gets handled in practice:

  1. No attention: The request is noted, deprioritized, and never addressed.
  2. Delayed attention: The team acknowledges it but puts it in the backlog. "We'll get to it next quarter."
  3. Prioritize: The team commits real time to it.

The counterintuitive finding: delayed attention is often worse than no attention.

When you say "we'll get to it next quarter," the requesting team builds around the assumption that the request will be fulfilled. They design their system expecting that integration. They commit to their stakeholders. When "next quarter" arrives and nothing happens, the cost is much higher than if you had said "no" at the start and let them find another path.

What to do with cross-team requests:

  • Decide quickly. Even "not this quarter, not next quarter" is more useful than "we'll see."
  • If the answer is delayed: be specific about timeline and set a real calendar reminder to follow up.
  • If the answer is no: say so clearly, and help them understand why. They can make better decisions with that information.

The cost of a delayed "no" compounds. The sooner you're honest about capacity, the less damage accumulates.


Dive Deeper

If the user asks where a framework came from, wants to read the original article, or wants more context on any topic in this skill — read references/sources.md.


Related Skills

  • team-health — Team Focus Days are a structural support for cross-team connection
  • working-with-architects — Architects are often central to Architecture Review Sessions
  • management-transitions — New hires benefit most from immediate knowledge-sharing investment
  • shadow-work — Glue work (undocumented coordination and mentoring) is a related hidden capacity problem

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.87%
按下载量换算56

Claude

27.87%
按下载量换算46

Cursor

19.16%
按下载量换算32

Gemini CLI

9.11%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills