Agent Plugins Marketplace
All plugins

raycast-extensions

v0.6.1

Stage-keyed skills for the full Raycast-extension lifecycle: api-changelog (derive @raycast/api release notes Raycast doesn't publish), scaffold (new), develop (change code, modernize, house-style audit fix), ship (dep hygiene, house-style audit, Store compliance, PR, mirror, cleanup), greptile-loop (drive an open Store PR's automated review to 5/5), review-pr (inbound review of a third-party PR).

Claude Code6 Skills

By Chris MessinaLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install raycast-extensions for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install raycast-extensions@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/chrismessina/raycast-extension-workflows

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/raycast-extensions/.

Plugin files

plugins/raycast-extensions/
├── .claude-plugin/plugin.json
├── skills/api-changelog/SKILL.md
├── skills/develop/SKILL.md
├── skills/greptile-loop/SKILL.md
├── skills/review-pr/SKILL.md
├── skills/scaffold/SKILL.md
└── skills/ship/SKILL.md

Included Skills6

api-changelogskills/api-changelog/SKILL.md

Derive what changed between two published versions of @raycast/api, which Raycast ships with no release notes. Fires on "what's new in @raycast/api X", "is it safe to upgrade", "derive a changelog", "they don't publish a changelog", or a pasted npmjs.com/package/@raycast/api URL. Produces a verified entry in docs/reference/raycast-api-changelog.md. Does NOT change extension code (that's `develop`) and does NOT submit anything (that's `ship`).

developskills/develop/SKILL.md

Change the CODE of an EXISTING Raycast extension — feature work, refactors, deliberate major dependency migrations (Node bump, ESLint major, flat-config, @raycast/api breaking changes), and bringing a forked or legacy extension up to Chris's House Style (the "house-style audit fix"). Fires on "build/add/change/refactor [feature]", "migrate to ESLint 10 / Node 22 / flat config", or "bring this fork up to my house style / fix the toasts & shortcuts to match my conventions." Does NOT scaffold net-new (that's `scaffold`) and does NOT submit to the Store (that's `ship`). Absorbs the former `raycast-extension-modernizer`.

greptile-loopskills/greptile-loop/SKILL.md

Drive a submitted Raycast Store PR's Greptile review to 5/5 — fetch each review round, triage every finding (fix the valid, answer the invalid with receipts), re-publish, and wait for the next round WITHOUT resource-hungry polling. Fires on "address the greptile feedback", "loop until 5/5", "greptile gave us N/5", or a pasted Greptile review. Runs AFTER `ship` has opened the PR; hands code changes through the same gates ship requires. Does NOT mark the PR ready for review — that is always the user's click.

review-prskills/review-pr/SKILL.md

Review SOMEONE ELSE'S Raycast extension pull request against raycast/extensions — resolve the contributor's fork and head branch, sparse-fetch only the touched extension into a scratch dir, run it locally in Raycast, and report findings. Fires on "review this PR", "check out this extension PR", "run this fork locally", or a pasted github.com/raycast/extensions/pull/<N> URL. Does NOT submit your own extension (that's `ship`) and does NOT change code (that's `develop`).

scaffoldskills/scaffold/SKILL.md

Ideate and scaffold a NET-NEW Raycast extension — when no extension exists yet and you need to shape the idea, pick the command type, and lay down the manifest + first command. Fires on "create / start / scaffold a new Raycast extension." Hands off to `develop` once files exist. Do NOT use to change an existing extension (that's `develop`).

shipskills/ship/SKILL.md

Get an existing Raycast extension into raycast/extensions and clean up — runs the pre-flight (dep hygiene + house-style AUDIT + weeding), fetches Store-compliance docs, submits the PR (via `ray publish`/`npm run publish` for monorepo extensions you contribute to, or the standalone-mirror fork-sync for your own extensions), preps the PR title/body, drives the review-feedback cycle, and sweeps merged branches. Fires on "submit / publish / ship to the Store", "npm run publish", or "address review feedback (metadata/screenshots)." Does NOT change code behavior — if feedback needs code, hands BACK to `develop`.

Plugin manifests1

plugins/raycast-extensions/.claude-plugin/plugin.json
{
  "name": "raycast-extensions",
  "version": "0.6.1",
  "description": "Stage-keyed skills for the full Raycast-extension lifecycle: api-changelog (derive @raycast/api release notes Raycast doesn't publish), scaffold (new), develop (change code, modernize, house-style audit fix), ship (dep hygiene, house-style audit, Store compliance, PR, mirror, cleanup), greptile-loop (drive an open Store PR's automated review to 5/5), review-pr (inbound review of a third-party PR).",
  "author": {
    "name": "Chris Messina",
    "email": "[email protected]",
    "url": "https://github.com/chrismessina"
  },
  "homepage": "https://github.com/chrismessina/raycast-extension-workflows",
  "repository": "https://github.com/chrismessina/raycast-extension-workflows",
  "license": "MIT",
  "keywords": [
    "raycast",
    "raycast-extensions",
    "api-changelog",
    "scaffold",
    "develop",
    "ship",
    "greptile-loop",
    "review-pr",
    "code-review",
    "house-style",
    "keyboard-shortcuts",
    "lifecycle"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[raycast-extensions on Agent Plugins Marketplace](https://pluginsmp.com/plugins/raycast-extensions)