❯_termy
Agent skills

Build plugins with an agent

Build Termy plugins with a coding agent.

Install the skill:

npx skills add lassejlv/termy --skill build-termy-plugins

Then ask your agent:

Use build-termy-plugins to create a plugin named git-summary.
Add one command that shows Git status. Do not install it yet.

The skill includes Termy's API reference, security rules, templates, and validation steps. It supports commands, settings, events, storage, keybindings, and native UI.

Plugins are trusted Bun code with your user account's access. Read the source before installing one.

When the source is ready, load it in development mode:

termy plugin dev ./git-summary

See the plugin guide for the full API and installation details.