Skip to content
Skillv1.0.0

agent-skill-migrate

明示されたCodex・CursorのSkill運用移行を、指定設計と既存点検に基づき適用する。通常の実装依頼では起動しない。

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

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

See reviews

About

Imported from coil398/dotfiles (.cursor/skills/agent-skill-migrate/SKILL.md). Install upstream with npx skills add coil398/dotfiles --skill agent-skill-migrate. Copyright stays with the author.

Agent / Skill Migrate — Cursor

親用の入口。共有手順を、ロード済みの本Skillの実体から解決して読む。別配置では親が実在確認した共有Skillの絶対pathを用い、対象repoやHOMEから推測しない。

共有手順に従ってmoderuntimescope・対象・既存点検を解釈する。起動・model選択は共有AGENTS.mdのCursor方針と実際のTask schemaに従う。Codexの起動引数をTaskへ移植しない。

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/coil398-dotfiles-agent-skill-migrate/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.

coil398-dotfiles-agent-skill-migrate.ocm.jsonjson
{
  "ocm": "1",
  "id": "coil398-dotfiles-agent-skill-migrate",
  "kind": "skill",
  "name": "agent-skill-migrate",
  "description": "明示されたCodex・CursorのSkill運用移行を、指定設計と既存点検に基づき適用する。通常の実装依頼では起動しない。",
  "publisher": "coil398",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "明示されたCodex・CursorのSkill運用移行を、指定設計と既存点検に基づき適用する。通常の実装依頼では起動しない。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/coil398/dotfiles",
      "path": ".cursor/skills/agent-skill-migrate/SKILL.md",
      "ref": "27b94a4d36101b4d57612f5f9c2318820976412b",
      "url": "https://github.com/coil398/dotfiles/blob/27b94a4d36101b4d57612f5f9c2318820976412b/.cursor/skills/agent-skill-migrate/SKILL.md",
      "key": "coil398/dotfiles/.cursor/skills/agent-skill-migrate/SKILL.md"
    }
  },
  "instructions": "# Agent / Skill Migrate — Cursor\n\n親用の入口。[共有手順](../../../.agents/skills/agent-skill-migrate/SKILL.md)を、ロード済みの本Skillの実体から解決して読む。別配置では親が実在確認した共有Skillの絶対pathを用い、対象repoやHOMEから推測しない。\n\n共有手順に従って`mode`・`runtime`・`scope`・対象・既存点検を解釈する。起動・model選択は共有`AGENTS.md`のCursor方針と実際のTask schemaに従う。Codexの起動引数をTaskへ移植しない。",
  "cost": {
    "context_tokens": 74
  }
}

Fetch it by URL: GET /api/v1/registry/coil398-dotfiles-agent-skill-migrate/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.

agent-skill-migrate - Skill - OpenSmartRoute