Skip to content
Skillv1.0.0

dce-charts-repackage

Repository Instructions

by DaoCloud(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from DaoCloud/dce-charts-repackage (AGENTS.md). Install upstream with npx skills add DaoCloud/dce-charts-repackage. Copyright stays with the author.

Repository Instructions

Chart Upgrade Workflow

  • For every chart upgrade or new chart, update the chart source config first, then run make build_chart PROJECT=<chart-name> to regenerate the packaged chart content.
  • After regeneration, check that the generated charts/<chart-name>/<chart-name>/values.yaml is consistent with charts/<chart-name>/<chart-name>/values.schema.json. If generated values changed and the schema does not match, update the schema accordingly.
  • Review test/<chart-name>/install.sh for version-specific settings, renamed values, required install flags, or runtime assumptions introduced by the upgraded chart, and update the test script when needed.

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/daocloud-dce-charts-repackage-dce-charts-repackage/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.

daocloud-dce-charts-repackage-dce-charts-repackage.ocm.jsonjson
{
  "ocm": "1",
  "id": "daocloud-dce-charts-repackage-dce-charts-repackage",
  "kind": "skill",
  "name": "dce-charts-repackage",
  "description": "Repository Instructions",
  "publisher": "DaoCloud",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/DaoCloud/dce-charts-repackage",
      "path": "AGENTS.md",
      "ref": "9ca7120310c2a9e41089a918678a2232ad35e6dd",
      "url": "https://github.com/DaoCloud/dce-charts-repackage/blob/9ca7120310c2a9e41089a918678a2232ad35e6dd/AGENTS.md",
      "key": "DaoCloud/dce-charts-repackage/AGENTS.md"
    }
  },
  "instructions": "# Repository Instructions\n\n## Chart Upgrade Workflow\n\n- For every chart upgrade or new chart, update the chart source `config` first, then run `make build_chart PROJECT=<chart-name>` to regenerate the packaged chart content.\n- After regeneration, check that the generated `charts/<chart-name>/<chart-name>/values.yaml` is consistent with `charts/<chart-name>/<chart-name>/values.schema.json`. If generated values changed and the schema does not match, update the schema accordingly.\n- Review `test/<chart-name>/install.sh` for version-specific settings, renamed values, required install flags, or run",
  "cost": {
    "context_tokens": 172
  }
}

Fetch it by URL: GET /api/v1/registry/daocloud-dce-charts-repackage-dce-charts-repackage/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.