Skip to content
OpenSmartRoute
Skillv1.0.0

valid-library-reference

Documents libraries without declaring them as skill routes.

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

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

See reviews

About

Imported from shipshitdev/skills (scripts/fixtures/skill-validation/valid-library-reference/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill valid-library-reference. Copyright stays with the author.

Library Reference Fixture

Use react-window for virtualization. Use @custom-variant for a CSS selector. For example, a pdf-editor skill could rotate PDFs.

  • react-window for large lists
Use the `example-only` skill.

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/shipshitdev-skills-valid-library-reference/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.

shipshitdev-skills-valid-library-reference.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-valid-library-reference",
  "kind": "skill",
  "name": "valid-library-reference",
  "description": "Documents libraries without declaring them as skill routes.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "fixture",
      "validation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Documents libraries without declaring them as skill routes."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "scripts/fixtures/skill-validation/valid-library-reference/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/scripts/fixtures/skill-validation/valid-library-reference/SKILL.md",
      "key": "shipshitdev/skills/scripts/fixtures/skill-validation/valid-library-reference/SKILL.md"
    }
  },
  "instructions": "# Library Reference Fixture\n\nUse `react-window` for virtualization.\nUse @custom-variant for a CSS selector.\nFor example, a `pdf-editor` skill could rotate PDFs.\n\n- `react-window` for large lists\n\n```markdown\nUse the `example-only` skill.\n```",
  "cost": {
    "context_tokens": 60
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-valid-library-reference/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.