incluud/astro-agent-skills

docs-lookup

Look up official Astro documentation and answer version-sensitive Astro questions accurately.

First seen Apr 21, 2026

Installation

$ npx skills add incluud/astro-agent-skills --skill docs-lookup

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from incluud/astro-agent-skills.

npx skills add incluud/astro-agent-skills

Browse all from incluud/astro-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 9
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,057 B
  • docs SUMMARY.md 112 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 253 installs

SKILL.md

Astro Docs Lookup

Use this skill when answering Astro questions that depend on current documentation, exact API names, integration setup, upgrade paths, or version-sensitive behavior.

Workflow

1. Define the exact question

Reduce the request to a specific topic before searching:

  • integrations
  • content collections
  • routing
  • assets and images
  • rendering modes
  • deployment adapters
  • migrations or upgrade guides

If the user includes an error message, search that message directly as part of the lookup.

2. Prefer official Astro sources

Start with the official Astro documentation and related official references. If the agent has Astro docs tooling or an MCP available, use it. If not, search the official docs site directly.

Avoid relying on blog posts or community snippets when the question is about syntax, configuration, or breaking changes.

3. Search with version awareness

Use specific search terms, not broad ones:

  • content collections schema
  • view transitions
  • netlify adapter output server
  • upgrade guide

When version drift is possible, verify the current version behavior instead of assuming older examples still apply.

4. Answer with usable output

When replying:

  • start with a direct answer
  • include a minimal working snippet when useful
  • call out caveats, version constraints, or migration notes
  • link the relevant Astro doc page when the topic is deep or likely to change

5. If the first search fails

Try one of these before giving up:

  • narrower search terms
  • the feature’s official package or adapter name
  • the exact config key
  • the upgrade or migration guide instead of the feature page

Response Shape

A good answer usually includes:

  1. the short answer
  2. the relevant example
  3. the important caveat
  4. the official reference

If you cannot verify the behavior from current official docs, say so explicitly instead of guessing.