Skip to content
Skillv1.0.0

ai-model-comparison

Project: DEV Toolkit for Web

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

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

See reviews

About

Imported from itonx/ai-model-comparison (AGENTS.md). Install upstream with npx skills add itonx/ai-model-comparison. Copyright stays with the author.

Project: DEV Toolkit for Web

Tech Stack

  • Astro
  • React 19
  • Tailwind 4
  • TypeScript

General Instructions for the UI

  • When you generate new components for the UI, use the color-palette from specs/ui/color-palette.md
  • Add animations when applicable based on the notes from specs/ui/animations
  • New components must align with the main design described in specs/ui/main-design.png

General Instructions for the code

  • When you generate new TypeScript code, follow the existing coding style.
  • Ensure all new functions and classes have JSDoc comments.
  • Prefer functional programming paradigms where appropriate.
  • Generate abstract code to avoid repeating functionality.

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/itonx-ai-model-comparison-ai-model-comparison/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.

itonx-ai-model-comparison-ai-model-comparison.ocm.jsonjson
{
  "ocm": "1",
  "id": "itonx-ai-model-comparison-ai-model-comparison",
  "kind": "skill",
  "name": "ai-model-comparison",
  "description": "Project: DEV Toolkit for Web",
  "publisher": "itonx",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project: DEV Toolkit for Web"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/itonx/ai-model-comparison",
      "path": "AGENTS.md",
      "ref": "daeec3947ce6fa9bc7b8ac5d9fc4cf20de5a08b2",
      "url": "https://github.com/itonx/ai-model-comparison/blob/daeec3947ce6fa9bc7b8ac5d9fc4cf20de5a08b2/AGENTS.md",
      "key": "itonx/ai-model-comparison/AGENTS.md"
    }
  },
  "instructions": "# Project: DEV Toolkit for Web\n\n## Tech Stack\n\n- Astro\n- React 19\n- Tailwind 4\n- TypeScript\n\n## General Instructions for the UI\n\n- When you generate new components for the UI, use the color-palette from `specs/ui/color-palette.md`\n- Add animations when applicable based on the notes from `specs/ui/animations`\n- New components must align with the main design described in `specs/ui/main-design.png`\n\n## General Instructions for the code\n\n- When you generate new TypeScript code, follow the existing coding style.\n- Ensure all new functions and classes have JSDoc comments.\n- Prefer functional program",
  "cost": {
    "context_tokens": 173
  }
}

Fetch it by URL: GET /api/v1/registry/itonx-ai-model-comparison-ai-model-comparison/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.