Skip to content
Skillv1.0.0

AsyncImageView

Agent Instructions

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

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

See reviews

About

Imported from NachoSoto/AsyncImageView (AGENTS.md). Install upstream with npx skills add NachoSoto/AsyncImageView. Copyright stays with the author.

Agent Instructions

  • Always run swiftlint --config .swiftlint.yml --strict from the repository root before submitting changes. This lints the AsyncImageView codebase with the shared configuration.

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/nachosoto-asyncimageview-asyncimageview/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.

nachosoto-asyncimageview-asyncimageview.ocm.jsonjson
{
  "ocm": "1",
  "id": "nachosoto-asyncimageview-asyncimageview",
  "kind": "skill",
  "name": "AsyncImageView",
  "description": "Agent Instructions",
  "publisher": "NachoSoto",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/NachoSoto/AsyncImageView",
      "path": "AGENTS.md",
      "ref": "92bd7f19fcfb8af59b11d5010651b4d95dc95a21",
      "url": "https://github.com/NachoSoto/AsyncImageView/blob/92bd7f19fcfb8af59b11d5010651b4d95dc95a21/AGENTS.md",
      "key": "NachoSoto/AsyncImageView/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\n- Always run `swiftlint --config .swiftlint.yml --strict` from the repository root before submitting changes. This lints the AsyncImageView codebase with the shared configuration.",
  "cost": {
    "context_tokens": 50
  }
}

Fetch it by URL: GET /api/v1/registry/nachosoto-asyncimageview-asyncimageview/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.