affaan-m /
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Loading repository data…
Jxxxxx729 / repository
Claude Code skill for end-to-end academic presentation workflow — from paper reading to PPTX generation
Claude Code Skill — 端到端学术演示文稿工作流
从论文阅读、文献综述,到结构化大纲规划、图表清单整理、逐页内容撰写(含演讲者备注),再到最终 PPTX 生成 — 全流程一站式完成。
在 Claude Code 中使用以下关键词自动激活:
或手动引用 /academic-ppt-designer
# 克隆仓库
git clone https://github.com/Jxxxxx729/academic-ppt-designer.git
# 将 SKILL.md 复制到 Claude Code skills 目录
cp academic-ppt-designer/SKILL.md ~/.claude/skills/academic-ppt-designer/SKILL.md
直接将 SKILL.md 放到 ~/.claude/skills/academic-ppt-designer/ 目录下即可。
本 skill 采用 orchestrator 模式,优先将子任务委托给专业化 skill 以获得更高质量的输出。
推荐的 skill:
研究部分: literature-review, deep-research
风格设计: frontend-design, high-end-visual-design
但 skill 的安装并非 必需,类似功能的skill也会被调用,即使不安装任何 skill,整个工作流也能完整执行。
本 skill 不包含、不复制、不分发任何依赖 skill 的代码或内容 — 仅通过 skill 名称引用。
Phase 0: 阅读与研究 → Phase 1: 大纲规划 → Phase 2: 图表清单 → Phase 3: 内容撰写 → Phase 4: PPTX 生成
(目前尚未完成自动化)
pptx skill 生成最终文件Dark Scholarly(默认)
| Token | Hex | 用途 |
|---|---|---|
| bg | #1A1A24 | 柔和深色背景 |
| card | #2A2A3C | 抬升卡片表面 |
| text | #E8E8EE | 米白主文字 |
| accent1 | #00C060 | 绿色 — 关键发现 |
| accent2 | #40B8E0 | 天蓝 — 方法 |
| accent3 | #0070CC | 深蓝 — 参考文献 |
Classic Academic
| Token | Hex | 用途 |
|---|---|---|
| bg | #F5F5F7 | 暖米白背景 |
| card | #FFFFFF | 纯白卡片 |
| text | #1A1A24 | 近黑主文字 |
| accent1 | #0B3D7B | 深海军蓝 — 标题 |
| accent2 | #1A66B8 | 中蓝 — 次级 |
| accent3 | #E09820 | 暖金 — 高亮 |
| 角色 | 中文字体 | 英文字体 | 字号 |
|---|---|---|---|
| 标题 | 黑体 | Times New Roman | 32pt Bold |
| 章节标签 | 黑体 | Times New Roman | 24pt Bold |
| 正文 | 宋体 | Times New Roman | 16pt |
| 次要文字 | 仿宋 | Times New Roman | 14pt |
| 图注/标签 | 仿宋 | Times New Roman | 12pt |
const DARK = {
bg: "1A1A24", card: "2A2A3C", text: "E8E8EE",
muted: "9A9AAE", border: "3E3E52",
accent1: "00C060", accent2: "40B8E0", accent3: "0070CC",
alert: "E04040", gold: "D4A040",
};
const FONTS = {
titleCN: "黑体", titleEN: "Times New Roman",
bodyCN: "宋体", bodyEN: "Times New Roman",
titleSz: 32, sectionSz: 24, bodySz: 16,
};
const LAYOUT = {
wide: { w: 13.3, h: 7.5 }, // WIDE (学术默认)
standard: { w: 10, h: 5.625 }, // 16:9
};
MIT — 详见 LICENSE
Selected from shared topics, language and repository description—not editorial ratings.
affaan-m /
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
multica-ai /
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
JuliusBrussee /
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
Graphify-Labs /
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
hesreallyhim /
A hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
sickn33 /
Installable GitHub library of 1,900+ agentic skills for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and more. Includes specialized plugins, installer CLI, bundles, workflows, and official/community skill collections.