Skip to content
Skillv1.0.0

flutter-ai-harness

本仓库以 [`CLAUDE.md`](./CLAUDE.md) 为唯一权威项目契约。

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

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

See reviews

About

Imported from bladeofgod/flutter-ai-harness (AGENTS.md). Install upstream with npx skills add bladeofgod/flutter-ai-harness. Copyright stays with the author.

Codex 项目入口

本仓库以 CLAUDE.md 为唯一权威项目契约。

开始任何任务前,必须完整读取 CLAUDE.md,并按其中要求加载当前任务相关的 .claude/commands/.claude/agents/.claude/skills/.claude/memories/ 文件。

本文件只负责 Codex 入口适配,不重复项目规则。发生冲突时以 CLAUDE.md 为准。

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/bladeofgod-flutter-ai-harness-flutter-ai-harness/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.

bladeofgod-flutter-ai-harness-flutter-ai-harness.ocm.jsonjson
{
  "ocm": "1",
  "id": "bladeofgod-flutter-ai-harness-flutter-ai-harness",
  "kind": "skill",
  "name": "flutter-ai-harness",
  "description": "本仓库以 [`CLAUDE.md`](./CLAUDE.md) 为唯一权威项目契约。",
  "publisher": "bladeofgod",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "本仓库以 [`CLAUDE.md`](./CLAUDE.md) 为唯一权威项目契约。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/bladeofgod/flutter-ai-harness",
      "path": "AGENTS.md",
      "ref": "9f1a1caf2f2e02f87cfe430835e40132c480b76d",
      "url": "https://github.com/bladeofgod/flutter-ai-harness/blob/9f1a1caf2f2e02f87cfe430835e40132c480b76d/AGENTS.md",
      "key": "bladeofgod/flutter-ai-harness/AGENTS.md"
    }
  },
  "instructions": "<!-- Generated by app/tool/sync_codex_adapters.dart. DO NOT EDIT. -->\n# Codex 项目入口\n\n本仓库以 [`CLAUDE.md`](./CLAUDE.md) 为唯一权威项目契约。\n\n开始任何任务前,必须完整读取 `CLAUDE.md`,并按其中要求加载当前任务相关的\n`.claude/commands/`、`.claude/agents/`、`.claude/skills/` 和\n`.claude/memories/` 文件。\n\n本文件只负责 Codex 入口适配,不重复项目规则。发生冲突时以 `CLAUDE.md` 为准。",
  "cost": {
    "context_tokens": 75
  }
}

Fetch it by URL: GET /api/v1/registry/bladeofgod-flutter-ai-harness-flutter-ai-harness/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.