Project knowledge management. Stores and retrieves project-specific documentation, standards, and technical references.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill knowledge-base --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Knowledge Base?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-knowledge-base-f8d14a90)More formats (shields.io, HTML) on the badges page.
---
name: knowledge-base
description: |
Project knowledge management. Stores and retrieves project-specific
documentation, standards, and technical references.
---
# Knowledge Base Skill
## 结构
```
.knowledge/
├── index.md # 知识索引 (自动维护)
├── project/ # 项目文档 (PRD, 架构图)
├── standards/ # 开发规范 (编码规范, Git 规范)
├── company/ # 团队约定 (review 流程, 部署流程)
└── tech/ # 技术栈 (框架版本, API 参考)
```
## 操作
### 检索
```
vibe-kb search "关键词"
→ 搜索 .knowledge/ 目录下所有 .md 文件
→ 返回匹配内容和文件路径
```
### 添加
```
vibe-kb add --category=tech "Next.js 14 使用 App Router 作为默认路由"
→ 写入 .knowledge/tech/ 对应文件
→ 更新 index.md
```
## 自动触发
- vibe-plan 时自动检索相关知识
- vibe-review 时自动加载 standards/
- vibe-init 时自动扫描项目生成初始知识
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!