Skip to content
Skillv1.0.0

show-scheduler

Agent Guidelines

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

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

See reviews

About

Imported from qxzcode/show-scheduler (AGENTS.md). Install upstream with npx skills add qxzcode/show-scheduler. Copyright stays with the author.

Agent Guidelines

Commands

  • After any changes (Rust, TypeScript, Svelte, etc.), run just check — it runs cargo fmt, cargo clippy, and svelte-check.
  • Run all commands from the project root without a cd prefix — the working directory is already correct.
  • Do not use absolute paths in Bash commands (e.g. git remote get-url origin, not git -C /home/... remote get-url origin) — the CWD is already the repo root, and absolute paths trigger extra permission prompts.

Commits

  • Do not include PII in commit messages (no real performer names, even as examples). Use generic descriptions instead.

Editing

  • Preserve all existing comments when editing or rewriting files.

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/qxzcode-show-scheduler-show-scheduler/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.

qxzcode-show-scheduler-show-scheduler.ocm.jsonjson
{
  "ocm": "1",
  "id": "qxzcode-show-scheduler-show-scheduler",
  "kind": "skill",
  "name": "show-scheduler",
  "description": "Agent Guidelines",
  "publisher": "qxzcode",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/qxzcode/show-scheduler",
      "path": "AGENTS.md",
      "ref": "ffb5e5efbd0b58b7f2727f8cd10d240168020b9e",
      "url": "https://github.com/qxzcode/show-scheduler/blob/ffb5e5efbd0b58b7f2727f8cd10d240168020b9e/AGENTS.md",
      "key": "qxzcode/show-scheduler/AGENTS.md"
    }
  },
  "instructions": "# Agent Guidelines\n\n## Commands\n- After any changes (Rust, TypeScript, Svelte, etc.), run `just check` — it runs `cargo fmt`, `cargo clippy`, and `svelte-check`.\n- Run all commands from the project root without a `cd` prefix — the working directory is already correct.\n- Do not use absolute paths in Bash commands (e.g. `git remote get-url origin`, not `git -C /home/... remote get-url origin`) — the CWD is already the repo root, and absolute paths trigger extra permission prompts.\n\n## Commits\n- Do not include PII in commit messages (no real performer names, even as examples). Use generic descrip",
  "cost": {
    "context_tokens": 173
  }
}

Fetch it by URL: GET /api/v1/registry/qxzcode-show-scheduler-show-scheduler/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.