<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Ai-Coding on Karl's AI Notes</title><link>https://lldxflwb.github.io/blog/tags/ai-coding/</link><description>Recent content in Ai-Coding on Karl's AI Notes</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Mon, 23 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://lldxflwb.github.io/blog/tags/ai-coding/index.xml" rel="self" type="application/rss+xml"/><item><title>Skills /claude：让你的 Claude Code 会话们互相聊天</title><link>https://lldxflwb.github.io/blog/posts/claude-subprocess-second-opinion/</link><pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate><guid>https://lldxflwb.github.io/blog/posts/claude-subprocess-second-opinion/</guid><description>每个 Claude Code 会话都有自己的上下文。通过 /claude skill + session resume，你可以从当前会话接入另一个已有会话，向它追问并带回结论；需要时也可以新开一个干净的 Claude 实例做独立分析。核心价值是复用已有 session 的上下文，而不是手动搬运聊天记录。</description></item><item><title>aw：一条命令给多仓库工作区切出新分支</title><link>https://lldxflwb.github.io/blog/posts/aw-polyrepo-worktree/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://lldxflwb.github.io/blog/posts/aw-polyrepo-worktree/</guid><description>多仓库项目开新分支是个苦力活：七八个仓库，每个都要 git worktree add、每个都要敲一遍分支名。aw 把这件事缩成一条命令 —— 扫描目录下所有仓库，批量创建 worktree，统一分支名，顺带把 AI 上下文文件链接过去。做完了 aw rm 一键收尾。Go 单二进制，零依赖，macOS/Linux/Windows。</description></item><item><title>codex-plan：让 GPT 当你的计划审查官，多轮对抗式质疑直到无懈可击</title><link>https://lldxflwb.github.io/blog/posts/codex-plan-adversarial-review/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://lldxflwb.github.io/blog/posts/codex-plan-adversarial-review/</guid><description>基于 codex skill 的进阶版本：codex-plan 自动驱动 Claude 与 GPT 的多轮对抗式计划审查。Claude 写计划，GPT 质疑，Claude 评估并修改，循环往复直到 GPT 说 LGTM。不再是一次性的第二意见，而是真正的红蓝对抗。开源免费，5 分钟安装。</description></item><item><title>用 Claude Code Skill 搭建个人预览服务：TikZ 渲染 + 墨水屏阅读器</title><link>https://lldxflwb.github.io/blog/posts/preview-server-skill/</link><pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate><guid>https://lldxflwb.github.io/blog/posts/preview-server-skill/</guid><description>用 Claude Code Skill 搭建本地预览服务器：LaTeX TikZ 图表一键渲染为 SVG，Markdown 文档墨水屏友好阅读，AI 自动校验图表质量。支持架构图、流程图、状态机等可视化，内置分页翻页、目录导航、双模式切换。开源免费，5 分钟安装。</description></item><item><title>让 Claude Code 调用 Codex CLI：获取 GPT 的第二意见</title><link>https://lldxflwb.github.io/blog/posts/codex-with-claude-code/</link><pubDate>Fri, 13 Mar 2026 00:00:00 +0000</pubDate><guid>https://lldxflwb.github.io/blog/posts/codex-with-claude-code/</guid><description>在 Claude Code 中集成 OpenAI Codex CLI，一键获取 GPT 模型的独立代码审查意见。支持多轮对话 session 恢复，自动收集 git diff 上下文，后台异步执行。让两个 AI 模型协作，弥补单一模型的盲区。开源免费，5 分钟安装。</description></item></channel></rss>