gleanwork

91 mods across 9 repositories, 284 stars between them.

find-examples

25

gleanwork/claude-plugins

Skill Claude CodeCodex

Find usage examples of an API, library, or code pattern across internal repositories — use when looking for how other teams use an internal API, library, or pattern before implementing something new.

25 12d ago A 41 tokens original MIT

find-expert

26

gleanwork/claude-plugins

Skill Claude CodeCodex

Find subject matter experts on a topic, technology, or internal system by combining real expertise signals (code contributions, document authorship, and meeting or discussion activity) rather than relying on job titles. Use this whenever the user wants to know who to ask about something — phrasings such as who knows…

25 12d ago A 152 tokens original MIT

glean_run

27

gleanwork/claude-plugins

Skill Claude CodeCodex

Discover and run Glean skills for enterprise app tasks.

25 12d ago A 14 tokens original MIT

meeting-prep

28

gleanwork/claude-plugins

Skill Claude CodeCodex

Prepare for an upcoming meeting — surface context from past meetings, related docs, and attendee information. Trigger phrases include "prep for my meeting", "context for the meeting", "what should I know before", "1:1 prep with", "prepare for [name]", "background on this meeting", "agenda context", "talking points…

25 12d ago A 74 tokens original MIT

onboarding

29

gleanwork/claude-plugins

Skill Claude CodeCodex

Get up to speed on a new team, project, or area — surface key people, foundational docs, current priorities, and recent activity. Trigger phrases include "onboard me on", "get me up to speed on", "intro to [team / area / project]", "I'm new to", "help me understand [team]", "where do I start with", "ramp up on"…

25 12d ago A 92 tokens original MIT

plan-prep

30

gleanwork/claude-plugins

Skill Claude CodeCodex

Research enterprise context before plan mode — surface design docs, similar implementations, stakeholders, and related systems before architecting or designing a feature.

25 12d ago A 31 tokens original MIT

project-awareness

31

gleanwork/claude-plugins

Skill Claude CodeCodex

Quick project context — surface a project's status, owner, recent activity, and key links. Use when the user wants a fast situational read on a project (trigger phrases include what's the status of, who owns, what's happening with, where does the project stand) rather than a deep handoff document.

25 12d ago A 64 tokens original MIT

project-handoff

32

gleanwork/claude-plugins

Skill Claude CodeCodex

