Add PaperQA agent skill and Claude Code plugin#1341
Open
pikaqiu2333 wants to merge 2 commits into
Open
Conversation
pikaqiu2333
force-pushed
the
codex/add-paperqa-agent-skill
branch
from
July 5, 2026 13:24
7b1cefd to
5b92afb
Compare
pikaqiu2333
marked this pull request as ready for review
July 5, 2026 13:24
|
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. |
Contributor
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/skills/paper-qa/SKILL.md.claude-code/paper-qa/with.claude-plugin/plugin.jsonand the same PaperQA skill atskills/paper-qa/SKILL.md.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.jsongit diff --cached --check