Skip to main content
ClaudeWave
Skill363 estrellas del repoactualizado yesterday

enterprise-search

Enterprise Search simultaneously queries multiple company knowledge sources including Slack, Confluence, Jira, Linear, Notion, and GitHub to retrieve and synthesize information from a single user question. Use this skill when you need comprehensive answers spanning organizational documentation, discussions, tickets, and code repositories without manually checking each platform individually.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ZhixiangLuo/10xProductivity /tmp/enterprise-search && cp -r /tmp/enterprise-search/.cursor/skills/enterprise-search ~/.claude/skills/enterprise-search
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Enterprise Search

> One question. Every connected tool. One synthesized answer.

Search your company's knowledge across Slack, Confluence, Jira, Linear, Notion,
GitHub, and more — simultaneously, in a single query.

---

## Before you search: check connection status

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

- **1+ tools connected** → read `verified_connections.md` (capability index), then follow `workflows/enterprise-search/enterprise-search.md` for the search. That workflow always uses Slack + Confluence when connected, may include AI-synthesized search tools listed only in `verified_connections.md` (per each connection file), and adds Jira/Linear/Notion/GitHub when relevant.
- **Not connected / empty** → read `setup.md`. Your agent handles the full connection flow — credentials, SSO, verification — in one session. ~5 minutes per tool.

---

## What you can ask

- *"Search for the discussion about the database migration"*
- *"Find any Jira tickets related to the login timeout bug"*
- *"What was the decision about the API versioning approach?"*
- *"Is there a Confluence runbook for on-call handoffs?"*
- *"Who worked on the payments refactor and what did they decide?"*

The search workflow handles routing, parallel execution across tools, and synthesized results. You don't need to specify which tool — the agent figures that out.
assistant-orchestratorSkill

>

colleague-distillationSkill

Distill a colleague into a reusable AI skill (work + persona) using tool connections — Slack, Slack AI, Jira, GHE, Bitbucket, Confluence, SharePoint, Teams, Outlook, Notion, Linear, Google Docs, and more — without manual paste. Use when the user wants a colleague skill, digital twin of a coworker, or capture of someone's technical voice from workplace systems. Requires tool_connections + 10xProductivity verified_connections (or equivalent .env).

create-workflowSkill

Design and build automation workflows using building blocks — clarify outcomes, decompose by dependencies, reuse prior art, verify each block before chaining, and research when stuck. Covers generic divide-and-conquer (problem framing, observable surfaces, investigation vs shipping, CLI contracts) plus human-like pacing for social and communication platforms. Use when automating multi-step processes across tools or platforms.

discover-ui-surfaceSkill

Walk through a UI flow once manually and capture a durable interaction map — which DOM elements to click, which network requests they trigger, and what field shapes they expose. Produces a reusable selector+endpoint reference for automation scripts. Use before writing any Playwright block for a JS-heavy SPA (LinkedIn, Figma, Notion, etc.) where selectors and API paths are not obvious from source inspection alone. Three modes: Chrome DevTools Recorder (fastest), Playwright observer (richest), Playwright codegen+trace (most structured).

linkedin-engagementSkill

Automated LinkedIn engagement workflow. The agent finds a relevant post on your chosen topic, drafts a comment with a genuine insight, gets your approval in chat, and posts it — all in one loop. You approve once before anything is posted. Use when asked to "engage on LinkedIn", "find a post to comment on", "post a LinkedIn comment", or "engage on [topic]". Requires LinkedIn session credentials in .env. Everything runs locally — credentials never leave your machine.

tool-connectorSkill

Connect any tool you use at work to your agent — including internal company tools, custom-built systems, deployment portals, incident trackers, internal knowledge bases, HR systems, and commercial tools like Slack, Confluence, Jira, Linear, GitHub, Outlook, Datadog, and PagerDuty. Use when the user wants to set up a tool connection, connect an internal or custom-built tool, or add a new tool integration from scratch.