Kb Add banner
huifer huifer

Kb Add

Development community

Description

--- argument-hint: [--type=code-snippet|project-doc|learning-note|research-note] [--category=code|projects|learning|personal] [--tags=tag1,tag2] [--template=template-name] description: 添加知识条目到知识库 allowed-tools: Read, Write, Bash, Glob --- # /kb-add - 添加知识条目 ## 功能 快速添加新的知识条目到个人知识库。 ## 使用方式 ### 基本用法 ``` /kb-add ``` 系统会提示你输入标题和内容。 ### 指定参数 ``` /kb-add --type=learning-note --category=learning --tags=react,hooks ``` ### 使用模板 ``` /kb-add --template=code-snippet ``` ## 参数说明 - `--type`: 知识类型 (cod

Installation

Installs to ~/.claude/commands/huifer-claude-code-knowcraft-kb-add.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/huifer/Claude-Code-KnowCraft/HEAD/.claude/commands/kb-add.md -o ~/.claude/commands/huifer-claude-code-knowcraft-kb-add.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository