Skip to content

dualeai/seek-router

v0.1.0

Ranked local code search for coding agents. Ships the seek query skill; on harnesses with pre-tool hooks it also routes grep-style searches to seek.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "seek-router",
  "version": "0.1.0",
  "description": "Ranked local code search for coding agents. Ships the seek query skill; on harnesses with pre-tool hooks it also routes grep-style searches to seek.",
  "skills": [
    {
      "name": "seek-search",
      "path": "./skills/seek-search"
    }
  ]
}

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • skills