knowledge-base

Ingest and query industry knowledge base entries via WebFetch APIs.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/daemgo/syncmind-mnrjxdgt --skill knowledge-base-daemgo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-base
Source: https://github.com/daemgo/syncmind-mnrjxdgt/tree/main/.claude/skills/knowledge-base
Command: npx skills add https://github.com/daemgo/syncmind-mnrjxdgt --skill knowledge-base-daemgo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sales teams struggle to keep a centralized industry knowledge base synchronized with the latest categories, products, and module templates, leaving downstream skills such as plan-writer and sales-guide without trustworthy references.

Core Features & Use Cases

  • Access overview, match, detail, and upsert endpoints via WebFetch so you can summarize existing categories or ingest fresh materials with the proper agent-token headers.
  • Follow curated prompts to ingest new categories, products, or module templates, detect user intents, and determine whether to create or update records at different maturity levels.
  • Use this skill while preparing a proposal to align CRM/ERP/MES module definitions and product comparisons before handing the context off to spec-writer or init-app.

Quick Start

Ask the knowledge-base skill to query the overview and ingest a CRM module update in one go.

Frequently Asked Questions about knowledge-base

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I centralize industry knowledge for CRM, ERP, and MES sales proposals?

Centralize industry knowledge by ingesting category, product, and module data into a structured base. This enforces maturity levels and validation to keep sales intelligence consistent for downstream proposal workflows.

What is the best way to ingest new module templates into a sales knowledge base?

Ingest new module templates using API-powered WebFetch calls with agent-token headers. Curated prompts detect user intents to determine whether to create or update records at appropriate maturity levels.

Can I use API integration to query and update product categories for sales ops?

Yes, API integration supports overview, match, detail, and upsert endpoints for querying and updating product categories. WebFetch calls require valid agent tokens to execute these operations.

Does the knowledge base enforce maturity levels for ingested industry intelligence?

Yes, the knowledge base enforces maturity levels during data ingestion. Prompt-guided validation ensures category and product records meet specified criteria before updates are committed.

How do downstream sales workflows consume centralized module definitions?

Downstream workflows like plan-writer, spec-writer, and sales-guide consume centralized module definitions. They query the base to align CRM, ERP, and MES product comparisons before generating proposals.

Why do I need an agent token for knowledge base overview and upsert operations?

Agent tokens are required for overview and upsert operations to authenticate WebFetch API calls. This token-based validation secures the ingestion and querying of industry intelligence data.