Claude Code Plugins

Community-maintained marketplace

Feedback

test-json-sql-semantic-scholar

@bdambrosio/Cognitive_workbench
8
0

Test JSON SQL primitives with semantic-scholar output

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name test-json-sql-semantic-scholar
description Test JSON SQL primitives with semantic-scholar output
type plan
manual_only true
parameters

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