vibe-coding-cn/assets/documents/02-方法论/README.md

29 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🛠️ 方法论
> 工具使用、开发经验与实践技巧
## 🎨 AI 协作范式
- [Canvas白板驱动开发](./图形化AI协作-Canvas白板驱动开发.md) - 图形是第一公民,代码是白板的序列化形式
- [AI蜂群协作](./AI蜂群协作-tmux多Agent协作系统.md) - 基于 tmux 的多 AI Agent 协作系统
## 📖 工具教程
- [tmux 快捷键大全](./tmux快捷键大全.md) - 终端复用工具
- [LazyVim 快捷键大全](./LazyVim快捷键大全.md) - Neovim 配置框架
- [Augment MCP 配置](./auggie-mcp配置文档.md) - 上下文引擎配置
- [ProxyCast 配置](./ProxyCast配置文档.md) - AI 凭证代理服务配置
- [手机远程 Vibe Coding](./关于手机ssh任意位置链接本地计算机基于frp实现的方法.md) - 基于 frp 的远程开发
- [VS Code Remote TunnelWSL](./REMOTE_TUNNEL_GUIDE.md) - 在 WSL 内开通 VS Code Tunnel 供远程访问
- [GEMINI-HEADLESS](./GEMINI-HEADLESS.md) - Gemini 无头模式配置
## 🛠️ 开发经验
- [开发经验](./开发经验.md) - 变量命名、文件结构、编码规范
- [Vibe Coding 经验收集](./vibe-coding-经验收集.md) - 社区经验汇总
## 🔗 相关资源
- [基础指南](../00-基础指南/) - 核心理念与方法论
- [入门指南](../01-入门指南/) - 从零开始
- [实战](../03-实战/) - 动手实践