Skip to content

kilianpaquier/schema-converter

v0.2.0MIT

A skill suite to transform JSON schemas into their language equivalents

schema-converter

A skill suite to transform JSON schemas into their language equivalents.

Skills

schema-to-go

Activated to transform a given JSON schema into its Go equivalent. The skill needs the following arguments when running (it will be asked otherwise):

  • Schema path
  • Go package path to generate files into
  • Go package name for generated files

Installation

Native plugin (recommended):

my-agent plugin marketplace add kilianpaquier/ai-integration
my-agent plugin install schema-converter@one-for-all

APM package:

apm install kilianpaquier/ai-integration/plugins/skills/schema-converter -g

APM plugin:

apm marketplace add kilianpaquier/ai-integration
apm install schema-converter@one-for-all -g

Skills CLI:

npx skills add kilianpaquier/ai-integration -g

Compatibility table

AgentManifestSkills
APMapm.ymlskills/
Claude Code.claude-plugin/plugin.jsonskills/
Codex.claude-plugin/plugin.jsonskills/
Copilotplugin.jsonskills/
Cursorplugin.jsonskills/

[!note] APM copies skills/ to the agent directory (~/.claude/skills/ for Claude Code, ~/.agents/skills/, etc.).