This repository contains templates and runnable examples for developing plugins for metatell, plus an LLM-agent plugin that assists with that development. The metatell plugin frontends are written in TypeScript and React.
templatescontains copyable starter projects for each supported plugin type.examplescontains runnable reference implementations for specific use cases.agent-pluginscontains plugins for LLM agents. These are development tools and are distinct from the metatell plugins undertemplatesandexamples.
Each project is self-contained and has its own package manager configuration and README. This repository intentionally does not define a root package-manager workspace.
The metatell-plugin-dev plugin helps Claude Code, Codex CLI, and GitHub
Copilot CLI build and validate metatell plugins.
/plugin marketplace add urth-inc/metatell-plugins
/plugin install metatell-plugin-dev@urth
codex plugin marketplace add urth-inc/metatell-plugins
codex plugin add metatell-plugin-dev@urthcopilot plugin install urth-inc/metatell-plugins:agent-plugins/metatell-plugin-devSee agent-plugins/metatell-plugin-dev
for its contents and usage.