By Dithob
Generate verified Chinese academic paper cards from paper titles, DOIs, official pages, PDFs, arXiv pages, or batches of papers.
English | 简体中文
Paper Card Generator is a reusable agent skill for creating verified Chinese academic paper cards from paper titles, DOIs, official paper pages, PDF links, arXiv pages, or batches of papers.
It is designed for literature reading, citation organization, related-work writing, and method comparison. The skill prioritizes official sources and clearly marks missing or unverifiable claims instead of inventing experimental results.
paper-card-generator/
├── README.md
├── LICENSE
├── .claude-plugin/
│ └── marketplace.json
├── codex/
│ ├── README.md
│ └── paper-card-generator/
│ ├── SKILL.md
│ ├── agents/
│ │ └── openai.yaml
│ └── references/
│ ├── card-template.md
│ └── evidence-policy.md
├── claude-code/
│ ├── README.md
│ └── paper-card-generator-plugin/
│ ├── README.md
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── paper-card-generator/
│ ├── SKILL.md
│ └── references/
│ ├── card-template.md
│ └── evidence-policy.md
└── generic/
└── README.md
The default paper card format is:
## Paper Title
### Paper Card
方法名:...
出处:...
研究任务 / 研究问题:...
方法类型:...
Backbone / Base Model / Core Model:...
代码 / 数据 / 项目链接:...
### 论文简介
...
### 实验设置与主要结果
| Dataset | Setting | Classes or Labels | Metrics | Main Result |
| :--- | :--- | :--- | :--- | :--- |
### 引用格式
...
Optional comparison fields such as 输入模态, 是否建议进主表, 与我的方法相比, and 适合放在 are added only when the user asks for method comparison, SOTA table selection, or related-work grouping.
Copy the Codex skill folder into your Codex skills directory:
Copy-Item -Recurse -Force .\codex\paper-card-generator "$env:USERPROFILE\.codex\skills\paper-card-generator"
Then start a new Codex session and invoke it naturally, for example:
Use $paper-card-generator to generate a paper card for ConFEDE: Contrastive Feature Decomposition for Multimodal Sentiment Analysis.
Use the plugin locally during development:
claude --plugin-dir ./claude-code/paper-card-generator-plugin
After loading the plugin, the skill is available under the plugin namespace:
/paper-card-generator:paper-card-generator <paper title, DOI, or link>
You can also copy the skill as a personal Claude Code skill:
mkdir -p ~/.claude/skills
cp -R ./claude-code/paper-card-generator-plugin/skills/paper-card-generator ~/.claude/skills/
paper-card-generator..claude-plugin/marketplace.json if you want Claude Code users to install it as a marketplace.v1.0.0 when the skill format is stable.For Claude Code marketplace installation, users can add your GitHub repository as a marketplace:
/plugin marketplace add owner/paper-card-generator
/plugin install paper-card-generator@paper-card-tools
Replace owner/paper-card-generator with the actual GitHub owner/repo.
The skill follows a strict source priority:
Exact experimental values are reported only when visible in a primary source. If a page only says achieves SOTA or improves by x%, the card must say that the public page does not expose the full experimental table.
MIT License. See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dithob/paper-card-generator-skill --plugin paper-card-generatorComplete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.