Skip to content
Skillv1.0.0

teaxyz_setup

Public repository for installer scripts and GitHub Action setup.

by actions-marketplace-validations(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from actions-marketplace-validations/teaxyz_setup (AGENTS.md). Install upstream with npx skills add actions-marketplace-validations/teaxyz_setup. Copyright stays with the author.

AGENTS: setup

Public repository for installer scripts and GitHub Action setup.

Core Commands

  • npm install
  • npm run dist
  • sh ./installer.sh --help

Always Do

  • Keep installer behavior explicit across macOS, Linux, and Windows.
  • Preserve action input/output contract stability.

Ask First

  • Any change to default install paths or update behavior.
  • Any action permission or deployment behavior change.

Never Do

  • Never remove installer safety checks.
  • Never introduce hidden network side effects without documentation.

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/actions-marketplace-validations-teaxyz-setup-teaxyz-setup/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.

actions-marketplace-validations-teaxyz-setup-teaxyz-setup.ocm.jsonjson
{
  "ocm": "1",
  "id": "actions-marketplace-validations-teaxyz-setup-teaxyz-setup",
  "kind": "skill",
  "name": "teaxyz_setup",
  "description": "Public repository for installer scripts and GitHub Action setup.",
  "publisher": "actions-marketplace-validations",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Public repository for installer scripts and GitHub Action setup."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/actions-marketplace-validations/teaxyz_setup",
      "path": "AGENTS.md",
      "ref": "ae783a6306d3ff9f8ac74628d36a08cf5a3de284",
      "url": "https://github.com/actions-marketplace-validations/teaxyz_setup/blob/ae783a6306d3ff9f8ac74628d36a08cf5a3de284/AGENTS.md",
      "key": "actions-marketplace-validations/teaxyz_setup/AGENTS.md"
    }
  },
  "instructions": "# AGENTS: setup\n\nPublic repository for installer scripts and GitHub Action setup.\n\n## Core Commands\n\n- `npm install`\n- `npm run dist`\n- `sh ./installer.sh --help`\n\n## Always Do\n\n- Keep installer behavior explicit across macOS, Linux, and Windows.\n- Preserve action input/output contract stability.\n\n## Ask First\n\n- Any change to default install paths or update behavior.\n- Any action permission or deployment behavior change.\n\n## Never Do\n\n- Never remove installer safety checks.\n- Never introduce hidden network side effects without documentation.",
  "cost": {
    "context_tokens": 137
  }
}

Fetch it by URL: GET /api/v1/registry/actions-marketplace-validations-teaxyz-setup-teaxyz-setup/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.