Skip to content
Skillv1.0.0

app

This file extends `/AGENTS.md`. Follow root rules first.

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

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

See reviews

About

Imported from Phazzie/SkepticalWombatTellsYourTale (src/app/AGENTS.md). Install upstream with npx skills add Phazzie/SkepticalWombatTellsYourTale --skill app. Copyright stays with the author.

AGENTS.md (src/app)

This file extends /AGENTS.md. Follow root rules first.

Scope: App Router UI pages, layouts, and route handlers in src/app.

UI guidance

  • Keep page.tsx files focused; extract large sections into components under src/components.
  • Prefer shared primitives from src/components/ui/primitives.tsx.
  • Keep client components minimal and isolate stateful logic.
  • Preserve existing route paths and dynamic param names.

Route handler guidance

  • Use handleRoute for consistent error handling.
  • Require auth with requireUser and ensureProjectAccess as appropriate.
  • Validate inputs via schema/validation helpers.
  • Avoid direct Prisma access in route handlers; use services/repositories.

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/phazzie-skepticalwombattellsyourtale-app/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.

phazzie-skepticalwombattellsyourtale-app.ocm.jsonjson
{
  "ocm": "1",
  "id": "phazzie-skepticalwombattellsyourtale-app",
  "kind": "skill",
  "name": "app",
  "description": "This file extends `/AGENTS.md`. Follow root rules first.",
  "publisher": "Phazzie",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This file extends `/AGENTS.md`. Follow root rules first."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Phazzie/SkepticalWombatTellsYourTale",
      "path": "src/app/AGENTS.md",
      "ref": "847b2528153e2214836a84ec7200b22b8517f04a",
      "url": "https://github.com/Phazzie/SkepticalWombatTellsYourTale/blob/847b2528153e2214836a84ec7200b22b8517f04a/src/app/AGENTS.md",
      "key": "Phazzie/SkepticalWombatTellsYourTale/src/app/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md (src/app)\n\nThis file extends `/AGENTS.md`. Follow root rules first.\n\nScope: App Router UI pages, layouts, and route handlers in `src/app`.\n\nUI guidance\n- Keep `page.tsx` files focused; extract large sections into components under `src/components`.\n- Prefer shared primitives from `src/components/ui/primitives.tsx`.\n- Keep client components minimal and isolate stateful logic.\n- Preserve existing route paths and dynamic param names.\n\nRoute handler guidance\n- Use `handleRoute` for consistent error handling.\n- Require auth with `requireUser` and `ensureProjectAccess` as appropriate.\n- V",
  "cost": {
    "context_tokens": 180
  }
}

Fetch it by URL: GET /api/v1/registry/phazzie-skepticalwombattellsyourtale-app/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.