Convert between formats, languages, and data structures
/plugin marketplace add gopherguides/gopher-ai/plugin install gopherguides-llm-tools-plugins-llm-tools@gopherguides/gopher-ai<from> <to> [file]claude-opus-4-5-20251101**If `$ARGUMENTS` is empty or not provided:** Show available conversion types and usage. **Usage:** `/convert <from> <to> [file]` **Examples:** - `/convert json typescript` - JSON to TypeScript types - `/convert openapi sdk` - OpenAPI spec to client SDK - `/convert sql prisma` - SQL schema to Prisma models - `/convert csv json data.csv` - CSV file to JSON - `/convert yaml json config.yaml` - YAML to JSON **Supported Conversions:** | From | To | Description | | ---- | -- | ----------- | | json | typescript | JSON to TS interfaces | | openapi | sdk | OpenAPI to client code | | sql | pri...