Skip to content
Skillv1.0.0

javascript

JavaScript-specific notes for agents working in `javascript/`.

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

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

See reviews

About

Imported from superfly/client-signals (javascript/AGENTS.md). Install upstream with npx skills add superfly/client-signals --skill javascript. Copyright stays with the author.

AGENTS.md

JavaScript-specific notes for agents working in javascript/.

Package

This directory contains the private JavaScript package @fly/client-signals. It is not published to npm; downstream packages vendor it as a local dependency.

Runtime target: Node.js 20 or newer.

Key files:

  • src/index.js — runtime implementation and exported API.
  • test/index.test.js — Node test suite, including shared fixture checks.
  • package.json — package metadata and scripts.

Constraints

  • No runtime dependencies.
  • Keep the package ESM-only unless the user explicitly asks otherwise.
  • Do not shell out for parent-process lookup.
  • detectOnce() must cache the first detected value.
  • Keep KNOWN_MARKERS aligned with ../spec/markers.json.

Commands

npm test

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/superfly-client-signals-javascript/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.

superfly-client-signals-javascript.ocm.jsonjson
{
  "ocm": "1",
  "id": "superfly-client-signals-javascript",
  "kind": "skill",
  "name": "javascript",
  "description": "JavaScript-specific notes for agents working in `javascript/`.",
  "publisher": "superfly",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "JavaScript-specific notes for agents working in `javascript/`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/superfly/client-signals",
      "path": "javascript/AGENTS.md",
      "ref": "0ffd21350a6b1bc2e2860e9ff45ca51e6cdb5d9e",
      "url": "https://github.com/superfly/client-signals/blob/0ffd21350a6b1bc2e2860e9ff45ca51e6cdb5d9e/javascript/AGENTS.md",
      "key": "superfly/client-signals/javascript/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nJavaScript-specific notes for agents working in `javascript/`.\n\n## Package\n\nThis directory contains the private JavaScript package\n`@fly/client-signals`. It is not published to npm; downstream packages vendor\nit as a local dependency.\n\nRuntime target: Node.js 20 or newer.\n\nKey files:\n\n- `src/index.js` — runtime implementation and exported API.\n- `test/index.test.js` — Node test suite, including shared fixture checks.\n- `package.json` — package metadata and scripts.\n\n## Constraints\n\n- No runtime dependencies.\n- Keep the package ESM-only unless the user explicitly asks otherwise.\n- ",
  "cost": {
    "context_tokens": 197
  }
}

Fetch it by URL: GET /api/v1/registry/superfly-client-signals-javascript/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.