Back to Skills

Source Management

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.

$ npx promptcreek add source-management

Auto-detects your installed agents and installs the skill to each one.

What This Skill Does

This skill manages data sources for enterprise search, helping users connect new sources and understand what's available. It's designed for users who want to expand their search capabilities by integrating more tools. The skill also prioritizes sources based on the query type.

When to Use

  • Check which sources are currently connected.
  • Guide users to connect additional sources.
  • Prioritize search results based on source relevance.
  • Determine the key capabilities of each source.
  • Suggest relevant sources based on the user's query.
  • Inform users when a specific tool is not connected.

Key Features

Identifies available MCP sources.
Guides users through connecting new sources.
Prioritizes sources based on query type.
Provides instructions for connecting specific tools.
Offers suggestions for expanding search capabilities.
Informs users about the benefits of connecting more sources.

Installation

Run in your project directory:
$ npx promptcreek add source-management

Auto-detects your installed agents (Claude Code, Cursor, Codex, etc.) and installs the skill to each one.

View Full Skill Content

Source Management

> If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Knows what sources are available, helps connect new ones, and manages how sources are queried.

Checking Available Sources

Determine which MCP sources are connected by checking available tools. Each source corresponds to a set of MCP tools:

| Source | Key capabilities |

|--------|-----------------|

| ~~chat | Search messages, read channels and threads |

| ~~email | Search messages, read individual emails |

| ~~cloud storage | Search files, fetch document contents |

| ~~project tracker | Search tasks, typeahead search |

| ~~CRM | Query records (accounts, contacts, opportunities) |

| ~~knowledge base | Semantic search, keyword search |

If a tool prefix is available, the source is connected and searchable.

Guiding Users to Connect Sources

When a user searches but has few or no sources connected:

You currently have [N] source(s) connected: [list].

To expand your search, you can connect additional sources in your MCP settings:

  • ~~chat — messages, threads, channels
  • ~~email — emails, conversations, attachments
  • ~~cloud storage — docs, sheets, slides
  • ~~project tracker — tasks, projects, milestones
  • ~~CRM — accounts, contacts, opportunities
  • ~~knowledge base — wiki pages, knowledge base articles

The more sources you connect, the more complete your search results.

When a user asks about a specific tool that is not connected:

[Tool name] isn't currently connected. To add it:
  • Open your MCP settings
  • Add the [tool] MCP server configuration
  • Authenticate when prompted

Once connected, it will be automatically included in future searches.

Source Priority Ordering

Different query types benefit from searching certain sources first. Use these priorities to weight results, not to skip sources:

By Query Type

Decision queries ("What did we decide..."):

1. ~~chat (conversations where decisions happen)
  • ~~email (decision confirmations, announcements)
  • ~~cloud storage (meeting notes, decision logs)
  • Wiki (if decisions are documented)
  • Task tracker (if decisions are captured in tasks)

Status queries ("What's the status of..."):

1. Task tracker (~~project tracker — authoritative status)
  • ~~chat (real-time discussion)
  • ~~cloud storage (status docs, reports)
  • ~~email (status update emails)
  • Wiki (project pages)

Document queries ("Where's the doc for..."):

1. ~~cloud storage (primary doc storage)
  • Wiki / ~~knowledge base (knowledge base)
  • ~~email (docs shared via email)
  • ~~chat (docs shared in channels)
  • Task tracker (docs linked to tasks)

People queries ("Who works on..." / "Who knows about..."):

1. ~~chat (message authors, channel members)
  • Task tracker (task assignees)
  • ~~cloud storage (doc authors, collaborators)
  • ~~CRM (account owners, contacts)
  • ~~email (email participants)

Factual/Policy queries ("What's our policy on..."):

1. Wiki / ~~knowledge base (official documentation)
  • ~~cloud storage (policy docs, handbooks)
  • ~~email (policy announcements)
  • ~~chat (policy discussions)

Default Priority (General Queries)

When query type is unclear:

1. ~~chat (highest volume, most real-time)
  • ~~email (formal communications)
  • ~~cloud storage (documents and files)
  • Wiki / ~~knowledge base (structured knowledge)
  • Task tracker (work items)
  • CRM (customer data)

Rate Limiting Awareness

MCP sources may have rate limits. Handle them gracefully:

Detection

Rate limit responses typically appear as:

  • HTTP 429 responses
  • Error messages mentioning "rate limit", "too many requests", or "quota exceeded"
  • Throttled or delayed responses

Handling

When a source is rate limited:

  • Do not retry immediately — respect the limit
  • Continue with other sources — do not block the entire search
  • Inform the user:
Note: [Source] is temporarily rate limited. Results below are from

[other sources]. You can retry in a few minutes to include [source].

  • For digests — if rate limited mid-scan, note which time range was covered before the limit hit

Prevention

  • Avoid unnecessary API calls — check if the source is likely to have relevant results before querying
  • Use targeted queries over broad scans when possible
  • For digests, batch requests where the API supports it
  • Cache awareness: if a search was just run, avoid re-running the same query immediately

Source Health

Track source availability during a session:

Source Status:

~~chat: ✓ Available

~~email: ✓ Available

~~cloud storage: ✓ Available

~~project tracker: ✗ Not connected

~~CRM: ✗ Not connected

~~knowledge base: ⚠ Rate limited (retry in 2 min)

When reporting search results, include which sources were searched so the user knows the scope of the answer.

Adding Custom Sources

The enterprise search plugin works with any MCP-connected source. As new MCP servers become available, they can be added to the .mcp.json configuration. The search and digest commands will automatically detect and include new sources based on available tools.

To add a new source:

  • Add the MCP server configuration to .mcp.json
  • Authenticate if required
  • The source will be included in subsequent searches automatically
0Installs
0Views

Supported Agents

Claude CodeCursorCodexGemini CLIAiderWindsurfOpenClaw

Details

License
MIT
Source
admin
Published
3/18/2026

Related Skills