By ooccoob
LJG's personal Claude Code skills collection - paper reading, content casting, writing tools
Reading companion agent. Accompanies user through any text (books, articles, essays, papers, news) with translation, structural annotation, deep questioning, and cross-domain insights. Detects language, translates English to Chinese (faithfulness-expressiveness-elegance), guides reader to understand the author and encounter real questions. Use when user says '伴读', '陪我读', '读这篇', 'read with me', 'companion read', or shares a text/URL wanting guided reading.
给一个领域,找出背后真正撑着它的几根独立的力。十几个现象砍到不可再少的生成器——砍完能把现象一个个生回来,才算数。Use when user says '降秩', '找秩', '秩是什么', '这个领域靠什么撑着', '背后是什么', or wants to decompose any domain to its irreducible generators.
Relationship analyst combining structural diagnostics (5-layer framework) with psychoanalytic depth (transference, unconscious patterns, resistance). Guides users through dialogue to "see" the real structure of their relationship issues. Use when user says "关系分析", "分析关系", "relationship", "人际关系", or describes a specific relationship problem they want to understand.
Structured roundtable discussion framework with a truth-seeking moderator who invites representative figures for dialectical debate on any topic. Use when user says "圆桌讨论", "圆桌", "roundtable", "辩论", or wants to explore a topic through multi-perspective structured debate.
信息提问机。给一篇文章/论文/书,把核心观点抽成 Q-A 对——Question 切要害,不教科书;Answer 简洁清晰,有形式化收口,逻辑链完整。读者顺 Q 链走过,每个 A 砸下一枚钉子,复现作者整套推理。Use when user says '问答', 'Q&A', 'QA', '提问', '抽取问题', '/ljg-qa', or shares an article/paper/book and asks for Q-A extraction. Triggers when the user wants ideas extracted not as a summary but as a sequence of incisive questions with answered. NOT FOR FAQ generation, glossary creation, or comprehension quizzes — this is intellectual scaffolding, not study aids.
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.
我的 Claude Code 自定义技能集。
使用 skills CLI(基于 npx)一行安装:
# 安装全部技能(全局,org-mode 格式)
npx skills add lijigang/ljg-skills -g --all
# 安装全部技能(Markdown 格式,适用于 Obsidian / VSCode / Notion 等)
npx skills add lijigang/ljg-skills#md -g --all
# 安装单个技能
npx skills add lijigang/ljg-skills -g --skill ljg-card
# 安装单个技能(Markdown 格式)
npx skills add lijigang/ljg-skills#md -g --skill ljg-card
# 安装多个指定技能
npx skills add lijigang/ljg-skills -g --skill ljg-card --skill ljg-learn
# 查看仓库中有哪些技能
npx skills add lijigang/ljg-skills -l
参数说明:
| 参数 | 作用 |
|---|---|
-g | 全局安装到 ~/.claude/skills/(推荐)。不加则装到当前项目 .claude/skills/ |
--skill <name> | 指定安装某个技能,可重复使用 |
--all | 安装仓库内全部技能 |
#md | 从 md branch 安装 Markdown 格式版本(默认为 org-mode) |
-l | 仅列出可用技能,不安装 |
ljg-card 依赖 Playwright 截图,安装后需额外执行:
cd ~/.claude/skills/ljg-card && npm install && npx playwright install chromium
# org-mode 版本
git clone https://github.com/lijigang/ljg-skills.git ~/.claude/plugins/ljg-skills
# Markdown 版本
git clone -b md https://github.com/lijigang/ljg-skills.git ~/.claude/plugins/ljg-skills
| 技能 | 说明 |
|---|---|
| ljg-card | 内容铸卡 — 将内容转为 PNG 视觉卡片(长图 -l、信息图 -i、多卡 -m、视觉笔记 -v、漫画 -c、白板 -w、大字 -b) |
| ljg-learn | 概念解剖 — 从八个方向切开一个概念(历史、辩证、现象、语言、形式、存在、美感、元反思),压成一句顿悟 |
| ljg-paper | 论文阅读 — 为非学术人士提取论文核心想法,重理解不重批判 |
| ljg-paper-river | 论文溯源 — 倒读法,递归挖前序论文(最多5层)+ 最新进展,从源头讲述问题演化史 |
| ljg-qa | 信息提问机 — 把文章/论文/书的核心观点抽成 Q-A 链,Q 切要害,A 四段(结论 / 形式化 / 步骤 / 边界) |
| ljg-plain | 白话引擎 — 把任何内容改写到聪明的十二岁小孩也能懂 |
| ljg-rank | 降秩引擎 — 给一个领域,找出背后不可再少的独立生成器 |
| ljg-think | 追本之箭 — 给一个观点或现象,纵向深钻到不可再分的本质 |
| ljg-word | 单词精通 — 深度拆解一个英语单词的核心语义和顿悟时刻 |
| ljg-writes | 写作引擎 — 像手术刀剖开一个观点,一层层剥到底。1000-1500 字 |
| ljg-invest | 投资分析 — 核心判断项目是否是一台「秩序创造机器」 |
| ljg-read | 伴读 — 陪你读任何文本,英文三层翻译(信达雅)+ 结构标注 + 深度提问 + 跨领域旁逸 |
| ljg-relationship | 关系分析 — 五层结构诊断 + 精神分析,通过对话引导帮用户"看见"关系真实结构 |
| ljg-roundtable | 圆桌讨论 — 求真导向的结构化多人辩证对话,每轮生成 ASCII 思考框架图 |
| ljg-travel | 旅行研究 — 输入城市名,生成深度文化研究文档(org-mode)+ 便携卡片(PNG) |
| ljg-skill-map | 技能地图 — 扫描所有已安装技能,渲染可视化总览 |
| ljg-present | 演讲铸造器 — 默认高桥流(一页一关键词、奶白底墨字);-s 标语流(VACAT/BIG STUDIOS 风:黑红双色块、ultra-bold、完整断言句撑屏) |
| ljg-push | 推送引擎 — 把本地 ~/.claude/skills/ljg-* 一键同步到 github repo(master + md 双分支) |
工作流将多个技能串联为一个命令。
| 工作流 | 技能链 | 说明 |
|---|---|---|
| ljg-paper-flow | ljg-paper → ljg-card -c | 读论文 + 做漫画卡片一气呵成 |
| ljg-word-flow | ljg-word → ljg-card -i | 单词深度分析 + 信息图卡片一气呵成 |
技能提供两种输出格式,通过不同 branch 安装,功能完全相同:
| Branch | 格式 | 适用场景 |
|---|---|---|
master(默认) | Org-mode(.org) | Emacs / Denote 用户 |
md | Markdown(.md) | Obsidian / VSCode / Notion 等 Markdown 生态用户 |
npx claudepluginhub ooccoob/ljg-skills-202605Point it at a codebase and it figures out what's worth doing — bugs, perf, tech debt, what to build next — then writes plans any agent can execute. It can hand the work to a cheaper model and review the result. It never edits your code.
Battle-tested Claude Code plugin for engineering teams — 48 agents, 182 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,896 supported skills.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,884 supported skills.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows