boost-documentation-search

仓库创建 2026年7月4日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

帮助使用 Boost 的开发者快速定位安装、配置和内部结构信息。

这个 Skill 做什么

在 Laravel Boost 文档中高效检索 Boost 特定指南、安装与内部说明。

在需要查找 Laravel Boost 特有内容时直接检索 Boost 文档,比如安装、更新、内部约定或文件结构说明。用场景是普通文档搜索找不到结果或你要理解 Boost 的内部机制与约定。优势是聚焦 Boost 相关条目,能更快定位项目专有的指南和惯例。

▸ 展开 SKILL.md 英文原文

Search Laravel Boost documentation effectively when Boost-specific information is needed.

开发编程文档检索Laravel Boost通用
0
Stars
0
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ceilidhboy/skills/master/skills/boost-documentation-search/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ceilidhboy/skills/master/skills/boost-documentation-search/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Boost Documentation Search

## When to use this skill

Use this skill when:
- Searching for Boost-specific documentation (guidelines, skills, boost:install, boost:update, etc.)
- Documentation searches are failing with "No results found"
- You need information about how Boost works internally
- You need to understand Boost's file structure or conventions

## How to Search Boost Documentation

### DO NOT Filter by Package

**CRITICAL**: Boost documentation is stored under `laravel/framework`, NOT `laravel/boost`.

❌ **WRONG:**
```
search-docs(queries: ["boost guidelines"], packages: ["laravel/boost"])
```

✅ **CORRECT:**
```
search-docs(queries: ["boost guidelines"])
```

### Use Simple, Br
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有