Skip to content

Add PaperQA agent skill and Claude Code plugin#1341

Open
pikaqiu2333 wants to merge 2 commits into
Future-House:mainfrom
pikaqiu2333:codex/add-paperqa-agent-skill
Open

Add PaperQA agent skill and Claude Code plugin#1341
pikaqiu2333 wants to merge 2 commits into
Future-House:mainfrom
pikaqiu2333:codex/add-paperqa-agent-skill

Conversation

@pikaqiu2333

@pikaqiu2333 pikaqiu2333 commented Jul 5, 2026

Copy link
Copy Markdown

Summary

  • Add a reusable PaperQA agent skill under docs/skills/paper-qa/SKILL.md.
  • Add a minimal Claude Code plugin package under claude-code/paper-qa/ with .claude-plugin/plugin.json and the same PaperQA skill at skills/paper-qa/SKILL.md.
  • Link both the standalone skill and plugin from the README.

Context

Closes #1294 by adding both the requested skill guidance and plugin packaging for easier Claude Code installation.

Validation

  • python -m json.tool claude-code\\paper-qa\\.claude-plugin\\plugin.json
  • git diff --cached --check
  • Docs/plugin metadata only; no runtime code changes

@pikaqiu2333
pikaqiu2333 force-pushed the codex/add-paperqa-agent-skill branch from 7b1cefd to 5b92afb Compare July 5, 2026 13:24
@pikaqiu2333 pikaqiu2333 changed the title Add PaperQA agent skill docs Add PaperQA agent skill and Claude Code plugin Jul 5, 2026
@pikaqiu2333
pikaqiu2333 marked this pull request as ready for review July 5, 2026 13:24
Copilot AI review requested due to automatic review settings July 5, 2026 13:24
@cursor

cursor Bot commented Jul 5, 2026

Copy link
Copy Markdown

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation enhancement New feature or request labels Jul 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds agent-workflow guidance for PaperQA and packages that guidance as a Claude Code plugin for easier installation, addressing the request in #1294.

Changes:

  • Linked a reusable PaperQA agent skill and Claude Code plugin from the top-level README.
  • Added a reusable PaperQA skill document under docs/skills/paper-qa/SKILL.md.
  • Added a minimal Claude Code plugin package under claude-code/paper-qa/ (metadata, README, and vendored skill).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Adds links to the new reusable skill and Claude Code plugin.
docs/skills/paper-qa/SKILL.md Introduces the reusable PaperQA agent skill guidance.
claude-code/paper-qa/skills/paper-qa/SKILL.md Vendors the same skill content inside the Claude Code plugin package.
claude-code/paper-qa/README.md Documents how to install and use the Claude Code plugin.
claude-code/paper-qa/.claude-plugin/plugin.json Defines minimal Claude Code plugin metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +6
---
name: paper-qa
description: Use when an agent needs to answer questions from scientific papers with citations using PaperQA, build or query a local paper collection, choose settings, add documents from files/URLs/Zotero/OpenReview, or produce evidence-grounded answers while preserving citation provenance.
---

# PaperQA Skill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please add a Claude skill for paper-qa

2 participants