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
52 changes: 6 additions & 46 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,22 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "glean-plugins",
"version": "2.0.0",
"description": "Official Glean plugins for Claude Code - enterprise knowledge integration",
"version": "2.2.0",
"description": "Official Glean plugins for Claude Code enterprise knowledge, search, people, code, and meetings.",
"owner": {
"name": "Glean",
"email": "steve.calvert@glean.com"
},
"plugins": [
{
"name": "glean-core",
"source": "./plugins/glean-core",
"description": "Core Glean MCP integration - shared skills, tool guidance, and configuration. Required foundation for all other Glean plugins."
},
{
"name": "glean-search",
"source": "./plugins/glean-search",
"description": "Enterprise search across documents, Slack, email, and other sources via Glean."
},
{
"name": "glean-people",
"source": "./plugins/glean-people",
"description": "Find experts, understand org structure, and identify stakeholders via Glean."
},
{
"name": "glean-meetings",
"source": "./plugins/glean-meetings",
"description": "Meeting intelligence - analyze transcripts, prepare for meetings, and catch up after time off."
},
{
"name": "glean-docs",
"source": "./plugins/glean-docs",
"description": "Document intelligence - analyze docs, verify specs, and onboard to new areas."
},
{
"name": "glean-code",
"source": "./plugins/glean-code",
"description": "Cross-repository code exploration - search code across your org, find examples, and discover similar implementations."
"name": "glean",
"source": "./plugins/glean",
"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": "./plugins/glean-dev-docs",
"description": "Access Glean's developer documentation - search API references, SDK guides, and integration tutorials."
},
{
"name": "glean-skills",
"source": "./plugins/glean-skills",
"description": "Discover and create Claude Code skills from work patterns."
},
{
"name": "glean-productivity",
"source": "./plugins/glean-productivity",
"description": "Personal productivity - daily briefings, weekly summaries, and activity analysis via Glean."
},
{
"name": "glean-project",
"source": "./plugins/glean-project",
"description": "Project intelligence - generate comprehensive handoff documents when transitioning ownership."
"description": "Search the public Glean developer documentation — APIs, SDKs, MCP, and integration guides for building with Glean."
}
]
}
63 changes: 63 additions & 0 deletions .pluginpack/claude.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"version": 1,
"target": "claude",
"files": [
".claude-plugin/marketplace.json",
"plugins/glean-dev-docs/.claude-plugin/plugin.json",
"plugins/glean-dev-docs/CHANGELOG.md",
"plugins/glean-dev-docs/LICENSE",
"plugins/glean-dev-docs/README.md",
"plugins/glean-dev-docs/skills/dev-docs-guide/SKILL.md",
"plugins/glean/.claude-plugin/plugin.json",
"plugins/glean/CHANGELOG.md",
"plugins/glean/LICENSE",
"plugins/glean/README.md",
"plugins/glean/agents/activity-analyzer.md",
"plugins/glean/agents/codebase-navigator.md",
"plugins/glean/agents/doc-reader.md",
"plugins/glean/agents/enterprise-searcher.md",
"plugins/glean/agents/meeting-analyzer.md",
"plugins/glean/agents/people-finder.md",
"plugins/glean/agents/plan-prep-researcher.md",
"plugins/glean/agents/project-synthesizer.md",
"plugins/glean/agents/skill-generator.md",
"plugins/glean/agents/work-pattern-analyzer.md",
"plugins/glean/skills/catch-up/SKILL.md",
"plugins/glean/skills/code-owners/SKILL.md",
"plugins/glean/skills/codebase-context/SKILL.md",
"plugins/glean/skills/connect-glean/SKILL.md",
"plugins/glean/skills/find-examples/SKILL.md",
"plugins/glean/skills/find-expert/SKILL.md",
"plugins/glean/skills/meeting-prep/SKILL.md",
"plugins/glean/skills/onboarding/SKILL.md",
"plugins/glean/skills/plan-prep/SKILL.md",
"plugins/glean/skills/project-awareness/SKILL.md",
"plugins/glean/skills/project-handoff/SKILL.md",
"plugins/glean/skills/search/SKILL.md",
"plugins/glean/skills/similar-code/SKILL.md",
"plugins/glean/skills/skill-creation-guide/SKILL.md",
"plugins/glean/skills/stakeholders/SKILL.md",
"plugins/glean/skills/using-glean-code/SKILL.md",
"plugins/glean/skills/using-glean-code/reference/exploration.md",
"plugins/glean/skills/using-glean-code/reference/plan-prep.md",
"plugins/glean/skills/using-glean-productivity/SKILL.md",
"plugins/glean/skills/using-glean-productivity/reference/activity.md",
"plugins/glean/skills/using-glean-productivity/reference/priorities.md",
"plugins/glean/skills/using-glean/SKILL.md",
"plugins/glean/skills/using-glean/reference/agents-as-tools.md",
"plugins/glean/skills/using-glean/reference/chat.md",
"plugins/glean/skills/using-glean/reference/code-search.md",
"plugins/glean/skills/using-glean/reference/employee-search.md",
"plugins/glean/skills/using-glean/reference/gmail-search.md",
"plugins/glean/skills/using-glean/reference/knowledge-graph.md",
"plugins/glean/skills/using-glean/reference/meeting-lookup.md",
"plugins/glean/skills/using-glean/reference/memory.md",
"plugins/glean/skills/using-glean/reference/outlook-search.md",
"plugins/glean/skills/using-glean/reference/read-document.md",
"plugins/glean/skills/using-glean/reference/search.md",
"plugins/glean/skills/using-glean/reference/synthesis.md",
"plugins/glean/skills/using-glean/reference/user-activity.md",
"plugins/glean/skills/using-glean/reference/vetting.md",
"plugins/glean/skills/verify-rfc/SKILL.md"
]
}
18 changes: 5 additions & 13 deletions plugins/glean-dev-docs/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
{
"name": "glean-dev-docs",
"version": "2.0.0",
"description": "Access Glean's developer documentation - search API references, SDK guides, and integration tutorials via the Glean Developer Docs MCP Server.",
"version": "2.2.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://developers.glean.com",
"repository": "https://github.com/gleanwork/claude-plugins",
"license": "MIT",
"keywords": [
"glean",
"mcp",
"developer-docs",
"api",
"sdk",
"documentation"
]
"homepage": "https://docs.glean.com/administration/platform/mcp/about",
"repository": "https://github.com/gleanwork/agent-plugins",
"license": "MIT"
}
25 changes: 25 additions & 0 deletions plugins/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 plugins/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.

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

