Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oakoss avatar

Knowledge Base Manager

  • 87 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

knowledge-base-manager is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • knowledge-base-manager
  • AI & Agent Building
  • AI-coding skill

Knowledge Base Manager by the numbers

  • 87 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #4,949 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill knowledge-base-manager

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs87
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

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

AspectOptionsKey Considerations
ArchitectureDocument-based (RAG), Entity-based (Graph), HybridMatch to query patterns; start simple, add complexity when needed
Document-basedVector DB (Pinecone, Weaviate, pgvector)Best for docs, FAQs, manuals; semantic search; easy to add content
Entity-basedGraph DB (Neo4j, ArangoDB)Best for org charts, catalogs, networks; relationship traversal
HybridBoth + linking layerEnterprise, medical, legal; combined queries; highest complexity
When to skip KBStatic docs, <50 FAQ itemsNo maintenance resources, information never changes
Implementation6 phasesAudit, Curation, Storage, Quality, Versioning, Governance
Accuracy target>90% on test questionsCreate 100+ test questions with known correct answers
Coverage target>80% questions answerableValidate against real user queries continuously
Freshness target<30 days average ageAutomated freshness monitoring + scheduled updates
Consistency target>95% conflict-freeDeduplication + single source of truth
Query latency<100ms medianCaching and optimization for common access patterns
Storage techpgvector, Pinecone, Weaviate, Chromapgvector for existing Postgres; Pinecone for managed scale
Index typesHNSW, IVFFlatHNSW for recall; IVFFlat for frequently rebuilt indexes
Ingestion pipelineLoad, clean, chunk, embed, storeChunk at semantic boundaries; 512 tokens max; 10-15% overlap
DeduplicationContent hashing, semantic similarityHash for exact dupes; cosine similarity >0.95 for semantic dupes
Quality testingRecall@K, MRR, accuracy sampling100+ test questions; measure recall@10 >0.8 and MRR >0.7
Drift detectionEmbedding distribution monitoringTrack mean shift; alert when >0.1 threshold
VersioningSnapshot, Event-sourced, Git-styleSnapshot for simple; event-sourced for audit; git-style for teams
MaintenanceDaily, Weekly, Monthly, QuarterlyEstablish schedule from day 1; monitor errors and user feedback

Common Mistakes

MistakeCorrect Pattern
Ingesting raw data without curation or normalizationCurate, clean, and deduplicate before ingesting; quality over quantity
Skipping version control for KB contentImplement versioning from day one with rollback and audit trail
Building a KB without validating against user questionsStart with user research and test against real queries for >90% accuracy
Choosing hybrid architecture when document-based sufficesMatch architecture to actual query patterns; start simple, add complexity when needed
Launching without freshness monitoring or update schedulesSet up automated freshness checks and scheduled content reviews
No provenance tracking on knowledge entriesAlways track source URL, timestamp, author, and confidence score
Duplicate information across sourcesEstablish single source of truth; merge similar entries with conflict resolution rules
Perfectionism delaying launchLaunch 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

  • Architecture and Types -- KB types, decision framework, knowledge classification
  • Curation and Ingestion -- extraction, cleaning, deduplication, provenance tracking
  • Storage and Retrieval -- database selection, interfaces, technology stacks
  • Quality Control -- metrics, validation strategies, continuous monitoring
  • Versioning -- snapshot, event-sourced, and git-style approaches
  • Governance -- maintenance schedules, roles, change processes

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.