Skip to content
Skillv1.0.0

composables

Composables - Agents

by drobertson-dev(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from drobertson-dev/nuxt-shadcn-prisma-auth (app/composables/AGENTS.md). Install upstream with npx skills add drobertson-dev/nuxt-shadcn-prisma-auth --skill composables. Copyright stays with the author.

Composables - Agents

  • Shared state uses useState with the key defined outside the composable.
  • Avoid Pinia unless truly necessary.
  • Return refs + actions; keep composables focused and small.

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/drobertson-dev-nuxt-shadcn-prisma-auth-composables/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.

drobertson-dev-nuxt-shadcn-prisma-auth-composables.ocm.jsonjson
{
  "ocm": "1",
  "id": "drobertson-dev-nuxt-shadcn-prisma-auth-composables",
  "kind": "skill",
  "name": "composables",
  "description": "Composables - Agents",
  "publisher": "drobertson-dev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Composables - Agents"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/drobertson-dev/nuxt-shadcn-prisma-auth",
      "path": "app/composables/AGENTS.md",
      "ref": "50d9a196dc8ea9961ba10e4107bc8c30271dd5a5",
      "url": "https://github.com/drobertson-dev/nuxt-shadcn-prisma-auth/blob/50d9a196dc8ea9961ba10e4107bc8c30271dd5a5/app/composables/AGENTS.md",
      "key": "drobertson-dev/nuxt-shadcn-prisma-auth/app/composables/AGENTS.md"
    }
  },
  "instructions": "# Composables - Agents\n\n- Shared state uses `useState` with the key defined outside the composable.\n- Avoid Pinia unless truly necessary.\n- Return refs + actions; keep composables focused and small.",
  "cost": {
    "context_tokens": 49
  }
}

Fetch it by URL: GET /api/v1/registry/drobertson-dev-nuxt-shadcn-prisma-auth-composables/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.