An open API service indexing awesome lists of open source software.

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.

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