https://github.com/vimtor/opencode-plugins
My personal OpenCode plugins.
https://github.com/vimtor/opencode-plugins
Last synced: about 1 month ago
JSON representation
My personal OpenCode plugins.
- Host: GitHub
- URL: https://github.com/vimtor/opencode-plugins
- Owner: vimtor
- License: mit
- Created: 2026-05-17T12:04:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-02T10:19:29.000Z (about 1 month ago)
- Last Synced: 2026-06-02T10:22:36.118Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCode Plugins
My personal OpenCode plugins.
## Packages
- [`opencode-postgres`](packages/opencode-postgres/README.md): adds a Postgres Query tool for running SQL against a configured Postgres database.
- [`opencode-mysql`](packages/opencode-mysql/README.md): adds a MySQL Query tool for running SQL against a configured MySQL 8+ database.
- [`opencode-exit-plan`](packages/opencode-exit-plan/README.md): switches from the plan mode to a build agent when you say phrases like "go ahead".
- [`opencode-keep-going`](packages/opencode-keep-going/README.md): sends a continue prompt when you press Enter on an empty input.
## Development
```sh
npm install
npm run typecheck
npm run build
npm run smoke
npm run pack:dry-run
```
Run a package script for one plugin with `-w`:
```sh
npm run typecheck -w opencode-postgres
```
## License
MIT