Skip to content
Skillv1.0.0

deploy

Deployment automation skill for CI/CD pipelines

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

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

See reviews

About

Imported from andrewyng/context-hub (cli/test/fixtures/testskills/skills/deploy/SKILL.md). Install upstream with npx skills add andrewyng/context-hub --skill deploy. Copyright stays with the author.

Deploy Skill

Automate deployments with this skill.

Steps

  1. Build the project
  2. Run tests
  3. Deploy to production

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/andrewyng-context-hub-deploy/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.

andrewyng-context-hub-deploy.ocm.jsonjson
{
  "ocm": "1",
  "id": "andrewyng-context-hub-deploy",
  "kind": "skill",
  "name": "deploy",
  "description": "Deployment automation skill for CI/CD pipelines",
  "publisher": "andrewyng",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "deploy",
      "ci",
      "automation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Deployment automation skill for CI/CD pipelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/andrewyng/context-hub",
      "path": "cli/test/fixtures/testskills/skills/deploy/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/andrewyng/context-hub/blob/HEAD/cli/test/fixtures/testskills/skills/deploy/SKILL.md",
      "key": "andrewyng/context-hub/cli/test/fixtures/testskills/skills/deploy/SKILL.md"
    }
  },
  "instructions": "# Deploy Skill\n\nAutomate deployments with this skill.\n\n## Steps\n\n1. Build the project\n2. Run tests\n3. Deploy to production",
  "cost": {
    "context_tokens": 30
  }
}

Fetch it by URL: GET /api/v1/registry/andrewyng-context-hub-deploy/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.