search-company-knowledge

search-company-knowledge is a skill for Claude Code from atlassian/atlassian-mcp-server. It costs 118 tokens per session (4,074 once invoked), scanned A, original, Apache-2.0.

A search tool for company knowledge bases such as Confluence, Jira, and internal documentation. It finds information about an organization's systems, processes, terminology, and technical setup, then explains the results with citations.

In plain words
What is it for?
Use it to look up internal architecture, deployment, authentication, infrastructure, procedures, or the meaning of company-specific terms.
Why use it?
It brings together information that may be spread across several internal systems, reducing the need to search each source separately or rely on memory.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin.

Part of the atlassian plugin — 6 skills, 2 MCP servers shipped together

Good fit Use it to look up internal architecture, deployment, authentication, infrastructure, procedures, or the meaning of company-specific terms.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atlassian/atlassian-mcp-server/search-company-knowledge
About the project

Atlassian Rovo MCP Server is a cloud-hosted bridge that lets compatible AI tools access Atlassian Cloud data and actions through the Model Context Protocol. Developers and project teams use it with Jira, Confluence, Jira Service Management, Bitbucket, Compass, Loom, and other Atlassian services, authenticated through OAuth 2.1 or API tokens. The catalogue entries provide skills, MCP connections, and a plugin for using the server.

atlassian/atlassian-mcp-server · 1,033 stars · on GitHub · atlassian.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add atlassian/atlassian-mcp-server --skill search-company-knowledge
Clone the repo
git clone --depth 1 https://github.com/atlassian/atlassian-mcp-server

Made for: Claude Code.

Or install atlassian, the plugin that ships this one along with the rest of its 6 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for search-company-knowledge

README.md
[![agentmods](https://agentmods.dev/badge/skills/atlassian/atlassian-mcp-server/search-company-knowledge/github.svg)](https://agentmods.dev/skills/atlassian/atlassian-mcp-server/search-company-knowledge)
Your own site
<a href="https://agentmods.dev/skills/atlassian/atlassian-mcp-server/search-company-knowledge"><img src="https://agentmods.dev/badge/skills/atlassian/atlassian-mcp-server/search-company-knowledge/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for search-company-knowledge

Your own site · 80×15
<a href="https://agentmods.dev/skills/atlassian/atlassian-mcp-server/search-company-knowledge"><img src="https://agentmods.dev/badge/skills/atlassian/atlassian-mcp-server/search-company-knowledge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,074 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk warn 11 Mar 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00118 $0.04074
Opus 5 $0.00059 $0.02037
Sonnet 5 $0.00024 $0.00815
Haiku 4.5 $0.00012 $0.00407

Measured 8d ago against content hash 2c734047a871, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

search-company-knowledge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/search-company-knowledge/SKILL.md · 594 lines

How it starts

The opening of the file, as written. The whole thing — 594 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Search Company Knowledge

Keywords

find information, search company knowledge, look up, what is, explain, company docs, internal documentation, Confluence search, Jira search, our documentation, internal knowledge, knowledge base, search for, tell me about, get information about, company systems, terminology, find everything about, what do we know about, deployment, authentication, infrastructure, processes, procedures, how to, how does, our systems, our processes, internal systems, company processes, technical documentation, engineering docs, architecture, configuration, search our docs, search internal docs, find in our docs

Overview

Search across siloed company knowledge systems (Confluence, Jira, internal documentation) to find comprehensive answers to questions about internal concepts, systems, and terminology. This skill performs parallel searches across multiple sources and synthesizes results with proper citations.

Use this skill when: Users ask about internal company knowledge that might be documented in Confluence pages, Jira tickets, or internal documentation.


Workflow

Follow this 5-step process to provide comprehensive, well-cited answers:

Step 1: Identify Search Query

Extract the core search terms from the user's question.

Examples:

  • User: "Find everything about Stratus minions" → Search: "Stratus minions"
  • User: "What do we know about the billing system?" → Search: "billing system"
  • User: "Explain our deployment process" → Search: "deployment process"

Consider:

  • Main topic or concept
  • Any specific system/component names
  • Technical terms or jargon

Step 2: Execute Parallel Search

Search across all available knowledge sources simultaneously for comprehensive coverage.

Option A: Cross-System Search (Recommended First)

Use the search tool (Rovo Search) to search across Confluence and Jira at once:

search(
  cloudId="...",
  query="[extracted search terms]"
)

When to use:

  • Default approach for most queries
  • When you don't know which system has the information
  • Fastest way to get results from multiple sources

Read the full file on GitHub · 594 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed · +18 lines 2c734047a871
  2. 12d ago First seen · 576 lines · 118 tokens per session scan A 580f5c5f5b66

Subscribe to this mod's changes

search-company-knowledge is a skill published in the GitHub repository atlassian/atlassian-mcp-server (1,033 stars, last pushed yesterday), licensed Apache-2.0. It adds 118 tokens to every session and 4,074 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.