Skip to content
Skillv1.0.0

travel-log

Agents Rules

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

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

See reviews

About

Imported from jctaoo/travel-log (AGENTS.md). Install upstream with npx skills add jctaoo/travel-log. Copyright stays with the author.

Agents Rules

  • 修改 UI 之后,无需使用 npm build 验证修改结果
  • 修改 UI 之后,也不需要做视觉验证
  • 修改 UI 时,颜色尽量优先使用 shadcn UI 的语义化颜色 token,避免新增硬编码颜色值
  • React 组件内变量定义较多时,按用途适当分组,使用空行和简短注释提升可读性

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/jctaoo-travel-log-travel-log/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.

jctaoo-travel-log-travel-log.ocm.jsonjson
{
  "ocm": "1",
  "id": "jctaoo-travel-log-travel-log",
  "kind": "skill",
  "name": "travel-log",
  "description": "Agents Rules",
  "publisher": "jctaoo",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agents Rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jctaoo/travel-log",
      "path": "AGENTS.md",
      "ref": "ac229b86be9d0a633c28e185c495c559e2df5fa2",
      "url": "https://github.com/jctaoo/travel-log/blob/ac229b86be9d0a633c28e185c495c559e2df5fa2/AGENTS.md",
      "key": "jctaoo/travel-log/AGENTS.md"
    }
  },
  "instructions": "# Agents Rules\n\n- 修改 UI 之后,无需使用 npm build 验证修改结果\n- 修改 UI 之后,也不需要做视觉验证\n- 修改 UI 时,颜色尽量优先使用 shadcn UI 的语义化颜色 token,避免新增硬编码颜色值\n- React 组件内变量定义较多时,按用途适当分组,使用空行和简短注释提升可读性",
  "cost": {
    "context_tokens": 41
  }
}

Fetch it by URL: GET /api/v1/registry/jctaoo-travel-log-travel-log/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.