offwatch-create-plugin

Scaffold Offwatch plugin packages with official tooling and post-scaffold checks.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/triss-smith/offwatch --skill offwatch-create-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: offwatch-create-plugin
Source: https://github.com/triss-smith/offwatch/tree/main/skills/offwatch-create-plugin
Command: npx skills add https://github.com/triss-smith/offwatch --skill offwatch-create-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds and documents Offwatch plugins using the official scaffold tooling, enabling teams to bootstrap plugin projects quickly and consistently.

Core Features & Use Cases

  • Scaffolding of plugin boilerplate including worker/UI surface, route conventions, and verification steps.
  • Guided post-scaffold updates to manifest.ts, worker.ts, ui/index.tsx, tests, and package.json.
  • Useful for creating new plugin packages, updating example plugins, and documenting authoring guidelines.

Quick Start

Run the scaffold workflow to generate a new Offwatch plugin package and begin development.

Frequently Asked Questions about offwatch-create-plugin

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

FAQPage Schema
How do I scaffold an Offwatch plugin with the official SDK?

To scaffold an Offwatch plugin, run the official scaffold workflow to generate a new plugin package. This bootstraps boilerplate including worker and UI surfaces, route conventions, and verification steps for consistent project setup.

What files does the Offwatch plugin scaffold generate?

The Offwatch plugin scaffold generates boilerplate files including manifest.ts, worker.ts, ui/index.tsx, tests, and package.json. These files establish the plugin's worker and UI surfaces along with route conventions.

Do I need the scaffold package to create an Offwatch plugin?

Yes, you need the official scaffold package to create an Offwatch plugin. It enforces only supported capabilities and performs post-scaffold checks including typecheck, test, and build to verify the plugin package.

What post-scaffold checks are required for Offwatch plugin authoring?

Post-scaffold checks for Offwatch plugin authoring include typecheck, test, and build verification steps. These checks ensure the scaffolded plugin package meets authoring guidelines across worker and UI surfaces.

Can I use the scaffold tool to update existing example Offwatch plugins?

Yes, the scaffold tool applies to updating example Offwatch plugins. It provides guided updates to manifest.ts, worker.ts, ui/index.tsx, tests, and package.json while verifying authoring docs across surfaces.

What are the limitations when scaffolding Offwatch plugins?

The Offwatch plugin scaffold enforces only supported capabilities, limiting plugins to approved worker and UI surfaces. It requires the scaffold package and cannot generate features outside the official SDK's supported scope.