Agent Skills: test-json-sql-semantic-scholar

Test JSON SQL primitives with semantic-scholar output

UncategorizedID: bdambrosio/cognitive_workbench/test-json-sql-semantic-scholar

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bdambrosio/Cognitive_workbench/tree/HEAD/src/saved_plans/test-json-sql-semantic-scholar

Skill Files

Browse the full folder contents for test-json-sql-semantic-scholar.

Download Skill

Loading file tree…

src/saved_plans/test-json-sql-semantic-scholar/SKILL.md

Skill Metadata

Name
test-json-sql-semantic-scholar
Description
Test JSON SQL primitives with semantic-scholar output

test-json-sql-semantic-scholar

Tests JSON SQL primitives (project, pluck, filter-structured, sort) with real semantic-scholar output.

What it tests

  • semantic-scholar returns Collection of paper Notes
  • project extracts metadata.title, metadata.year, metadata.citations
  • pluck extracts first title
  • filter-structured filters by metadata.citations > 0
  • sort orders by metadata.citations descending