Skip to content
Skillv1.0.0

pipeworks-namegen-core

This repository follows Pipe-Works org standards and reusable workflow conventions.

by pipe-works(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from pipe-works/pipeworks-namegen-core (AGENTS.md). Install upstream with npx skills add pipe-works/pipeworks-namegen-core. Copyright stays with the author.

AGENTS.md

Foundation

This repository follows Pipe-Works org standards and reusable workflow conventions.

Scope

  • Deterministic generation engine library only.
  • No web/server/runtime deployment responsibilities.
  • No corpus/lexicon pipeline tooling.

Non-Negotiables

  • Determinism first: use isolated RNG (random.Random(seed)), avoid global RNG state.
  • Keep runtime dependencies minimal.
  • Keep public package API stable once published.

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/pipe-works-pipeworks-namegen-core-pipeworks-namegen-core/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.

pipe-works-pipeworks-namegen-core-pipeworks-namegen-core.ocm.jsonjson
{
  "ocm": "1",
  "id": "pipe-works-pipeworks-namegen-core-pipeworks-namegen-core",
  "kind": "skill",
  "name": "pipeworks-namegen-core",
  "description": "This repository follows Pipe-Works org standards and reusable workflow conventions.",
  "publisher": "pipe-works",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository follows Pipe-Works org standards and reusable workflow conventions."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/pipe-works/pipeworks-namegen-core",
      "path": "AGENTS.md",
      "ref": "e7c899d451e49f965dc8206b4763c5a76993cb4f",
      "url": "https://github.com/pipe-works/pipeworks-namegen-core/blob/e7c899d451e49f965dc8206b4763c5a76993cb4f/AGENTS.md",
      "key": "pipe-works/pipeworks-namegen-core/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Foundation\n\nThis repository follows Pipe-Works org standards and reusable workflow conventions.\n\n## Scope\n\n- Deterministic generation engine library only.\n- No web/server/runtime deployment responsibilities.\n- No corpus/lexicon pipeline tooling.\n\n## Non-Negotiables\n\n- Determinism first: use isolated RNG (`random.Random(seed)`), avoid global RNG state.\n- Keep runtime dependencies minimal.\n- Keep public package API stable once published.",
  "cost": {
    "context_tokens": 113
  }
}

Fetch it by URL: GET /api/v1/registry/pipe-works-pipeworks-namegen-core-pipeworks-namegen-core/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.

pipeworks-namegen-core - Skill - OpenSmartRoute