Skip to content
Skillv1.0.0

cursor-cloud-agent-test

This repository is a full-stack Pomodoro app with frontend/backed separation:

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

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

See reviews

About

Imported from Lewin671/cursor-cloud-agent-test (AGENTS.md). Install upstream with npx skills add Lewin671/cursor-cloud-agent-test. Copyright stays with the author.

AGENTS.md

Cursor Cloud specific instructions

This repository is a full-stack Pomodoro app with frontend/backed separation:

  • Frontend: React + TypeScript (Vite) under frontend/
  • Backend: Go + Gin + SQLite under backend/

Key commands

  • npm run dev (repo root): starts backend + frontend together
  • npm run dev:frontend: start frontend only
  • npm run dev:backend: start backend only
  • npm run migrate: apply backend DB migrations

Backend testing/lint

  • cd backend && go test ./...

Frontend testing/lint

  • cd frontend && npm run build
  • cd frontend && npm run lint

Notes

  • Backend applies SQL migrations on startup from backend/migrations/.
  • No external services are required; SQLite file is local (backend/data/pomodoro.db by default).

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/lewin671-cursor-cloud-agent-test-cursor-cloud-agent-test/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.

lewin671-cursor-cloud-agent-test-cursor-cloud-agent-test.ocm.jsonjson
{
  "ocm": "1",
  "id": "lewin671-cursor-cloud-agent-test-cursor-cloud-agent-test",
  "kind": "skill",
  "name": "cursor-cloud-agent-test",
  "description": "This repository is a full-stack Pomodoro app with frontend/backed separation:",
  "publisher": "Lewin671",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository is a full-stack Pomodoro app with frontend/backed separation:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Lewin671/cursor-cloud-agent-test",
      "path": "AGENTS.md",
      "ref": "b5f5fa13f363e6e39c4c1db36aeeb3b4ce0f8bc4",
      "url": "https://github.com/Lewin671/cursor-cloud-agent-test/blob/b5f5fa13f363e6e39c4c1db36aeeb3b4ce0f8bc4/AGENTS.md",
      "key": "Lewin671/cursor-cloud-agent-test/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Cursor Cloud specific instructions\n\nThis repository is a full-stack Pomodoro app with frontend/backed separation:\n\n- Frontend: React + TypeScript (Vite) under `frontend/`\n- Backend: Go + Gin + SQLite under `backend/`\n\n### Key commands\n\n- `npm run dev` (repo root): starts backend + frontend together\n- `npm run dev:frontend`: start frontend only\n- `npm run dev:backend`: start backend only\n- `npm run migrate`: apply backend DB migrations\n\n### Backend testing/lint\n\n- `cd backend && go test ./...`\n\n### Frontend testing/lint\n\n- `cd frontend && npm run build`\n- `cd frontend && npm run",
  "cost": {
    "context_tokens": 197
  }
}

Fetch it by URL: GET /api/v1/registry/lewin671-cursor-cloud-agent-test-cursor-cloud-agent-test/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.