Skip to content
Skillv1.0.0

kouga-fire-report

AGENTS

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

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

See reviews

About

Imported from lunatechza/kouga-fire-report (AGENTS.md). Install upstream with npx skills add lunatechza/kouga-fire-report. Copyright stays with the author.

AGENTS

  • Keep the app fully static and GitHub Pages compatible (subpath aware).
  • Prefer clear, minimal UI changes and mobile-first layouts.
  • Avoid build tooling; edit files directly in the repo root.
  • Favor resilient, best-effort behavior for network features.
  • Keep configuration placeholders and document setup steps in README.
  • Repository status: static PWA served from repo root (index + legal pages), with best-effort Firestore logging and service worker caching.

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/lunatechza-kouga-fire-report-kouga-fire-report/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.

lunatechza-kouga-fire-report-kouga-fire-report.ocm.jsonjson
{
  "ocm": "1",
  "id": "lunatechza-kouga-fire-report-kouga-fire-report",
  "kind": "skill",
  "name": "kouga-fire-report",
  "description": "AGENTS",
  "publisher": "lunatechza",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/lunatechza/kouga-fire-report",
      "path": "AGENTS.md",
      "ref": "48a94980ca65190823bc6840efa71fa24d0f0cff",
      "url": "https://github.com/lunatechza/kouga-fire-report/blob/48a94980ca65190823bc6840efa71fa24d0f0cff/AGENTS.md",
      "key": "lunatechza/kouga-fire-report/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n- Keep the app fully static and GitHub Pages compatible (subpath aware).\n- Prefer clear, minimal UI changes and mobile-first layouts.\n- Avoid build tooling; edit files directly in the repo root.\n- Favor resilient, best-effort behavior for network features.\n- Keep configuration placeholders and document setup steps in README.\n- Repository status: static PWA served from repo root (index + legal pages), with best-effort Firestore logging and service worker caching.",
  "cost": {
    "context_tokens": 119
  }
}

Fetch it by URL: GET /api/v1/registry/lunatechza-kouga-fire-report-kouga-fire-report/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.