Skip to content
Productivity
Command

/enterprise-search

Search institutional knowledge across every connected tool simultaneously.

From plugin
10xproductivity
4712 skills2 commands
Install
$ npx -y skills add ZhixiangLuo/10xProductivity --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/enterprise-search

Context preview

What this command does when you run it.

Search institutional knowledge across every connected tool simultaneously.

Command definition

enterprise-search.md

Enterprise Search

Search institutional knowledge across every connected tool simultaneously.

One query → Slack + Confluence (always when connected) + any AI-synthesized search tools in `verified_connections.md` + Jira/Linear/Notion/GitHub when relevant → synthesized answer.

Steps

1. Check connection status:

   ls verified_connections.md 2>/dev/null && grep -c "^##" verified_connections.md || echo "0"

2. **If 1+ tools connected:** Read `verified_connections.md` (your active tool index), then follow `workflows/enterprise-search/enterprise-search.md` to search for: $ARGUMENTS

3. **If not connected / empty:** Read `setup.md`. It walks through connecting each tool you use — credentials, SSO, verification — your agent runs the whole flow. ~5 min per tool. Once set up, run this command again.

What this searches

| Tool | What it finds | |------|--------------| | Slack | Decisions, incident threads, "why did we do X" | | Confluence | Runbooks, architecture docs, procedures | | Jira | Tickets, bugs, epics, sprint history | | Linear | Project issues and feature requests | | Notion | Pages and databases | | GitHub | Code, PRs, issues (code-related queries only) | | *Other* | If `verified_connections.md` lists an AI assistant or multi-source knowledge search, follow that connection file in parallel — see the workflow. |

Only connected tools are searched. The workflow adapts to whatever is in `verified_connections.md`.

Read more
Ships with10xproductivity

A local-first stack for building a personal AI assistant for work inside real corporate constraints. Use the coding agents, browser sessions, desktop apps, notifications, and tool access you already have.

Get the whole plugin
Stats
467
Stars
54
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
5mo ago
Created

Repo: ZhixiangLuo/10xProductivity