Access Glean's developer documentation from Claude Code.
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

```bash
/glean-dev-docs:setup
```
### 1. Install the plugin

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

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

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

Once configured, ask naturally about Glean development:
- "How do I authenticate with the Glean API?"
- "Show me Python SDK examples for search"
- "What MCP tools does Glean provide?"
## What's Included

The skill auto-triggers and uses `docs_search` + `docs_fetch` to find answers.
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.

## MCP Server
## Support

- **URL**: https://developers.glean.com/mcp
- **Transport**: HTTP
- **Auth**: None (public docs)
- [Glean Developer Documentation](https://docs.glean.com)
- [GitHub Issues](https://github.com/gleanwork/agent-plugins/issues)

## vs Other Glean Plugins
## License

| Plugin | Purpose | Requires |
|--------|---------|----------|
| **glean-dev-docs** | Public developer documentation | None |
| glean-core | Enterprise knowledge | Glean account |
MIT — see [LICENSE](LICENSE) for details.
10 changes: 3 additions & 7 deletions plugins/glean-dev-docs/skills/dev-docs-guide/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
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.
when_to_use: |
Trigger phrases include "Glean API", "Glean SDK", "integrate with Glean", "Glean MCP setup", "indexing API", "Glean REST", "Glean Python SDK", "Glean JavaScript SDK", "how do I authenticate with Glean", "Glean platform docs".

Don't use this for searching internal company knowledge — that's the `using-glean` skill in `glean-core`. This skill is for the public Glean platform documentation.
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
Expand All @@ -18,7 +14,7 @@ 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. Suggest `/glean-dev-docs:setup`.
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

Expand Down Expand Up @@ -52,4 +48,4 @@ 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 in `glean-core` instead.
For **internal company data** (Slack, email, internal docs), use the `using-glean` skill instead.
13 changes: 13 additions & 0 deletions plugins/glean/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "glean",
"version": "2.2.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",
"url": "https://glean.com"
},
"homepage": "https://docs.glean.com/administration/platform/mcp/about",
"repository": "https://github.com/gleanwork/agent-plugins",
"license": "MIT"
}
25 changes: 25 additions & 0 deletions plugins/glean/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 plugins/glean/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.

Loading
Loading