build-termy-plugins
Installation
SKILL.md
Build Termy Plugins
Build small, native-feeling Termy extensions against the real v1 contract. Keep the plugin scoped, use the fewest capabilities, and verify behavior inside Termy when the user authorizes installation or development mode.
Start from evidence
- Inspect repository instructions, the dirty state, and existing plugin files. Preserve unrelated work.
- Read the plugin's managed
termy.d.tswhen available. Treat it and the current Termy checkout as authoritative when they differ from this skill. - Read references/api-reference.md before adding a new API surface or diagnosing a type/manifest error.
- Read references/performance-security.md before handling user-controlled shell text, files, credentials, network, subprocesses, lifecycle events, storage, or native UI.
- Read references/examples.md before scaffolding. Reuse
assets/command-plugin/orassets/native-ui-plugin/when it fits.