raycast-extension-docs

Routes queries to official Raycast documentation for building, debugging, and publishing extensions.

9|2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lemikeone/Codex-skill-raycast-extension --skill raycast-extension-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raycast-extension-docs
Source: https://github.com/lemikeone/Codex-skill-raycast-extension/tree/main
Command: npx skills add https://github.com/lemikeone/Codex-skill-raycast-extension --skill raycast-extension-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guidance for building, debugging, and publishing Raycast extensions using the official Raycast documentation set. Use when Codex needs to create or modify Raycast extensions (React/TypeScript/Node), consult Raycast API reference or UI components, build AI extensions, handle manifest/lifecycle/preferences, troubleshoot issues, or prepare/publish extensions to the Raycast Store or Teams.

Core Features & Use Cases

  • Uses the bundled Raycast documentation under references/ as the source of truth for APIs, patterns, and policies.
  • Routes requests to the right doc pages via references/SUMMARY.md and references/ subfolders (basics, api-reference, information, etc.).
  • Assists with AI extension guidance, manifest, lifecycle, and publishing to Store or Teams.

Quick Start

Search the bundled docs to locate the exact Raycast doc page you need and apply its guidance to your task.

Frequently Asked Questions about raycast-extension-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a Raycast extension to the Store?

To publish a Raycast extension, you need to follow the official publishing steps outlined in the Raycast documentation. This Skill routes your query to the specific manifest preparation and submission guidance required for the Raycast Store.

How do I find the correct Raycast API reference for UI components?

Finding the correct Raycast API reference for UI components involves searching the bundled documentation under the api-reference sections. This Skill maps your request to the exact doc pages covering React and TypeScript component details.

What do I need to build Raycast extensions with React and TypeScript?

Building Raycast extensions with React and TypeScript requires consulting the official documentation for API patterns and lifecycle guidance. This Skill locates the necessary environment setup and manifest details for Node development.

Why is my Raycast extension not loading during local debugging?

If your Raycast extension is not loading during local debugging, you should consult the troubleshooting and lifecycle guidance in the Raycast docs. This Skill routes you to the relevant information section to resolve manifest issues.

Can I use this to build Raycast AI extensions?

Yes, you can build Raycast AI extensions by consulting the official documentation. This Skill locates the specific API references and patterns needed to develop and integrate AI functionalities within your extension.