Skip to content
Skillv1.0.0

scripts

This folder contains Bedframe runtime script source files.

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

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

See reviews

About

Imported from nyaggah/bedframe (examples/devtools-react-ts/src/scripts/AGENTS.md). Install upstream with npx skills add nyaggah/bedframe --skill scripts. Copyright stays with the author.

src/scripts

This folder contains Bedframe runtime script source files.

Working rules

  • Keep script paths aligned with the manifest source and actual files on disk.
  • The service worker is the default background/runtime entrypoint in a standard Bedframe scaffold.
  • Only add content scripts or extra runtime files when the extension shape or feature actually requires them.
  • Do not move runtime files without re-checking src/manifests/* and src/_config/bedframe.config.ts.

Current project shape

  • Extension type: {{extension_type}}
  • Framework: {{framework}}

Read next

  • Root AGENTS.md
  • src/manifests/AGENTS.md
  • .agents/skills/bedframe

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/nyaggah-bedframe-scripts/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.

nyaggah-bedframe-scripts.ocm.jsonjson
{
  "ocm": "1",
  "id": "nyaggah-bedframe-scripts",
  "kind": "skill",
  "name": "scripts",
  "description": "This folder contains Bedframe runtime script source files.",
  "publisher": "nyaggah",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This folder contains Bedframe runtime script source files."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/nyaggah/bedframe",
      "path": "examples/devtools-react-ts/src/scripts/AGENTS.md",
      "ref": "090815fb7eeccd354899a39e7d0310b3cfd67c39",
      "url": "https://github.com/nyaggah/bedframe/blob/090815fb7eeccd354899a39e7d0310b3cfd67c39/examples/devtools-react-ts/src/scripts/AGENTS.md",
      "key": "nyaggah/bedframe/examples/devtools-react-ts/src/scripts/AGENTS.md"
    }
  },
  "instructions": "# `src/scripts`\n\nThis folder contains Bedframe runtime script source files.\n\n## Working rules\n\n- Keep script paths aligned with the manifest source and actual files on disk.\n- The service worker is the default background/runtime entrypoint in a standard Bedframe scaffold.\n- Only add content scripts or extra runtime files when the extension shape or feature actually requires them.\n- Do not move runtime files without re-checking `src/manifests/*` and `src/_config/bedframe.config.ts`.\n\n## Current project shape\n\n- Extension type: `{{extension_type}}`\n- Framework: `{{framework}}`\n\n## Read next\n\n- R",
  "cost": {
    "context_tokens": 167
  }
}

Fetch it by URL: GET /api/v1/registry/nyaggah-bedframe-scripts/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.