wxt-docs

star 5

Answer questions about WXT (Web Extension Tools) framework by searching local vendor documentation. Use when the user asks "/wxt-docs <question>" or invokes this skill with a question about how WXT handles manifest conversion, content scripts, background scripts, entrypoints, MV2/MV3 differences, permissions, configuration, or any other WXT behavior. Spawns a fast haiku subagent to search the docs and return the answer.

textbundle By textbundle schedule Updated 2/20/2026

name: wxt-docs description: >- Answer questions about WXT (Web Extension Tools) framework by searching local vendor documentation. Use when the user asks "/wxt-docs " or invokes this skill with a question about how WXT handles manifest conversion, content scripts, background scripts, entrypoints, MV2/MV3 differences, permissions, configuration, or any other WXT behavior. Spawns a fast haiku subagent to search the docs and return the answer.

WXT Docs Lookup

Spawn a haiku subagent (Task tool, model: "haiku", subagent_type: "Explore") with this prompt:

Read the WXT documentation files in the current project at docs/vendor/wxt/ (guide.md, wxt.md, wxt-dev.md). Then answer this question: {args}

Search all three files. Quote relevant sections. Be concise.

Replace {args} with the user's question passed as the skill argument.

Return the subagent's answer directly to the user.

Install via CLI
npx skills add https://github.com/textbundle/textbundler-extension --skill wxt-docs
Repository Details
star Stars 5
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator