Skip to content

Instantly share code, notes, and snippets.

@odewahn
Last active January 27, 2026 22:17
Show Gist options
  • Select an option

  • Save odewahn/a8a700a08c669cb649b5c589480d027c to your computer and use it in GitHub Desktop.

Select an option

Save odewahn/a8a700a08c669cb649b5c589480d027c to your computer and use it in GitHub Desktop.
Example of how to preinstall a skill from a repo
{
"extraKnownMarketplaces": {
"my-skills": {
"source": {
"source": "github",
"repo": "odewahn/skill-marketplace-test",
"ref": "main"
}
}
},
"enabledPlugins": {
"ddia-streaming-with-kinesis@my-skills": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment