plugins marketplace
← All plugins

sdg-hub

v1.0.0

Synthetic data generation — composable blocks and YAML-defined flows for building LLM training datasets

CodexClaude Code

by Red Hat AI Innovation Team155updated 4 days ago

Source

git clone https://github.com/Red-Hat-AI-Innovation-Team/sdg_hub

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

sdg-hub/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

.codex-plugin/plugin.json
{
  "name": "sdg-hub",
  "description": "Synthetic data generation — composable blocks and YAML-defined flows for building LLM training datasets",
  "version": "1.0.0",
  "author": {
    "name": "Red Hat AI Innovation Team"
  },
  "skills": "./.claude/skills"
}
.claude-plugin/plugin.json
{
  "name": "sdg-hub",
  "description": "Synthetic data generation — composable blocks and YAML-defined flows for building LLM training datasets",
  "author": {
    "name": "Red Hat AI Innovation Team"
  },
  "skills": "./.claude/skills"
}