Skip to content
Skillv1.0.0

codex-web-parity-pilot

SprintPulse Web Console Agent Instructions

by pnwgmr-llc(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from pnwgmr-llc/codex-web-parity-pilot (AGENTS.md). Install upstream with npx skills add pnwgmr-llc/codex-web-parity-pilot. Copyright stays with the author.

SprintPulse Web Console Agent Instructions

  • Work only in this repository for this target app.
  • Use React, TypeScript, Vite, Vitest, and Playwright.
  • Keep all app state deterministic and local.
  • Do not add external APIs, auth, cloud storage, analytics, ads, or telemetry.
  • Keep the first screen as the actual operations console, not a landing page.
  • Preserve desktop and mobile Playwright screenshots under artifacts/web-smoke/.
  • Keep GitHub Actions checks passing before opening or merging PRs.

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/pnwgmr-llc-codex-web-parity-pilot-codex-web-parity-pilot/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.

pnwgmr-llc-codex-web-parity-pilot-codex-web-parity-pilot.ocm.jsonjson
{
  "ocm": "1",
  "id": "pnwgmr-llc-codex-web-parity-pilot-codex-web-parity-pilot",
  "kind": "skill",
  "name": "codex-web-parity-pilot",
  "description": "SprintPulse Web Console Agent Instructions",
  "publisher": "pnwgmr-llc",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "SprintPulse Web Console Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/pnwgmr-llc/codex-web-parity-pilot",
      "path": "AGENTS.md",
      "ref": "258997330445f57188b02fa2e87c7dc742dcf7fe",
      "url": "https://github.com/pnwgmr-llc/codex-web-parity-pilot/blob/258997330445f57188b02fa2e87c7dc742dcf7fe/AGENTS.md",
      "key": "pnwgmr-llc/codex-web-parity-pilot/AGENTS.md"
    }
  },
  "instructions": "# SprintPulse Web Console Agent Instructions\n\n- Work only in this repository for this target app.\n- Use React, TypeScript, Vite, Vitest, and Playwright.\n- Keep all app state deterministic and local.\n- Do not add external APIs, auth, cloud storage, analytics, ads, or telemetry.\n- Keep the first screen as the actual operations console, not a landing page.\n- Preserve desktop and mobile Playwright screenshots under `artifacts/web-smoke/`.\n- Keep GitHub Actions checks passing before opening or merging PRs.",
  "cost": {
    "context_tokens": 126
  }
}

Fetch it by URL: GET /api/v1/registry/pnwgmr-llc-codex-web-parity-pilot-codex-web-parity-pilot/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.