Economics top-journal writing workflow: a main routing skill plus general English economics writing (econ-write, synthesized from 50+ authoritative guides), Chinese top-journal writing (cn-top-econ-writing), bilingual regression table & figure design (econ-table-figure-design), and a multi-agent writing controller. A writing/revision system, not a full empirical pipeline.
Use when drafting, auditing, restructuring, polishing, or adapting a Chinese economics paper for Chinese journals such as 《经济学(季刊)》, 《经济研究》, 《管理世界》, and 《中国工业经济》. Focus on China-question orientation, argument logic, identification clarity, contribution framing, section logic, Chinese abstract and English summary conventions, journal-specific submission style, and submission-ready text. Do not use for raw data cleaning or model estimation; pair with empirical-econ-workflow when code or regressions are needed.
Use when designing, auditing, revising, or formatting tables and figures for economics papers in English or Chinese, including three-line tables, main regression tables, robustness tables, heterogeneity and mechanism tables, table notes, figure admission, event-study/trend/map/distribution figures, color palettes, typography, and publication-ready export checks.
Expert economics paper writing assistant synthesizing advice from 50+ top guides by Cochrane, McCloskey, Shapiro, Head, Bellemare, Goldin, Glaeser, Kremer, and other leading economists. USE THIS SKILL whenever the user writes, edits, reviews, rewrites, or structures any economics paper, thesis, job market paper, abstract, introduction, conclusion, results section, literature review, or referee response. Also handles LaTeX formatting, presentations, and paper audits. Covers all paper types (applied, theory, structural, mixed) and all sections.
Experimental beta entry point for large economics writing projects that need multi-agent or staged-agent coordination, including full paper drafting from result packages, many tables and figures, major revisions, bilingual writing, long context management, shared paper_state protocols, role handoffs, conflict resolution, and integration across econ-write, cn-top-econ-writing, econ-table-figure-design, and empirical-econ-workflow. Use for complex projects, not short one-off polishing.
Use as the main entry point for economics writing workflows in English or Chinese, including paper planning, full paper drafting from research questions and result packages, abstract/introduction/results revision, Chinese top-journal adaptation, English and Chinese diction cleanup, AI/translationese removal, table and figure design, notes/captions, formatting checks, and routing to empirical workflow support when data cleaning, regressions, or variable construction are involved.
npx claudepluginhub caixinyu2017-star/xixi --plugin econ-top-journal-writingBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
本仓库把 5 套科研类 Claude Code Skill 包 打包成一个本地 plugin marketplace(插件市场),
安装后即可在 Claude Code 中按需启用。每套包都保留了作者原始的目录结构与相对路径引用,
因此知识库、脚本、模板、_shared/shared/databases 等内部资源都能正确加载。
This repo bundles five academic-research skill packages into a single local Claude Code plugin marketplace. Each package keeps its original directory layout and relative-path references intact, so its knowledge bases, scripts, templates and shared folders all resolve correctly once installed.
| 插件 / Plugin | 技能数 / Skills | 说明 / What it does |
|---|---|---|
| light | 28 | 全流程科研技能包:文献检索、数据工程、创意生成/批判、系统与图表设计、实验分析、论文写作/润色、引用、排版、审稿返修、专利软著、PPT 与竞赛材料。内置 9 个可溯源知识库与可运行脚本。 |
| academic-research-skills | 4 (+35 modes) | 生产级学术研究流水线:research → write → review → revise → finalize,含 deep-research、引用核验闸门与多智能体集成。 |
| nature-skills | 12 | Nature 风格科研技能:学术检索、引用、数据、图表、论文转专利、论文转 PPT、润色、阅读/翻译、审稿回复、同行评审、科研写作,外加 OpenClaw 医学模块。 |
| econ-top-journal-writing | 5 | 经济学顶刊写作流程:总入口路由、英文经济学写作、中文顶刊写作、中英文表图设计、多智能体写作控制器。 |
| writing-ai-paper | 1 | 《Writing AI Conference Papers》新手手册(hzwer & DingXiaoH 著)封装成可调用 skill,用于 AI/ML 顶会论文的选题、框架、引言、可读性与审稿应对。 |
合计 50 个 skill。
前置:已安装 Claude Code。
在 Claude Code 中运行:
# 1) 添加本仓库为插件市场(本地路径,或克隆后的目录)
/plugin marketplace add /home/user/xixi
# 或从 GitHub: /plugin marketplace add caixinyu2017-star/xixi
# 2) 安装需要的插件(市场名为 xixi-research-skills)
/plugin install light@xixi-research-skills
/plugin install academic-research-skills@xixi-research-skills
/plugin install nature-skills@xixi-research-skills
/plugin install econ-top-journal-writing@xixi-research-skills
/plugin install writing-ai-paper@xixi-research-skills
也可以直接运行 /plugin 打开交互式菜单,浏览并勾选要安装的插件。
安装后重启 Claude Code,技能即可被自动触发(也可用 /<skill-name> 显式调用)。
You can also just run /plugin to open the interactive menu, then browse and toggle the plugins you
want. Restart Claude Code after installing; skills then auto-trigger (or invoke explicitly with
/<skill-name>).
部分包附带独立安装脚本(例如 plugins/light/install.sh 会把 28 个 skill 软链到
~/.claude/skills/)。这些脚本仍然可用,但与方式 A 二选一即可,避免重复安装。
Some packages ship their own installer (e.g. plugins/light/install.sh symlinks its 28 skills into
~/.claude/skills/). Those still work, but use either method A or B — not both — to avoid duplicates.
xixi/
├── .claude-plugin/
│ └── marketplace.json # 列出全部 5 个插件 / lists all 5 plugins
├── plugins/
│ ├── light/ # 28 skills (+ databases/, code_assets/)
│ ├── academic-research-skills/ # 4 skills (+ shared/, agents/, hooks/, modes)
│ ├── nature-skills/ # 12 skills (+ skills/_shared/)
│ ├── econ-top-journal-writing/ # 5 skills
│ └── writing-ai-paper/ # 1 skill (handbook wrapped as a skill)
└── README.md
每个插件目录都含有 .claude-plugin/plugin.json 与 skills/。其中 light 与
academic-research-skills 由作者自带插件清单;nature-skills、econ-top-journal-writing
的清单在本次部署中按其结构补全;writing-ai-paper 由原手册文档封装为可调用 skill。
各插件保留了原始 LICENSE/NOTICE:
LICENSE请在使用时遵循各自许可(尤其 academic-research-skills 为非商业 CC-BY-NC-4.0)。
Writing AI Conference Papers — a beginner's handbook by hzwer (Zhewei Huang) and DingXiaoH (Xiaohan Ding), packaged as an invocable skill. Guidance on finding the core idea, building the framework, writing the introduction/related work, improving readability and defensibility, last-hours checklists, common negative review comments, and which research ideas tend not to work.
Light — 全流程科研技能包:从文献调研、数据处理、创新提案、方案设计、实验分析,到论文写作润色、图表绘制、排版投稿、审稿返修、软著专利、PPT 与竞赛材料,配套庞大可核查的科研知识库与对抗式自检流程。
Nature-style research skill pack: academic search, citation management, data handling, scientific figures, paper-to-patent, paper-to-PPT, language polishing, reading/translation, reviewer-response drafting, peer review, and Nature-style scientific writing — plus an OpenClaw medical-skills module. Skills share a versioned knowledge layer under skills/_shared.
Production-grade academic research pipeline for Claude Code: research → write → review → revise → finalize. 4 skills, 35+ modes, 38-agent ensemble, v3.7.3 + v3.8 L3 claim-faithfulness gate, v3.9.0 cross-index triangulation, v3.10 triangulation policy layer, v3.11 deterministic citation verification gate (#182).
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,933 supported skills.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.