# Team Kb

> Answer questions about the team's knowledge base using DocMind. Use this skill whenever someone asks about team documentation, project specs, architecture decisions, technical requirements, API specs, or any content stored in the team knowledge base. Trigger on questions like "what does the spec say about X?", "find information about Y in our docs", "how does Z work according to our documentation…

- **Type:** Skill
- **Install:** `agentstack add skill-tano73-agent-skills-team-kb`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Tano73](https://agentstack.voostack.com/s/tano73)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Tano73](https://github.com/Tano73)
- **Source:** https://github.com/Tano73/agent-skills/tree/main/skills/team-kb

## Install

```sh
agentstack add skill-tano73-agent-skills-team-kb
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Team Knowledge Base

Answer questions by searching the team knowledge base. **Never invent information** — every claim must come from a retrieved document.

## Step 1 — Check the local LLM wiki (if available)

If the `llm-wiki-manager` skill is available **and** a `wiki/` directory exists in the workspace, query it first. It may already contain a synthesized answer.

## Step 2 — Search DocMind

Call `searchFlavorChunks` with these parameters:

| Parameter | Value |
|-----------|-------|
| `project` | Project name from the user. If unknown, call `listProjects` first and pick the most relevant one. |
| `query` | Rephrase the user's question in 3–8 keywords; expand abbreviations; add synonyms. |
| `mode` | `"hybrid"` (default). Use `"fulltext"` for exact terms or IDs. |
| `adjacentChunks` | `1` or `2` when a chunk looks cut off or needs surrounding context. |
| `limit` | `5`–`8` chunks; raise to `10` for broad topics. |

**If results are poor or empty**, retry in order:
1. Rephrase the query with different keywords.
2. Switch to `mode: "semantic"`.
3. Try a related project with `listProjects`.

## Step 3 — Build and format the answer

- Write only what the retrieved chunks support. Do not add outside knowledge.
- Cite every key point inline: `(Source: , line N)` or `lines N–M`.
- If chunks from multiple documents support the same point, cite all of them.
- For **factual questions**: direct answer → supporting quote → citation.
- For **broad questions**: use headings or bullets, each backed by a citation.
- End every response with a **Sources** section listing all document names used.

## When information is insufficient

If no search attempt returns enough content, **do not guess**. Ask the user:

> "Non ho trovato informazioni sufficienti nella knowledge base. Vuoi che estenda la ricerca a:
> - 🌐 **Web** (ricerca pubblica online)?
> - 🧠 **Base di conoscenza interna** (conoscenza generale del modello)?
>
> In entrambi i casi indicherò sempre le fonti utilizzate."

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Tano73](https://github.com/Tano73)
- **Source:** [Tano73/agent-skills](https://github.com/Tano73/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tano73-agent-skills-team-kb
- Seller: https://agentstack.voostack.com/s/tano73
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
