agentsclimarketplace

Boost documentation search

Skill ceilidhboy/skills/skills/boost-documentation-search

Agent skills for Laravel and PHP development. Installable via npx skills@latest add ceilidhboy/skills

Install
npx -y skills add ceilidhboy/skills --skill boost-documentation-search

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

SKILL.md

2.2 KB, as published. Nobody here has run it

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, Broad Search Terms

  • ✅ Good: ["boost guidelines", "custom guidelines", ".ai directory"]
  • ✅ Good: ["boost:install", "boost:update"]
  • ✅ Good: ["boost skills", "agent skills"]
  • ❌ Bad: ["how to override boost pint guidelines in .ai/guidelines/pint/core.blade.php"] (too specific)

Multiple Queries

Use multiple simple queries instead of one complex query:

queries: ["boost guidelines", "override guidelines", ".ai directory"]

If Search Still Fails

If you get "No results found" even after following the above:

  1. Check if Boost MCP server is running - Ask the user:

    "The Boost documentation search is returning 'No results found'. Can you verify that the Boost MCP server is running correctly?"

  2. Try even broader terms - Use single-word queries like ["boost"] or ["guidelines"]

  3. Ask the user for help - The user may need to restart the Boost server or check the configuration

Common Boost Documentation Topics

  • Custom Guidelines: How to add/override guidelines in .ai/guidelines/
  • Skills: How to create skills in .ai/skills/
  • Installation: boost:install command and agent selection
  • Updates: boost:update command to regenerate files
  • File Structure: How .ai/ directory maps to generated files
  • Agent Support: Which agents are supported (Claude, Cursor, etc.)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.