From tsuga
One-shot procedure for turning a live Tsuga account + codebase list + ambient docs into the `skills/knowledge-company/` tree: top-level COMPANY_GENERAL_KNOWLEDGE.md + COMPANY_TELEMETRY_KNOWLEDGE.md, per-team TEAM_KNOWLEDGE.md, per-service SERVICE_KNOWLEDGE.md dossiers with ready-to-run `tsuga` CLI queries. Trigger this skill when bootstrapping knowledge-company from scratch for a new customer / company, refreshing it after a major service taxonomy change, or after a CLI rename that invalidates the existing ready-to-run commands. Inputs: Tsuga MCP / CLI access, list of GitHub codebases, optional `inputs/raw-docs/` for architecture notes. Outputs: populated `skills/knowledge-company/` ready for the runtime agent to load.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tsuga:build-knowledge-companyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- skill-lint: allow-forbidden-examples — SKILL.md mentions the forbidden patterns as teaching context -->
Procedure for bootstrapping the knowledge-company skill from a live Tsuga account and a list of codebases.
skills/knowledge-company/
├── SKILL.md ← thin dispatcher
└── references/
├── COMPANY_GENERAL_KNOWLEDGE.md ← what the company is; architecture; teams
├── COMPANY_TELEMETRY_KNOWLEDGE.md ← env / signal / routing conventions + canonical query patterns + symptom-routing
└── teams/
├── <team>/
│ ├── TEAM_KNOWLEDGE.md ← team overview, services, paging surface
│ └── services/
│ └── <service>/
│ └── SERVICE_KNOWLEDGE.md ← ready-to-run + golden signals + log shape + dashboards + incident shapes + caveats
└── …
The load-bearing artifact is the per-service SERVICE_KNOWLEDGE.md. It's what the runtime agent reads first when an incident names a service, and it's the largest surface to get right.
knowledge-company/).incident-history first. knowledge-company's service dossiers cross-link to incidents — that requires a populated skills/incident-history/references/incidents/ tree. See ../build-incident-history/ for that procedure.tsuga CLI works. Run tsuga teams list and tsuga logs search --query '*' --from -5m --max-results 1. Both must succeed. If not, fix auth (tsuga auth <token>) before continuing.knowledge-technology skill exists — many cross-links in knowledge-company point at it (for Postgres / Kafka / etc. metric catalogs). If absent, either build it or adjust the cross-refs.references/INPUT_LAYOUT.md — what raw material you need, where to put it, how to validate the Tsuga CLI access is wired up.references/PROCEDURE.md — the phase-by-phase workflow. Discovery → top-level → teams → services → verification.references/CLI_TRANSLATION.md — the MCP-tool → real-CLI translation contract. Every subagent must read this before writing a single command.references/SKILL_TEMPLATE.md — the shape of the top-level SKILL.md.references/TEAM_KNOWLEDGE_TEMPLATE.md — per-team template.references/SERVICE_KNOWLEDGE_TEMPLATE.md — the big one. Per-service template with every section's rules.references/SUBAGENT_PROMPT.md — the exact prompt template to fan out to per-service subagents.references/LESSONS.md — every mistake the first pass made. Read before starting, re-read before any subagent batch.references/VERIFICATION.md — acceptance gates. The Gate 5 / Gate 6 sampled-execution tests are non-negotiable.tsuga teams list + tsuga services list + log-volume scoring are authoritative. Do not start with a list of "15 services I think exist" — you'll miss ones that matter and add ones that don't.tsuga commands to run as live probes before writing.search-logs query='…' from=-1h to=now limit=50) instead of real tsuga CLI. See CLI_TRANSLATION.md and LESSONS.md §"Command-shape mistakes".COMPANY_*.md files are the single source of truth for company-wide context. Per-team and per-service dossiers point to them. Do not paste the team roster into every service dossier.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub tsuga-dev/agent-plugins --plugin tsuga