docs-search by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill docs-search搜索代码库自动生成的文档,查找函数签名、类定义、API 文档和代码注释。在编写代码前验证正确的模式。属于 AI Maestro 套件的一部分。
需要本地运行 AI Maestro 并已建立文档索引。
# 安装文档工具
git clone https://github.com/23blocks-OS/ai-maestro-plugins.git
cd ai-maestro-plugins && ./install-doc-tools.sh
在实施任何代码更改之前,先搜索文档:
接收指令 -> 搜索文档 -> 然后实施
| 命令 | 描述 |
|---|---|
docs-search.sh <查询> | 语义文档搜索 |
docs-search.sh --keyword <术语> |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 精确关键词匹配 |
docs-find-by-type.sh <类型> | 按类型查找(函数、类、模块) |
docs-get.sh <文档ID> | 获取完整文档内容 |
| 命令 | 描述 |
|---|---|
docs-index.sh [路径] | 从项目进行完整索引 |
docs-index-delta.sh [路径] | 增量索引(仅新文件/修改文件) |
docs-list.sh | 列出所有已索引文档 |
docs-stats.sh | 索引统计 |
| 类型 | 来源 |
|---|---|
function | JSDoc、RDoc、文档字符串 |
class | 类级别注释 |
module | 模块/命名空间注释 |
interface | TypeScript 接口 |
component | React/Vue 组件注释 |
readme | README 文件 |
guide | docs/ 文件夹内容 |
# 语义搜索
docs-search.sh "authentication flow"
# 关键词搜索特定标识符
docs-search.sh --keyword "UserController"
# 查找所有类文档
docs-find-by-type.sh class
# 获取完整文档详情
docs-get.sh doc-abc123
# 索引你的代码库(首次)
docs-index.sh /path/to/project
# 更改后更新索引
docs-index-delta.sh
此技能是 AI Maestro 平台的一部分,该平台为 AI 智能体编排提供 6 项技能:消息传递、记忆、文档、图谱、规划和智能体管理。
每周安装次数
60
代码仓库
GitHub 星标数
22.6K
首次出现
2026 年 2 月 23 日
安全审计
已安装于
codex60
cursor59
github-copilot59
amp59
kimi-cli59
gemini-cli59
Search your codebase's auto-generated documentation for function signatures, class definitions, API docs, and code comments. Verify correct patterns before writing code. Part of the AI Maestro suite.
Requires AI Maestro running locally with documentation indexed.
# Install doc tools
git clone https://github.com/23blocks-OS/ai-maestro-plugins.git
cd ai-maestro-plugins && ./install-doc-tools.sh
Before implementing any code changes, search docs first:
Receive instruction -> Search docs -> Then implement
| Command | Description |
|---|---|
docs-search.sh <query> | Semantic documentation search |
docs-search.sh --keyword <term> | Exact keyword matching |
docs-find-by-type.sh <type> | Find by type (function, class, module) |
docs-get.sh <doc-id> | Get full document content |
| Command | Description |
|---|---|
docs-index.sh [path] | Full index from project |
docs-index-delta.sh [path] | Delta index (new/modified files only) |
docs-list.sh | List all indexed documents |
docs-stats.sh | Index statistics |
| Type | Sources |
|---|---|
function | JSDoc, RDoc, docstrings |
class | Class-level comments |
module | Module/namespace comments |
interface | TypeScript interfaces |
component | React/Vue component comments |
readme | README files |
# Semantic search
docs-search.sh "authentication flow"
# Keyword search for specific identifier
docs-search.sh --keyword "UserController"
# Find all class documentation
docs-find-by-type.sh class
# Get full document details
docs-get.sh doc-abc123
# Index your codebase (first time)
docs-index.sh /path/to/project
# Update index after changes
docs-index-delta.sh
This skill is part of the AI Maestro platform, which provides 6 skills for AI agent orchestration: messaging, memory, docs, graph, planning, and agent management.
Weekly Installs
60
Repository
GitHub Stars
22.6K
First Seen
Feb 23, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykFail
Installed on
codex60
cursor59
github-copilot59
amp59
kimi-cli59
gemini-cli59
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
120,000 周安装
guide| docs/ folder content |