Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "steve.calvert@glean.com"
},
"metadata": {
"description": "Official Glean plugin for Cursor — enterprise knowledge, code search, and people discovery.",
"description": "Official Glean plugins for Cursor — enterprise knowledge, code search, and people discovery.",
"keywords": [
"glean",
"enterprise-search",
Expand All @@ -19,8 +19,13 @@
{
"name": "glean",
"source": "glean",
"description": "Official Glean plugin for Cursor — enterprise search, code exploration, and people discovery."
"description": "Official Glean plugin — search documents, Slack, and email; explore code across repos; find experts and stakeholders; prep for meetings and onboarding."
},
{
"name": "glean-dev-docs",
"source": "glean-dev-docs",
"description": "Search the public Glean developer documentation — APIs, SDKs, MCP, and integration guides for building with Glean."
}
],
"version": "2.1.1"
"version": "3.0.0"
}
67 changes: 67 additions & 0 deletions .pluginpack/cursor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"version": 1,
"target": "cursor",
"files": [
".cursor-plugin/marketplace.json",
"glean-dev-docs/.cursor-plugin/plugin.json",
"glean-dev-docs/CHANGELOG.md",
"glean-dev-docs/LICENSE",
"glean-dev-docs/README.md",
"glean-dev-docs/skills/dev-docs-guide/SKILL.md",
"glean/.cursor-plugin/plugin.json",
"glean/CHANGELOG.md",
"glean/LICENSE",
"glean/README.md",
"glean/agents/activity-analyzer.md",
"glean/agents/codebase-navigator.md",
"glean/agents/doc-reader.md",
"glean/agents/enterprise-searcher.md",
"glean/agents/meeting-analyzer.md",
"glean/agents/people-finder.md",
"glean/agents/plan-prep-researcher.md",
"glean/agents/project-synthesizer.md",
"glean/agents/skill-generator.md",
"glean/agents/work-pattern-analyzer.md",
"glean/assets/avatar.png",
"glean/assets/avatar.svg",
"glean/rules/glean-result-vetting.mdc",
"glean/rules/glean-tool-selection.mdc",
"glean/skills/catch-up/SKILL.md",
"glean/skills/code-owners/SKILL.md",
"glean/skills/codebase-context/SKILL.md",
"glean/skills/connect-glean/SKILL.md",
"glean/skills/find-examples/SKILL.md",
"glean/skills/find-expert/SKILL.md",
"glean/skills/meeting-prep/SKILL.md",
"glean/skills/onboarding/SKILL.md",
"glean/skills/plan-prep/SKILL.md",
"glean/skills/project-awareness/SKILL.md",
"glean/skills/project-handoff/SKILL.md",
"glean/skills/search/SKILL.md",
"glean/skills/similar-code/SKILL.md",
"glean/skills/skill-creation-guide/SKILL.md",
"glean/skills/stakeholders/SKILL.md",
"glean/skills/using-glean-code/SKILL.md",
"glean/skills/using-glean-code/reference/exploration.md",
"glean/skills/using-glean-code/reference/plan-prep.md",
"glean/skills/using-glean-productivity/SKILL.md",
"glean/skills/using-glean-productivity/reference/activity.md",
"glean/skills/using-glean-productivity/reference/priorities.md",
"glean/skills/using-glean/SKILL.md",
"glean/skills/using-glean/reference/agents-as-tools.md",
"glean/skills/using-glean/reference/chat.md",
"glean/skills/using-glean/reference/code-search.md",
"glean/skills/using-glean/reference/employee-search.md",
"glean/skills/using-glean/reference/gmail-search.md",
"glean/skills/using-glean/reference/knowledge-graph.md",
"glean/skills/using-glean/reference/meeting-lookup.md",
"glean/skills/using-glean/reference/memory.md",
"glean/skills/using-glean/reference/outlook-search.md",
"glean/skills/using-glean/reference/read-document.md",
"glean/skills/using-glean/reference/search.md",
"glean/skills/using-glean/reference/synthesis.md",
"glean/skills/using-glean/reference/user-activity.md",
"glean/skills/using-glean/reference/vetting.md",
"glean/skills/verify-rfc/SKILL.md"
]
}
15 changes: 15 additions & 0 deletions glean-dev-docs/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "glean-dev-docs",
"displayName": "Glean Developer Docs",
"version": "3.0.0",
"description": "Search the public Glean developer documentation — APIs, SDKs, MCP, and integration guides for building with Glean.",
"author": {
"name": "Glean",
"email": "steve.calvert@glean.com",
"url": "https://glean.com"
},
"homepage": "https://docs.glean.com/administration/platform/mcp/about",
"repository": "https://github.com/gleanwork/agent-plugins",
"license": "MIT",
"skills": "./skills/"
}
25 changes: 25 additions & 0 deletions glean-dev-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## [2.1.1](https://github.com/gleanwork/cursor-plugins/compare/v2.1.0...v2.1.1) (2026-03-17)

