andyed

Aggregate — Development skill for Claude Code

Development community

Generate a key-claims summary from notebooks with ## Key Claims sections.

How to install Aggregate

Installs to ~/.claude/skills/andyed-science-agent-aggregate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/andyed-science-agent-aggregate && curl -fsSL https://raw.githubusercontent.com/andyed/science-agent/HEAD/commands/aggregate.md -o ~/.claude/skills/andyed-science-agent-aggregate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Aggregate does


description: Generate a key-claims summary from notebooks with `## Key Claims` sections. Args: [-o ]

Run the key-claims aggregator:

NODE_PATH="${CLAUDE_PLUGIN_DATA}/node_modules" node "${CLAUDE_PLUGIN_ROOT}/cli.js" aggregate $ARGUMENTS

If the user didn't pass `-o`, the result prints to stdout — show it and offer to write it to `notebook-key-claims.md`.

Alternatives in Development

  • Jupyter Notebook — Create clean, reproducible Jupyter notebooks for experiments and tutorials 14.6k ★
  • Notebooklm Skill — Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks 5.9k ★
  • Create Check List — agent-input/unsection-hero-sections/ 이미지들에 대해, saaspo-features-checklist.yaml과 동일한 형식의 체크리스트 파일을 초기상태로 생성하고싶다 395 ★

Full documentation available on GitHub

View Source Repository