Let AI handle the heavy lifting — you set the vibe.
Practical tricks, scripts, tools, and workflows for AI-assisted development & research.
Quick Nav · Vibe Coding · Vibe Research · Tools & IDEs
🇺🇸 English
Vibe Coding — Describe your intent in natural language, let AI write the code. You guide the vibe, the AI does the heavy lifting.
Vibe Research — Apply the same AI-assisted philosophy to academic research: literature surveys, paper summarization, experiment design, and writing assistance.
This repo is a curated collection of tricks, scripts, tool guides, and workflows for both paradigms.
| Section | What's Inside | Go |
|---|---|---|
| 🎸 Vibe Coding | Awesome Skills (Superpowers, etc.), prompt patterns, workflow automation | → vibe-coding/ |
| 🔬 Vibe Research | Paper search → download → AI summarization → review pipeline | → vibe-research/ |
| 🛠️ Tools & IDEs | Cursor, Codex, Claude Code, Antigravity, Warp, Windsurf, Kiro — deep dives & comparison | → tools-and-ides/ |
.
├── 🎸 vibe-coding/ # Vibe Coding tricks & skills
│ ├── README.md # Awesome Skills, prompt tips, workflows
│ └── scripts/ # Utility scripts
│
├── 🔬 vibe-research/ # Vibe Research pipeline
│ ├── README.md # Full workflow overview
│ └── scripts/ # paper-search, paper-download, paper-summary, paper-review, utils
│
└── 🛠️ tools-and-ides/ # AI Coding Tools & IDEs
├── README.md # Overview & comparison tables
├── cursor/ # Cursor deep dive
├── codex/ # OpenAI Codex (Desktop + Extension + CLI)
├── claude-code/ # Claude Code (terminal agent + API setup)
├── antigravity/ # Google Antigravity IDE
├── warp/ # Warp (Agentic Terminal / ADE)
├── windsurf/ # Windsurf (per-prompt billing, full-power models)
└── kiro/ # Kiro (cheapest AI IDE, API reverse proxy)
- Pick a section that interests you from the table above.
- Each section has its own detailed
README.md. - Scripts live in
scripts/subdirectories — check script headers for usage.
Contributions are welcome! If you have a useful trick, script, or tool recommendation, feel free to open a PR or issue.
This project is open-sourced for educational and research purposes.
🇨🇳 中文
Vibe Coding — 用自然语言描述意图,让 AI 写代码。你定调(vibe),AI 干活。
Vibe Research — 把同样的 AI 辅助理念用到学术研究:文献检索、论文摘要、实验设计和写作辅助。
本仓库汇集了两种范式下的 技巧、脚本、工具指南和工作流。
| 板块 | 内容 | 前往 |
|---|---|---|
| 🎸 Vibe Coding | Awesome Skills(Superpowers 等)、Prompt 模式、工作流自动化 | → vibe-coding/ |
| 🔬 Vibe Research | 论文检索 → 下载 → AI 摘要 → 审阅 全流程 | → vibe-research/ |
| 🛠️ Tools & IDEs | Cursor、Codex、Claude Code、Antigravity、Warp、Windsurf、Kiro 深度指南与对比 | → tools-and-ides/ |
.
├── 🎸 vibe-coding/ # Vibe Coding 技巧与 Skills
│ ├── README.md # Awesome Skills、Prompt 技巧、工作流
│ └── scripts/ # 工具脚本
│
├── 🔬 vibe-research/ # Vibe Research 流水线
│ ├── README.md # 完整工作流概览
│ └── scripts/ # paper-search, paper-download, paper-summary, paper-review, utils
│
└── 🛠️ tools-and-ides/ # AI 编程工具与 IDE
├── README.md # 总览与对比表
├── cursor/ # Cursor 详解
├── codex/ # OpenAI Codex(桌面 + 扩展 + CLI)
├── claude-code/ # Claude Code(终端智能体 + API 配置)
├── antigravity/ # Google Antigravity IDE
├── warp/ # Warp(智能体终端 / ADE)
├── windsurf/ # Windsurf(按 prompt 计费,满血模型)
└── kiro/ # Kiro(最便宜 AI IDE,API 反代)
- 从上方表格 选一个板块 开始。
- 每个板块都有详细的
README.md。 - 脚本位于
scripts/子目录,查看脚本头部注释了解用法。
欢迎贡献!有好用的技巧、脚本或工具推荐,请提 PR 或 Issue。
本项目以教育和研究为目的开源。
Maintained by Mingxu Zhang & Zheng Gong