## [2.1.0](https://github.com/gleanwork/cursor-plugins/compare/v2.0.0...v2.1.0) (2026-02-26)

### Features

* update plugin category and keywords for Cursor marketplace ([7991c0e](https://github.com/gleanwork/cursor-plugins/commit/7991c0eeb31bac044d7750973c36ee9973e34a02))

## [2.0.0](https://github.com/gleanwork/cursor-plugins/compare/v1.0.0...v2.0.0) (2026-02-25)

## 1.0.0 (2026-02-21)

All notable changes to this project will be documented in this file.

## 0.1.0 (Unreleased)

### Features

- **glean-core**: Foundation plugin with 6 skills, 2 rules, and 2 commands
- **glean-search**: Enterprise search agent and command
- **glean-code**: Cross-repo code exploration with 2 agents and 5 commands
- **glean-people**: People finder agent and stakeholder discovery commands
- Validation script and CI workflow
22 changes: 22 additions & 0 deletions glean-dev-docs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2024 Glean Technologies, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

33 changes: 33 additions & 0 deletions glean-dev-docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Glean Developer Docs

Search the public [Glean developer documentation](https://docs.glean.com) — APIs, SDKs,
MCP, authentication, indexing, and integration guides for building *with* Glean.

This is a separate, focused plugin for people building on the Glean platform. For
searching your own company's internal knowledge, use the main **Glean** plugin instead.

## Setup

### 1. Install the plugin

Install from your host's plugin marketplace (Claude Code or Cursor).

### 2. Configure the Glean Dev Docs MCP server

This plugin uses the public Glean Developer Docs MCP server. See your host's MCP
setup to add it; no Glean account is required.

## What's Included

A single skill that auto-triggers when you ask about building with Glean — API
syntax, SDK usage, MCP setup, indexing, authentication, and platform integration.
It searches the public developer documentation and returns cited answers.

## Support

- [Glean Developer Documentation](https://docs.glean.com)
- [GitHub Issues](https://github.com/gleanwork/agent-plugins/issues)

## License

MIT — see [LICENSE](LICENSE) for details.
51 changes: 51 additions & 0 deletions glean-dev-docs/skills/dev-docs-guide/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: dev-docs-guide
description: Search the public Glean developer documentation for API, SDK, MCP, authentication, indexing, and integration details. Use when the user is building with Glean rather than searching internal company knowledge — trigger phrases include Glean API, Glean SDK, integrate with Glean, indexing API, Glean Python or JavaScript SDK, and how to authenticate with Glean. Don't use it for internal company knowledge, which the using-glean skill covers.
---

# Glean Developer Documentation Guide

When users ask about developing with Glean, use the Glean Developer Docs MCP tools.

## Tools

This skill uses two tools (refer to them by their bare names):

- `docs_search` — search across the public Glean developer documentation
- `docs_fetch` — get the full content of a documentation page by URL

If these tools aren't visible in the active inventory, the user hasn't configured the Glean Dev Docs MCP server for this host — point them at their host's Glean Dev Docs MCP setup.

## When to use

- **Glean API** — endpoints, authentication, rate limits
- **SDK usage** — Python, JavaScript installation and examples
- **MCP integration** — server configuration, tool capabilities
- **Platform concepts** — indexing, search configuration, connectors

## Tool selection

| Need | Tool | Example |
|---|---|---|
| Find relevant docs | `docs_search` | `docs_search "API authentication"` |
| Get implementation details | `docs_fetch` | `docs_fetch "https://developers.glean.com/docs/api/auth"` |

## Workflow

1. **Search first**: `docs_search "user query terms"`
2. **Review results**: identify the most relevant pages
3. **Fetch for details**: `docs_fetch "[url]"` for code examples
4. **Cite sources**: always include documentation URLs

## Query tips

Good: `"OAuth token refresh"`, `"Python SDK search API"`
Less effective: `"authentication"`, `"API"`, `"how to use"`

## Differentiating from enterprise Glean

This skill is for **public developer documentation**:
- How to build with Glean APIs / SDKs
- MCP configuration guides

For **internal company data** (Slack, email, internal docs), use the `using-glean` skill instead.
12 changes: 7 additions & 5 deletions glean/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "glean",
"displayName": "Glean",
"version": "2.1.1",
"description": "Official Glean plugin for Cursor — search documents, Slack, and email; explore code across repos; and find experts and stakeholders.",
"version": "3.0.0",
"description": "Official Glean plugin — search documents, Slack, and email; explore code across repos; find experts and stakeholders; prep for meetings and onboarding.",
"author": {
"name": "Glean",
"email": "steve.calvert@glean.com"
"email": "steve.calvert@glean.com",
"url": "https://glean.com"
},
"homepage": "https://docs.glean.com/administration/platform/mcp/about",
"repository": "https://github.com/gleanwork/cursor-plugins",
"repository": "https://github.com/gleanwork/agent-plugins",
"license": "MIT",
"logo": "assets/avatar.svg",
"keywords": [
Expand All @@ -35,5 +36,6 @@
],
"skills": "./skills/",
"agents": "./agents/",
"rules": "./rules/"
"rules": "./rules/",
"assets": "./assets/"
}
24 changes: 22 additions & 2 deletions glean/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.0.0
## [2.1.1](https://github.com/gleanwork/cursor-plugins/compare/v2.1.0...v2.1.1) (2026-03-17)

- Initial release: consolidated glean-core, glean-search, glean-code, and glean-people into a single plugin
## [2.1.0](https://github.com/gleanwork/cursor-plugins/compare/v2.0.0...v2.1.0) (2026-02-26)

### Features

* update plugin category and keywords for Cursor marketplace ([7991c0e](https://github.com/gleanwork/cursor-plugins/commit/7991c0eeb31bac044d7750973c36ee9973e34a02))

## [2.0.0](https://github.com/gleanwork/cursor-plugins/compare/v1.0.0...v2.0.0) (2026-02-25)

## 1.0.0 (2026-02-21)

All notable changes to this project will be documented in this file.

## 0.1.0 (Unreleased)

### Features

- **glean-core**: Foundation plugin with 6 skills, 2 rules, and 2 commands
- **glean-search**: Enterprise search agent and command
- **glean-code**: Cross-repo code exploration with 2 agents and 5 commands
- **glean-people**: People finder agent and stakeholder discovery commands
- Validation script and CI workflow
60 changes: 14 additions & 46 deletions glean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,51 +27,19 @@ Restart Cursor after editing — OAuth authentication is handled automatically o

## What's Included

### Skills

| Skill | Description |
| ----- | ----------- |
| `enterprise-search` | Search company docs, wikis, policies, and internal knowledge |
| `search` | Structured Glean search with result vetting and quality assessment |
| `mcp-setup` | Configure a Glean MCP server connection in Cursor |
| `mcp-status` | Check the status of your Glean MCP connection |
| `glean-tools-guide` | Reference for selecting the right Glean tool |
| `confidence-signals` | Communicate reliability and freshness of Glean results |
| `meeting-context` | Find decisions and action items from meetings |
| `people-lookup` | Find people by role, team, or expertise |
| `synthesis-patterns` | Combine results across multiple Glean sources |
| `code-exploration` | Explore code across your org's repositories |
| `code-owners` | Identify who owns or maintains a code area |
| `codebase-context` | Get architectural context from internal repositories |
| `find-examples` | Find usage examples of APIs or patterns across the org |
| `plan-prep` | Research enterprise context before planning a feature |
| `similar-code` | Find similar implementations across repos |
| `find-expert` | Find subject matter experts based on contributions |
| `stakeholders` | Identify stakeholders for a change or project |

### Agents

| Agent | Description |
| ----- | ----------- |
| `enterprise-searcher` | Searches enterprise knowledge across documents, Slack, and email |
| `people-finder` | Finds people by role, expertise, or org relationship |
| `codebase-navigator` | Navigates internal code repos to find implementations and trace dependencies |
| `plan-prep-researcher` | Researches enterprise context and similar patterns for planning tasks |

### Commands

| Command | Description |
| ------- | ----------- |
| `/mcp-setup` | Walk through Glean MCP server setup |
| `/mcp-status` | Check your Glean MCP connection |
| `/search` | Search Glean enterprise knowledge |
| `/code-owners` | Find who owns a code area |
| `/codebase-context` | Get architectural context for a system |
| `/find-examples` | Find usage examples across repos |
| `/plan-prep` | Research context before entering plan mode |
| `/similar-code` | Find similar implementations |
| `/find-expert` | Find experts on a topic |
| `/stakeholders` | Identify stakeholders for a change |
The plugin ships a library of skills (plus supporting agents and rules) that
auto-trigger by task — there's no per-skill install. They cover:

- **Enterprise search & knowledge** — find documents, Slack messages, and email; vet results for freshness and authority.
- **Code across repos** — explore implementations, find usage examples and similar code, identify code owners, and gather architectural context.
- **People & org** — find experts by contribution, and identify stakeholders for a change or project.
- **Meetings** — prep for upcoming meetings and catch up on what you missed.
- **Onboarding & projects** — ramp up on a team or area, read quick project status, and generate comprehensive project handoffs.
- **Personal productivity** — summarize your own activity, prep status updates, and surface what needs your attention.
- **Skill authoring** — discover automation opportunities and generate new skills.

Glean tools are used through whatever Glean MCP server is connected in Cursor;
if none is configured, see your host's Glean MCP setup (above).

## Requirements

Expand All @@ -83,7 +51,7 @@ Restart Cursor after editing — OAuth authentication is handled automatically o

- [Glean MCP Documentation](https://docs.glean.com/mcp)
- [Glean Support](https://help.glean.com)
- [GitHub Issues](https://github.com/gleanwork/cursor-plugins/issues)
- [GitHub Issues](https://github.com/gleanwork/agent-plugins/issues)

## License

Expand Down
Loading
Loading