Registry Jsonl Search Ranking

Build and query a JSONL registry with relevance scoring, type filtering, and trigger matching.

shyamsridhar123 Updated

File contents

Registry Jsonl Search Ranking

Build and query a JSONL registry with relevance scoring, type filtering, and trigger matching.

When to Use

Use this skill when:

  • Working with code in src/registry/index.ts/
  • User mentions "registry"
  • User mentions "search"
  • User mentions "jsonl"
  • User mentions "score"
  • User mentions "index"

Patterns

  • append-only JSONL entries for skills and agents
  • scored search over name/description/triggers/category
  • type filter (skill|agent) and result limiting
  • list/get helpers for registry introspection

Examples

const registry = new Registry(cwd); const results = await registry.search(query, { type, limit });

Category

quality - Testing, validation, and code quality

shyamsridhar123/agentsmith-cli/tree/main/.github/skills/registry-jsonl-search-ranking commit 7681689302

Frequently asked questions

npx skillmds@latest add shyamsridhar123/registry-jsonl-search-ranking