Generate a comprehensive handoff document so someone new can take over a project — current state, key people, essential knowledge, open items, and a first-30-days plan. Use when the user is handing off a project (trigger phrases include "generate a handoff", "hand off this project", "create a handoff doc", "I'm going…

25 12d ago A 105 tokens original MIT

search

33

gleanwork/claude-plugins

Skill Claude CodeCodex

Search Glean enterprise knowledge - use for find the doc about, search for, where is, look up, search company knowledge, search Glean for; returns vetted results with freshness and authority indicators. For broader enterprise queries needing synthesis across multiple tools, prefer the using-glean skill instead.

25 12d ago A 61 tokens original MIT

similar-code

34

gleanwork/claude-plugins

Skill Claude CodeCodex

Find similar implementations and prior art for a code pattern across internal repositories — use when checking whether something already exists internally before building it, or looking for reference implementations to follow.

25 12d ago A 37 tokens original MIT

gleanwork/claude-plugins

Skill Claude CodeCodex

Guide the user through authoring a new agent skill — when a skill is worth creating, the SKILL.md format, progressive disclosure, and common pitfalls. Also covers discovering skill opportunities from the user's work patterns and generating a SKILL.md from a description. Trigger phrases include "create a skill", "write…

25 12d ago A 136 tokens original MIT

stakeholders

36

gleanwork/claude-plugins

Skill Claude CodeCodex

Identify people who need to approve, consult on, or be informed about a change or project — use when someone asks who needs to know about a change, who should be looped in, who needs to approve, who should be consulted, who is affected, or needs a RACI for a change, refactor, migration, or decision.

25 12d ago A 72 tokens original MIT

using-glean-code

37

gleanwork/claude-plugins

Skill Claude CodeCodex

Search and analyze internal source code across the organization's repositories — use when asked how something is implemented, where the code for a system lives, who has been working on a codebase, or to find similar patterns across teams. Trigger phrases include how is X implemented, where is the code for, find the…

25 12d ago A 151 tokens original MIT

gleanwork/claude-plugins

Skill Claude CodeCodex

Synthesize the user's own work activity, priorities, and recent context using Glean — use when the user asks about their recent work, what they accomplished, what is urgent, what needs their attention, or wants help with status updates, 1:1 prep, or weekly summaries. Trigger phrases include what have I been working…

25 12d ago A 152 tokens original MIT

using-glean

39

gleanwork/claude-plugins

Skill Claude CodeCodex

Use Glean MCP tools to answer questions about company documents, internal wikis, policies, RFCs, design docs, people, teams, meetings, decisions, action items, email, calendar events, internal code, and the user's own work activity. Reach for this whenever the answer lives in enterprise systems rather than the local…

25 12d ago A 171 tokens original MIT

verify-rfc

40

gleanwork/claude-plugins

Skill Claude CodeCodex

Verify an RFC or design doc against the actual implementation — find drift, missing pieces, and undocumented changes. Trigger phrases include "verify the RFC", "compare design doc to implementation", "is the spec implemented", "does the code match the design", "what's drifted from the RFC", "audit the doc against"…

25 12d ago A 83 tokens original MIT

gleanwork/mcp-server-tester

Instructions file CodexOpenCode

Instructions for gleanwork/mcp-server-tester, covering agents.md, project overview, common commands, build (includes ui reporter build) and unit tests (vitest).

19 13d ago A 3,456 tokens original MIT

gleanwork/mcp-server-tester

Instructions file

Instructions for gleanwork/mcp-server-tester, a project described as: Playwright-based testing and eval framework for MCP servers with LLM-as-a-judge.

19 13d ago A 5 tokens copy · 100% MIT

mcp-tester-guide

43

gleanwork/mcp-server-tester

Skill Claude CodeCodex

Reference guide for @gleanwork/mcp-server-tester — the Playwright-based testing and evaluation framework for MCP servers. Covers import paths, all 11 matchers, transport config, eval datasets, reporter setup, CLI commands, auth patterns, and common anti-patterns. Use when working with MCP server tests or evals.

19 13d ago A 73 tokens original MIT

gleanwork/mcp-server-tester

Skill Claude CodeCodex

Run AI-driven tool-metadata optimization experiments for MCP servers using runVariantExperiment. Use when asked to improve tool descriptions, input schemas, or parameter descriptions, fix tool triggering, optimize tool discoverability, or run variant experiments against an eval dataset. Produces a measured…

19 13d ago A 77 tokens original MIT

write-mcp-eval

45

gleanwork/mcp-server-tester

Skill Claude CodeCodex

Generate data-driven eval datasets for MCP server testing. Use when asked to create evals, evaluation datasets, or data-driven tests for MCP tools. Produces JSON eval datasets and Playwright test runners for @gleanwork/mcp-server-tester.

19 13d ago A 56 tokens original MIT

write-mcp-host-eval

46

gleanwork/mcp-server-tester

Skill Claude CodeCodex

Generate LLM host simulation evals for MCP servers. Use when asked to test tool discoverability, write mcphost evals, or validate tool descriptions with real LLM calls. Produces eval datasets and test runners where an LLM discovers and calls tools from natural language scenarios.

19 13d ago A 64 tokens original MIT

write-mcp-test

47

gleanwork/mcp-server-tester

Skill Claude CodeCodex

Generate Playwright tests for MCP server tools. Use when asked to write MCP tests, test MCP tools, or create test files for an MCP server. Produces direct-mode tests using @gleanwork/mcp-server-tester fixtures.

19 13d ago A 52 tokens original MIT

gleanwork/pluginpack

Instructions file

Instructions for gleanwork/pluginpack, covering pluginpack — agent guide, commands, architecture, targets and conformance.

5 21d ago A 1,676 tokens original MIT