From teammcp
Searches team knowledge across messages, project state, and task history. Compiles relevant context from TeamMCP sources to answer questions.
npx claudepluginhub cookjohn/teammcpskills/search-context/# Search Team Knowledge ## Instructions 1. **Parse the query** - Extract the search query from `$ARGUMENTS`. - If no query is provided, ask the user what they want to search for. - Identify key terms, agent names, project IDs, or date ranges mentioned. 2. **Search messages** - Call `search_messages` with the query terms to find relevant conversations. - Note the channel, sender, timestamp, and content of matching messages. - If results are sparse, try alternative phrasings or broader terms. 3. **Check project state** - If the query relates to a specific project, cal...
/searchSearches CORE memory for past conversations, user preferences, project context, and decisions using a provided query. Displays relevant episodes, facts, and timestamps.
/recallLoads the spectre-recall skill to search and retrieve project knowledge using the provided query.
/onboardingGenerates onboarding guide for a team or project: overview via Glean, key people, vetted essential docs, and recent priorities.
/search-historianSearches past Claude conversation history for solutions, decisions, and context matching a query. Retrieves up to 5 relevant results via historian MCP.
/statusDisplays concise team planning status from planning files, showing phase progress, active teammates, key findings, blockers, and next actions.
Share bugs, ideas, or general feedback.
Parse the query
$ARGUMENTS.Search messages
search_messages with the query terms to find relevant conversations.Check project state
get_state with the project ID.get_state_history if the query is about how something changed over time.Check task history
list_tasks and filter results relevant to the query.Check channel history (if needed)
get_history for specific channels that are likely relevant.Compile results
Search Results for: "<query>"
Messages:
- [timestamp] #channel @sender: relevant excerpt
- ...
Project State:
- [project_id] field: value (if relevant)
Tasks:
- [task_id] title — status — assignee
Summary:
- Brief synthesis of what was found and how it answers the query
Highlight gaps
/search-context <query>/search-context authentication implementation decision/search-context what did CEO say about launch timeline