#601

Globales Ranking · von 601 Skills

knowledge-base-manager AI Agent Skill

Quellcode ansehen: oakoss/agent-skills

Medium

Installation

npx skills add oakoss/agent-skills --skill knowledge-base-manager

33

Installationen

Knowledge Base Manager

Overview

Provides a structured methodology for selecting, designing, and governing knowledge bases. Covers architecture decisions (document-based vs entity-based vs hybrid), content curation, quality metrics, versioning strategies, and maintenance governance. Use when choosing a KB architecture, establishing curation workflows, or building governance processes for organizational knowledge.

When NOT to use: Static documentation suffices, fewer than 50 FAQ items cover all questions, or no maintenance resources are available. For implementing retrieval pipelines (chunking, embeddings, vector stores), use the rag-implementer skill. For implementing knowledge graphs (ontology, entity extraction, graph databases), use the knowledge-graph-builder skill.

Quick Reference

Aspect Options Key Considerations
Architecture Document-based (RAG), Entity-based (Graph), Hybrid Match to query patterns; start simple, add complexity when needed
Document-based Vector DB (Pinecone, Weaviate, pgvector) Best for docs, FAQs, manuals; semantic search; easy to add content
Entity-based Graph DB (Neo4j, ArangoDB) Best for org charts, catalogs, networks; relationship traversal
Hybrid Both + linking layer Enterprise, medical, legal; combined queries; highest complexity
When to skip KB Static docs, <50 FAQ items No maintenance resources, information never changes
Implementation 6 phases Audit, Curation, Storage, Quality, Versioning, Governance
Accuracy target >90% on test questions Create 100+ test questions with known correct answers
Coverage target >80% questions answerable Validate against real user queries continuously
Freshness target <30 days average age Automated freshness monitoring + scheduled updates
Consistency target >95% conflict-free Deduplication + single source of truth
Query latency <100ms median Caching and optimization for common access patterns
Storage tech pgvector, Pinecone, Weaviate, Chroma pgvector for existing Postgres; Pinecone for managed scale
Index types HNSW, IVFFlat HNSW for recall; IVFFlat for frequently rebuilt indexes
Ingestion pipeline Load, clean, chunk, embed, store Chunk at semantic boundaries; 512 tokens max; 10-15% overlap
Deduplication Content hashing, semantic similarity Hash for exact dupes; cosine similarity >0.95 for semantic dupes
Quality testing Recall@K, MRR, accuracy sampling 100+ test questions; measure recall@10 >0.8 and MRR >0.7
Drift detection Embedding distribution monitoring Track mean shift; alert when >0.1 threshold
Versioning Snapshot, Event-sourced, Git-style Snapshot for simple; event-sourced for audit; git-style for teams
Maintenance Daily, Weekly, Monthly, Quarterly Establish schedule from day 1; monitor errors and user feedback

Common Mistakes

Mistake Correct Pattern
Ingesting raw data without curation or normalization Curate, clean, and deduplicate before ingesting; quality over quantity
Skipping version control for KB content Implement versioning from day one with rollback and audit trail
Building a KB without validating against user questions Start with user research and test against real queries for >90% accuracy
Choosing hybrid architecture when document-based suffices Match architecture to actual query patterns; start simple, add complexity when needed
Launching without freshness monitoring or update schedules Set up automated freshness checks and scheduled content reviews
No provenance tracking on knowledge entries Always track source URL, timestamp, author, and confidence score
Duplicate information across sources Establish single source of truth; merge similar entries with conflict resolution rules
Perfectionism delaying launch Launch at 80% coverage and iterate based on real usage data

Delegation

  • Audit existing knowledge sources and classify content types: Use Explore agent to inventory documents, assess quality, and identify gaps
  • Implement end-to-end KB pipeline with storage and retrieval: Use Task agent to deploy database, configure search, and run quality checks
  • Design KB architecture and governance model: Use Plan agent to select between document-based, entity-based, or hybrid approaches

For implementing document retrieval pipelines (chunking, embeddings, vector stores, hybrid search), use the rag-implementer skill. For implementing knowledge graphs (ontology design, entity extraction, graph databases), use the knowledge-graph-builder skill.

References

Installationen

Installationen 33
Globales Ranking #601 von 601

Sicherheitsprüfung

ath Safe
socket Safe
Warnungen: 0 Bewertung: 90
snyk Medium
EU EU-Hosted Inference API

Power your AI Agents with the best open-source models.

Drop-in OpenAI-compatible API. No data leaves Europe.

Explore Inference API

GLM

GLM 5

$1.00 / $3.20

per M tokens

Kimi

Kimi K2.5

$0.60 / $2.80

per M tokens

MiniMax

MiniMax M2.5

$0.30 / $1.20

per M tokens

Qwen

Qwen3.5 122B

$0.40 / $3.00

per M tokens

So verwenden Sie diesen Skill

1

Install knowledge-base-manager by running npx skills add oakoss/agent-skills --skill knowledge-base-manager in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.

2

Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.

3

Der Skill verbessert das Verständnis Ihres Agenten für knowledge-base-manager, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.

Was Sie erhalten

Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.

Kompatibilität

Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.

Data sourced from the skills.sh registry and GitHub. Install counts and security audits are updated regularly.

EU Made in Europe

Chat with 100+ AI Models in one App.

Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.

App herunterladen:

Kundensupport