This project (New and Shiny Container Registry) is a Kotlin program that has it as a goal to be an OCI compliant container registry, meaning OCI-compliant container runtimes and things compliant with
Imported from jhstatewide/nscr (doc/AGENTS.md). Install upstream with npx skills add jhstatewide/nscr --skill doc. Copyright stays with the author.
NSCR
Overview
This project (New and Shiny Container Registry) is a Kotlin program that has it as a goal to be an OCI compliant container registry, meaning OCI-compliant container runtimes
and things compliant with it can push, pull images from it.
We use H2 SQL as a backend datastore.
This project uses Gradle Kotlin DSL, meaning our build file is build.gradle.kts
We also have tests baked in, so you can do "./gradlew test" and run the tests.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/jhstatewide-nscr-doc/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
jhstatewide-nscr-doc.ocm.jsonjson
{
"ocm": "1",
"id": "jhstatewide-nscr-doc",
"kind": "skill",
"name": "doc",
"description": "This project (New and Shiny Container Registry) is a Kotlin program that has it as a goal to be an OCI compliant container registry, meaning OCI-compliant container runtimes and things compliant with it can push, pull images from it.",
"publisher": "jhstatewide",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project (New and Shiny Container Registry) is a Kotlin program that has it as a goal to be an OCI compliant container registry, meaning OCI-compliant container runtimes and things compliant with it can push, pull images from it."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jhstatewide/nscr",
"path": "doc/AGENTS.md",
"ref": "b1ac97e9f69b6cc48dd514f67510e59427d574ab",
"url": "https://github.com/jhstatewide/nscr/blob/b1ac97e9f69b6cc48dd514f67510e59427d574ab/doc/AGENTS.md",
"key": "jhstatewide/nscr/doc/AGENTS.md"
}
},
"instructions": "# NSCR\n\n## Overview\n\nThis project (New and Shiny Container Registry) is a Kotlin program that has it as a goal to be an OCI compliant container registry, meaning OCI-compliant container runtimes\nand things compliant with it can push, pull images from it.\n\nWe use H2 SQL as a backend datastore.\n\nThis project uses Gradle Kotlin DSL, meaning our build file is build.gradle.kts\n\nWe also have tests baked in, so you can do \"./gradlew test\" and run the tests.",
"cost": {
"context_tokens": 113
}
}
Fetch it by URL: GET /api/v1/registry/jhstatewide-nscr-doc/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.