Skip to content
Skillv1.0.0

fava-dashboards

AGENTS.md

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

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

See reviews

About

Imported from andreasgerstmayr/fava-dashboards (AGENTS.md). Install upstream with npx skills add andreasgerstmayr/fava-dashboards. Copyright stays with the author.

AGENTS.md

Setup commands

  • Install deps: make deps
  • Start dev server: make dev
  • Run tests: make test
  • Run linter: make lint
  • Run formatters: make format

Code style

  • TypeScript strict mode
  • Use functional patterns where possible

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/andreasgerstmayr-fava-dashboards-fava-dashboards/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.

andreasgerstmayr-fava-dashboards-fava-dashboards.ocm.jsonjson
{
  "ocm": "1",
  "id": "andreasgerstmayr-fava-dashboards-fava-dashboards",
  "kind": "skill",
  "name": "fava-dashboards",
  "description": "AGENTS.md",
  "publisher": "andreasgerstmayr",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/andreasgerstmayr/fava-dashboards",
      "path": "AGENTS.md",
      "ref": "57b55f6c71d4b3811fe3a9654a13d316c811ce3b",
      "url": "https://github.com/andreasgerstmayr/fava-dashboards/blob/57b55f6c71d4b3811fe3a9654a13d316c811ce3b/AGENTS.md",
      "key": "andreasgerstmayr/fava-dashboards/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Setup commands\n- Install deps: `make deps`\n- Start dev server: `make dev`\n- Run tests: `make test`\n- Run linter: `make lint`\n- Run formatters: `make format`\n\n## Code style\n- TypeScript strict mode\n- Use functional patterns where possible",
  "cost": {
    "context_tokens": 63
  }
}

Fetch it by URL: GET /api/v1/registry/andreasgerstmayr-fava-dashboards-fava-dashboards/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.

fava-dashboards - Skill - OpenSmartRoute