plugins marketplace
← All plugins

enterprise-search

v1.3.0

Search across all of your company's tools in one place. Find anything across email, chat, documents, and wikis without switching between apps.

Claude Code5 skills5 MCP serversstreamable-http

by Anthropic23.4kupdated 37 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is enterprise-search/ inside the repository.

Layout

enterprise-search/
├── .claude-plugin/plugin.json
├── skills/digest/SKILL.md
├── skills/knowledge-synthesis/SKILL.md
├── skills/search/SKILL.md
├── skills/search-strategy/SKILL.md
├── skills/source-management/SKILL.md
└── .mcp.json

Skills5

digestskills/digest/SKILL.md

Generate a daily or weekly digest of activity across all connected sources. Use when catching up after time away, starting the day and wanting a summary of mentions and action items, or reviewing a week's decisions and document updates grouped by project.

knowledge-synthesisskills/knowledge-synthesis/SKILL.md

Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.

searchskills/search/SKILL.md

Search across all connected sources in one query. Trigger with "find that doc about...", "what did we decide on...", "where was the conversation about...", or when looking for a decision, document, or discussion that could live in chat, email, cloud storage, or a project tracker.

search-strategyskills/search-strategy/SKILL.md

Query decomposition and multi-source search orchestration. Breaks natural language questions into targeted searches per source, translates queries into source-specific syntax, ranks results by relevance, and handles ambiguity and fallback strategies.

source-managementskills/source-management/SKILL.md

Manages connected MCP sources for enterprise search. Detects available sources, guides users to connect new ones, handles source priority ordering, and manages rate limiting awareness.

MCP servers5

asanastreamable-http
url
https://mcp.asana.com/v2/mcp
atlassianstreamable-http
url
https://mcp.atlassian.com/v1/mcp
gurustreamable-http
url
https://mcp.api.getguru.com/mcp
notionstreamable-http
url
https://mcp.notion.com/mcp
slackstreamable-http
url
https://mcp.slack.com/mcp

Manifests1

enterprise-search/.claude-plugin/plugin.json
{
  "name": "enterprise-search",
  "version": "1.3.0",
  "description": "Search across all of your company's tools in one place. Find anything across email, chat, documents, and wikis without switching between apps.",
  "author": {
    "name": "Anthropic"
  }
}