test-json-sql-setup
Installation
SKILL.md
Test JSON SQL Setup
Creates two test collections for testing JSON SQL primitives:
$papers Collection (4 items)
- Paper A: Deep Learning, 2020, 100 citations, ICML
- Paper B: Transformers, 2021, 250 citations, NeurIPS
- Paper C: GPT-4 Analysis, 2023, 50 citations, JMLR
- Paper D: Scaling Laws, 2022, 180 citations, ICML
$authors Collection (3 items)
- Author A: Alice, MIT
- Author B: Bob, Stanford
- Author E: Eve, Berkeley (no matching paper)
Usage
Execute this plan first, then run other test-json-sql-* plans. Check Bindings tab to verify $papers and $authors are created.
Related skills
More from bdambrosio/cognitive_workbench
test-json-sql-semantic-scholar
Test JSON SQL primitives with semantic-scholar output
32test-json-sql-join
Tests join primitive (INNER JOIN)
27scienceworld-reset
Start a ScienceWorld episode. Reads scenario, difficulty, and seed from scienceworld_config in character YAML. Returns the initial observation plus a session_id for subsequent steps.
26test-json-sql-pluck
Tests pluck primitive (SELECT single field)
26scienceworld-act
Take a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node.
26test-json-sql-sort
Tests sort primitive (ORDER BY)
25