Last active
January 27, 2026 22:17
-
-
Save odewahn/a8a700a08c669cb649b5c589480d027c to your computer and use it in GitHub Desktop.
Example of how to preinstall a skill from a repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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