Raycast Extension Dev Publish Capability Pack Skill
Expert Raycast extension capability skill for command design, extension architecture, testing, and store-ready publication workflows.
Open the source and read safety notes before installing.
Prerequisites
- Raycast extension project setup
- Product use case and command plan
- API access for external integrations
Schema details
- Install type
- package
- Reading time
- 8 min
- Difficulty score
- 76
- Troubleshooting
- Yes
- Breaking changes
- No
- Package verified
- Yes
- SHA-256
- 27bea14be236882b4fbb89528b3f0229e0f27a18441c188269d833effef5bfb8
- Skill type
- capability-pack
- Skill level
- expert
- Verification
- validated
- Verified at
- 2026-04-10
| Platform | Support | Install path |
|---|---|---|
| claude-code | Native | .claude/skills/<skill-name>/SKILL.md |
| codex | Native | .agents/skills/<skill-name>/SKILL.md |
| windsurf | Native | .windsurf/skills/<skill-name>/SKILL.md |
| gemini | Native | .gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md |
| cursor | Adapter | .cursor/rules/<skill-name>.mdc |
| cli | Manual | AGENTS.md or tool-specific context file |
Full copyable content
# Trigger
"Apply the Raycast extension dev/publish capability pack to this project."
# Required output
1) Extension command architecture
2) API/auth/storage approach
3) QA checklist and failure handling
4) Store publication readiness reportAbout this resource
Knowledge Freshness
This capability pack is pinned to documentation verified on 2026-04-10. When upstream docs change, refresh endpoint contracts, examples, and constraints before using this skill for production changes.
Retrieval Sources
- https://developers.raycast.com/
- https://developers.raycast.com/basics/getting-started
- https://developers.raycast.com/basics/publish-an-extension
Always prefer direct retrieval from official docs/API references over model memory for limits, endpoint signatures, and behavior guarantees.
Core Workflow
- Confirm target version/runtime and pull latest official docs for the task scope.
- Build an execution plan with explicit read-only discovery before any mutation.
- Validate contracts, permissions, and safety constraints before applying changes.
- Execute with deterministic checkpoints and rollback criteria.
- Produce a verification report with evidence, caveats, and next actions.
Overview
This capability pack teaches agents how to design and ship Raycast extensions that are useful in real workflows. It focuses on maintainable architecture and store submission quality.
Capability Scope
- Command and UX architecture
- External API integration and auth handling
- Local state and cache strategy
- Error/fallback UX patterns
- Publish and post-release maintenance workflow
Compatibility
Native
- Claude Code / Claude: native skill usage via
SKILL.md. - Codex/OpenAI workflows: compatible with Agent Skills-style
SKILL.mdcontent as reusable workflow instructions.
Manual Adaptation
- Gemini CLI: native skill usage via
.gemini/skills/<skill-name>/SKILL.mdor.agents/skills/<skill-name>/SKILL.mdwhere supported. - Cursor: use the generated
.cursor/rules/*.mdcadapter for project rules. - OpenClaw and similar agents: use the same skill content as a reusable prompt/workflow file when native skill import is unavailable.
Production Rules
- Keep command scope explicit and focused.
- Protect API tokens and sensitive user data.
- Design for graceful degradation on API failures.
- Validate extension behavior on cold and warm starts.
Troubleshooting
Issue: Extension feels slow or brittle
Fix: Add caching and request timeouts with clear fallback UI states.
Issue: Store review rejects submission
Fix: Audit metadata, permissions, and UX consistency against Raycast guidelines.
Issue: External API changes break commands
Fix: Add schema guards and compatibility adapters for remote responses.
Output Contract
- Provide an implementation plan ordered by risk and dependency.
- Provide exact production-ready config/commands with no placeholders.
- Call out secrets, permissions, and least-privilege requirements.
- Include rollback and recovery guidance for each risky step.
Validation Checklist
- Verify all referenced docs/versions before applying changes.
- Run regression checks for core user flow and error paths.
- Confirm observability/logging is enabled for changed components.
- Confirm security controls (auth, rate limits, input validation) still pass.
- Record final known limitations and follow-up actions.
Source citations
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.