Skip to content

Sixz-AI/repo-knowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RepoKnowledge

A progressive codebase knowledge base plugin for AI coding assistants.

Clone any Git repo, auto-generate per-function/class documentation, and build a searchable cache that grows smarter with every query.

Value

  • No vector embeddings -- Agent-powered semantic matching, no vector database required
  • Progressive learning -- Every successful search adds an alias; future queries resolve faster
  • Incremental updates -- Only rebuilds docs for changed files, never re-indexes the full repo
  • Multi-language -- Supports TS/JS/Python/Go/Java/Rust/C/C++/Ruby/Swift/Kotlin and more

Install

/plugin marketplace add Sixz-AI/repo-knowledge
/plugin install repo-knowledge@repo-knowledge

Quick Reference

All commands use the repo-knowledge: namespace prefix, auto-registered by Claude Code's plugin system.

Command Description
/repo-knowledge:rk-create <git-url> Index a new repo
/repo-knowledge:rk-search <query> Semantic search
/repo-knowledge:rk-update <project> Incremental update + auto-sync
/repo-knowledge:rk-memo <title>: <content> Save personal knowledge (no repo needed)
/repo-knowledge:rk-list List all knowledge bases
/repo-knowledge:rk-delete <project> Delete a knowledge base
/repo-knowledge:rk-remote-init <git-url> Set up cross-machine sync
/repo-knowledge:rk-push Push to remote
/repo-knowledge:rk-pull Pull from remote

Documentation

Chinese docs: docs/zh/

Data Directory

~/.repo-knowledge/
|-- _registry.md          # All registered projects
|-- _repos/               # Cloned git repositories
`-- <project>/            # Knowledge cache
    |-- _meta.md          # Project metadata
    |-- _index.md         # Searchable index with aliases
    `-- docs/             # Cached documentation files

License

MIT

About

Progressive codebase knowledge base — clone git repos, auto-generate documentation, and build a searchable knowledge cache that grows smarter with every query.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors