phd-skills

作者 fcakyon已验证

PhD Research Skills for Claude Code: paper reproduction, experiment design, paper review, result comparison and more.

370
Stars
32
Forks
Shell
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/fcakyon/phd-skills

快速入门

使用 phd-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

phd-skills

Catch AI mistakes before they cost weeks of compute. Reproduce papers from arxiv. Debug runs evidence-first. Compare experiments at the right epoch. Launch with discipline.

Built by Fatih Cagatay Akyon (1500+ citations, 7 patents) after 300+ Claude Code sessions, tens of critical AI mistakes caught the hard way, and thousands of hours of PhD research. Every guardrail in this plugin traces to a real mistake.

Claude Code Plugin MIT License Zero Dependencies No MCP Required


Why This Plugin Exists

Claude Code is powerful, but it makes research-specific mistakes that cost weeks of compute:

  • It typed "done?" as "dont?" and launched an unwanted upload of thousands of files
  • It analyzed my full dataset when I asked for a specific 4k/2k/2k split
  • It claimed a test covered a bug it had never actually verified
  • It never once looked at a figure it generated, just trusted the numbers
  • It restarted a 50-hour training job without diffing the config against the reference run, lost three days
  • It claimed an experiment was diverging based on a non-converged proxy metric, killed it before downstream eval would have shown the truth
  • It ran rm -rf on a path it had hallucinated from memory, lost local checkpoints

Other plugins give you more commands. This plugin gives you guardrails.


Install

claude plugin marketplace add fcakyon/phd-skills
claude plugin install phd-skills@phd-skills

The plugin works correctly the moment it is installed. Optional: run /phd-skills:setup for a 30-second tour of what was auto-detected and to opt into extras (notifications, allowlist, LaTeX).


Usage

Open Claude Code in your project directory, then:

  • /phd-skills:reproduce arxiv 2508.12345 reproduce a paper from arxiv URL through replication runs
  • "why is my loss diverging?" the debug skill auto-triggers, runs evidence-first probes
  • "compare run alpha to baseline" the compare skill auto-triggers, aligns at the same epoch
  • "launch the new training run" the launch skill auto-triggers, runs the pre-flight checklist
  • /loop 30m check experiment logs, notify me if metrics beat the baseline or if loss starts to diverge

Notifications (task completion, background agents) forward to ntfy / Slack / email after /phd-skills:setup.


What You Get

Commands

CommandWhat it does
/phd-skills:xrayAudit paper against code and data (5 parallel dimensions)
/phd-skills:factcheckVerify BibTeX entries and cited claims against DBLP
/phd-skills:gaps <topic>Literature gap analysis with web confirmation
/phd-skills:fortify [venue]Select strongest ablations + anticipate reviewer questions
/phd-skills:setupAuto-detection tour + optional extras
/phd-skills:helpShow all features at a glance

Skills (auto-trigger, just describe what you need)

When you say...Skill activates
"reproduce this arxiv paper"Reproduce
"why is X failing / diverging / OOMing"Debug
"compare run A to baseline"Compare
"launch a new training run" / "kick off training"Launch
"design an ablation study"Experiment Design
"find related papers on X"Literature Research
"check if my numbers match the code"Paper Verification
"review my methods section for consistency"Paper Writing
"analyze dataset bias"Dataset Curation
"prepare code for open-source release"Research Publishing
"what will reviewers ask about this?"Reviewer Defense
"setup latex for CVPR"LaTeX Setup

Agents (Claude delegates automatically)

AgentWhat it doesSpecial
paper-auditorCross-checks paper claims vs code and dataRuns in isolated worktree, remembers patterns across sessions
experiment-analyzerAnalyzes results from wandb / neptune / tensorboard / mlflow / localHands off to compare and debug skills for discipline

Research Guardrails (run silently, you never invoke these)


How It Compares

phd-skillsflonat/claude-researchOthers
Commands to learn63913-20
Research integrity hooks11 (agent + 10 auto-detect)10
Paper reproduction (arxiv to runs)Yes (7-stage skill)NoNo
Paper-code consistency audit5-dimension parallelRead-only, no code cross-refNone
Experiment monitoring + SSH notificationsYes (ntfy / slack / email)NoNo
External dependenciesNonenpm + pip + MCP serversMCP required
Install time30 seconds10+ minutesVaries

Design Principles

  1. Methodology over scripts. Skills teach the approach, Claude generates code for your specific setup (wandb, neptune, local files, whatever)
  2. Human oversight first. Claude makes premature claims and jumps to conclusions. Every skill builds in verification checkpoints
  3. Actionable output. Ranked suggestions with specific fixes, never just a list of findings

License

MIT. Use it, fork it, adapt it to your research.

Thank you for the support!

Star History Chart

Contributors

常见问题

What is phd-skills?

phd-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by fcakyon. PhD Research Skills for Claude Code: paper reproduction, experiment design, paper review, result comparison and more. It has 370 GitHub stars.

Is phd-skills safe to use?

Yes. phd-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install phd-skills?

Clone the repository with "git clone https://github.com/fcakyon/phd-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is phd-skills written in?

phd-skills is primarily written in Shell. It is open-source under fcakyon on GitHub, so you can review or fork the full source.

Are there alternatives to phd-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh phd-skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情