AI Design News
No. 046No. 048
Sunday, July 5, 2026·Issue 047
Today's brief from the design tool frontier

交互式设计工具 升级与革新

Vercel 新功能推动设计工程师工具箱升级。

Vercel 宣布一系列新功能,从实时语音代理到自定义镜像支持,设计工程师的工具箱迎来升级。

Simon Willison·72 days ago

Claude 新模型越强,自定义工具调用越差

Better Models: Worse Tools

Armin Ronacher 发现 Anthropic 最新模型在调用第三方编码工具 Pi 时,会凭空编造参数、违反 JSON Schema,且 Opus 4.8 等 SOTA 模型比旧模型更严重。这暗示新模型可能因针对 Claude Code 内置工具做 RL 训练,反而对第三方工具的兼容性倒退,给 AI 工具接口设计敲响警钟。

✎ Author's take
这给所有为 AI 设计工具接口的工程师上了一课:模型越强不代表越守规矩。Anthropic 为 Claude Code 优化 RL 训练,却污染了第三方工具的调用准确性——如果你正在搭建 MCP Server 或自定义工具,别盲目信任最新模型,严格的 schema 校验和容错设计现在成了刚需。
Continue at simonwillison.net
Vercel·78 days ago

Vercel AI Gateway 上线实时语音代理与语音转录

Realtime voice, speech, and transcription now supported on AI Gateway

Vercel AI Gateway 与 AI SDK 新增实时语音模型支持,开发者通过 useRealtime hook 和 token 路由即可在浏览器内构建低延迟语音对话代理,保留原有的可观测性与费用控制。这意味着前端团队无需自建 WebSocket 和音频处理链路,就能快速验证 AI 语音交互方案。

✎ Author's take
语音交互正从前沿演示变成基础设施。Vercel 把 realtime voice 打包成可直接落地的 SDK hook,意味着设计工程师不再需要用 Python 脚本或第三方平台拼接语音链路,前端团队能直接用熟悉的技术栈跑通语音 Agent 原型。对于探索下一代 AI 交互界面的设计师来说,这是目前最低成本的验证工具——建议直接拿它做一两个语音交互 demo,比看一百篇趋势报告都管用。
Continue at vercel.com
UX Collective·72 days ago

别卷提示词了,重要的是思考

Never mind the prompts, here’s the thinking

作者基于一年真实项目经验反思:将AI深度整合进设计流程后,团队速度并未提升,却获得了更完整的产出;同时揭示了被忽视的“AI债务”——最快环节恰恰最需要人类把关,提示词之外的设计思考才是分水岭。

✎ Author's take
一记耳光扇在“AI提速十倍”的炒作脸上。四个真实项目证明:sprint天数没变,变的是交付厚度与翻车方式。设计工程师别再死磕提示词了——AI生成越快,人类“举剪刀”做决策和剪枝的价值越高,流程把控才是护城河。
Continue at uxdesign.cc
UX Collective·74 days ago

我真正在用的7个AI工具及选用时机

The seven AI tools I actually use and when

作者借鉴印刷设计时代多软件协作的经验,提出AI工具也应按任务分配而非依赖单一模型。他分享了个人常用的7款工具及选用逻辑,强调设计师的核心能力应是根据任务“路由”到合适工具,而非忠于某个单一产品。

✎ Author's take
别再纠结“哪个AI最好”了。这篇文章给出的不是工具排行榜,而是设计师最该掌握的“routing”思维——像当年在PS/AI之间切换一样,把不同模型当成专用工具而非万能助手。唯一遗憾的是正文被截断,具体工具清单没看完。
Continue at uxdesign.cc
Latent Space·74 days ago

AIEWF 激辩 loops:自主软件工厂是炒作还是现实

AIEWF Daily Dispatch: The great loops debate and the state of AI engineering

AI Engineer World’s Fair 最后一日围绕 loops 爆发激辩。一方认为自主代码循环已不可避免且重在可验证性,另一方则指出确定性工程纪律尚未跟上野心。这场争论是 AI 工程范式的分水岭,直接决定设计工程师该对自主代理工作流抱多大信心。

✎ Author's take
对设计工程师和 AI 产品设计师来说,这场辩论比任何新模型发布都重要:它划清了 demo 幻境与生产现实的界限。在可验证的确定性 loops 成为主流之前,把产品设计押注在'全自动代理'上是危险的。读这篇,搞清楚你该在 UI 里给用户留多少人工介入的逃生舱。
Continue at latent.space
Vercel·77 days ago

Vercel Sandbox 支持自定义镜像

Vercel Sandbox now support Custom Images

Vercel Sandbox 公测自定义镜像功能,用户可将自有操作系统、工具链与依赖打包为根文件系统镜像,从 Vercel Container Registry 直接拉取启动。得益于后台 Fluid Compute 与预编译快照机制,定制环境无需牺牲冷启动速度,省去预先创建快照的步骤。

✎ Author's take
对设计工程师而言,这是把本地复杂工具链直接“托运”上云的关键能力,告别为 Sandbox 预装依赖的繁琐。但如果你不活在 Vercel 生态里,这只是又一次平台锁定的温和劝降;对不写代码的设计师来说,更是毫无体感的基础设施噪音。
Continue at vercel.com
Latent Space·75 days ago

Skill engineering:拒绝 one-shot AI 设计

Skill engineering and the case against one-shot AI design

Paul Bakaus 在 AI Engineer World’s Fair 提出「skill engineering」概念,其开源工具 Impeccable 为编码 Agent 提供界面优化词汇(如 bolder、quieter),让人类通过精细指令逐步引导 AI 改进设计,而非一次性生成。他认为 AI 设计必须保留人的创造力与控制权,为设计师与 AI 协作提供了可落地的新范式。

✎ Author's take
Bakaus 说对了:指望 AI 一次输出完美设计是产品经理的幻想。Skill engineering 把设计师从「prompt 调参师」变成「AI 规则架构师」,这才是有尊严的协作方式。Impeccable 那套词汇系统值得每个设计团队拿来研究——它证明了好的 AI 设计工具应该放大人的品味,而不是抹掉它。
Continue at latent.space
Nielsen Norman Group·73 days ago

企业AI解释设计:必须因角色而异

Crafting AI Explanations for Every Role in Your Enterprise

NNG研究指出,企业AI的可解释性设计必须跳出‘一套UI解释所有人’的误区。开发者、系统管理员与领域专家因目标与背景各异,分别需要可追溯性、来源归因或推理步骤等不同维度的解释,才能真正建立信任并推动组织层面的AI采用。

✎ Author's take
B端AI产品设计师往往把精力全花在终端用户的解释界面上,却忽略了企业AI的信任链是从内部技术团队开始断裂的。NNG这篇把‘不同企业角色需要不同解释粒度’变成可落地的设计原则,值得所有做企业级AI工具的设计师细读——不过目前内容似有截断,建议直接阅读原文获取完整框架。
Continue at nngroup.com
Vercel·77 days ago

Vercel 容器仓库 VCR 上线

Introducing VCR: Vercel Container Registry

Vercel 推出原生容器镜像仓库 VCR,兼容 OCI 标准并支持常规 Docker 工作流,与平台现有鉴权体系打通。镜像上传后会自动针对 Fluid Compute 优化为预编译快照,可直接用于 Vercel Functions 与 Sandboxes,简化了在 Vercel 生态内运行自定义运行时的部署链路。

✎ Author's take
对设计工程师而言,VCR 的价值不是取代 Docker Hub,而是把容器管理彻底收进 Vercel 的「一条龙」工作流。如果你已经在用 Vercel 托管设计系统或 AI 原型,现在可以直接推送带复杂依赖的镜像,无需再折腾外部注册表。但对纯前端设计师来说,这条可以跳过——它解决的是部署管道最后一公里的工程问题,不是设计问题。
Continue at vercel.com
Latent Space·75 days ago

AI 早报:Fable 5 回归与多模型编排趋势

[AINews] not much happened today

Anthropic 重新上线 Claude Fable 5,并引入可见的安全回退机制;Cursor、Devin、Perplexity 等主流工具已迅速接入。但比模型回归更重要的信号是,构建者们正从单一模型依赖转向多模型编排,以平衡能力、成本与合规限制。

✎ Author's take
对设计工程师而言,Fable 5 回归只是工具箱更新,但真正的信号是'多模型编排'正成为默认工作模式。在设计 AI 工作流时,别再假设一个模型能搞定所有任务,学会在成本、安全与能力之间动态切换,才是下一个周期的核心竞争力。
Continue at latent.space
Simon Willison·72 days ago

445 字节生成 ASCII 世界地图

Building a World Map with only 500 bytes

Iwo Kadziela 在 Codex 辅助下,仅用 445 字节数据生成了一张可辨别的 ASCII 世界地图。核心手法是将地图数据 deflate 压缩后嵌入 data URI,通过浏览器原生 fetch 与 DecompressionStream 在客户端解压渲染。这段极短代码展示了极端压缩与前端流式解压的巧妙结合。

✎ Author's take
对用 Figma 和 AI 工具的设计师来说这是猎奇冷知识,但对设计工程师是一记提醒:浏览器原生 API(fetch、DecompressionStream)已能在几十字节内完成解压与渲染。与其堆依赖,不如把浏览器当 runtime,用压缩思维重做资源交付。
Continue at simonwillison.net
Vercel·78 days ago

Vercel 开源计划 2026 春季入选项目

Vercel Open Source Program: Spring 2026 cohort

Vercel 公布 2026 春季开源资助计划入选项目,涵盖视频转 ASCII 工具、基于 Motion 的 React UI 库、MCP 服务器框架及 Tailwind 动画组件集。对设计工程师而言,后两者提供了可直接复用的落地页与交互组件资源,但文章仅为项目罗列,无使用细节。

✎ Author's take
典型的企业 PR 清单文,对设计工程师的唯一价值是捡出两个可用的 React 动画组件库。但别指望这里有任何集成指南或选型分析——你得自己点进仓库翻文档。如果你正在搭落地页,可以把这两个库加入调研列表,否则直接跳过。
Continue at vercel.com
Vercel·77 days ago

Vercel Private Blob 正式发布

Vercel Private Blob is now generally available

Vercel Private Blob 正式版上线,所有套餐可用。它支持存储敏感文件,并通过 Signed URL 与 OIDC 认证控制访问,上传时只需标记 access 为 private。对基于 Vercel 构建产品的设计工程师来说,无需自建存储中间件即可安全处理用户上传图片或 AI Agent 记忆。

✎ Author's take
对纯前端设计师来说可跳过,但在 Vercel 上搭 AI 原型的设计工程师值得看一眼:Private Blob 的 Signed URL 和免静态密钥的 OIDC 认证,让你处理用户上传或 Agent 记忆时不必自己搓存储层。不是头条,但全栈选手顺手了解。
Continue at vercel.com
Sidebar·77 days ago

basement.studio 发布 Shader Lab 着色器工具

Shader Lab

basement.studio 推出 Shader Lab,声称可在线创建、堆叠与动画化着色器。对希望在网页或界面中实现高级视觉动效的设计工程师与前端开发者而言,这类可视化 Shader 工具有望降低技术门槛,但目前公开信息极少,具体功能与上手难度尚待验证。

✎ Author's take
设计工程师应把它当成“待验证的潜力股”而非“即拿即用的生产力”。basement.studio 的前端审美向来顶尖,但一句话介绍撑不起任何采购决策——真正决定价值的是它能否让不写 GLSL 的设计师通过拖拽或图层逻辑堆出想要的效果,否则就只是又一个代码封装器。
Continue at eng.basement.studio
Simon Willison·76 days ago

Nano Banana 2 Lite 实测:Gemini 最快生图模型上手

Nano Banana 2 Lite

Google 发布 Gemini 3.1 Flash Lite Image(代号 Nano Banana 2 Lite),宣称是目前最快、成本最低的 Gemini 图像生成模型。Simon Willison 通过 AI Studio 快速实测了复杂场景下的生成效果,展示了一张细节丰富的 Where's Waldo 风格插画,验证了其在高信息密度图像上的基础表现。

✎ Author's take
对设计工程团队,Lite 模型的核心价值在快和便宜,而非单张精美。但别被浣熊图忽悠——文章只是随手玩梗,既无价格对比也无基准测试,不足以支撑选型。设计师若想接入工作流,得自己实测 API 延迟和商用条款。
Continue at simonwillison.net
Vercel·78 days ago

Vercel Sandbox 快照按最后使用时间过期

Sandboxes now expire based on last use

Vercel 将 Sandbox 快照的过期逻辑从「按创建时间」改为「按最后使用时间」,每次被调用都会重置过期计时器。这让团队可以在使用更短保留周期的同时,避免长时工作流因快照消失而中断。

✎ Author's take
这是一项底层基础设施的微小调优,对绝大多数设计师几乎零感知。除非你的设计工程工作流深度依赖 Vercel Sandbox 的持久化状态,否则无需关注——没有可立即落地的新能力,也没有改变现有工作方式。
Continue at vercel.com
开源趋势 · Open Source
§GitHub Rank今日开源趋势
01GitHub Trending · Daily·77 days ago

Strix:开源 AI 自动渗透测试工具

usestrix/strix

Strix 是一套自主 AI Agent,能动态运行代码、执行 PoC 验证来自动发现应用漏洞,并支持 GitHub Actions 与 CI/CD 集成。它面向开发者与安全团队,虽在 DevSecOps 场景有实用性,但对设计师日常工作流无直接关联。

✎ Author's take
Strix 是一个自动发现应用漏洞的 AI Agent,支持动态代码执行和 PoC 验证,适用于 DevSecOps 场景,与设计师工作流无直接关联。
Continue at github.com
02GitHub Trending · Daily·73 days ago

OpenAI 推出 Claude Code 专用 Codex 插件

openai/codex-plugin-cc

OpenAI 发布了一个 Claude Code 官方插件,允许用户在不离开 Claude Code 的情况下直接调用 Codex 进行代码审查、对抗性审查或后台任务委派。对于已经使用 Claude Code 作为主力环境的设计工程师和开发者来说,这意味着无需切换上下文就能接入 Codex 的推理能力,进一步打通两大 AI 编码工具的工作流。

✎ Author's take
OpenAI发布的Claude Code官方插件,允许用户直接调用Codex进行代码审查和后台任务委派。
Continue at github.com
03GitHub Trending · Daily·73 days ago

caveman skill:让 Claude 说洞穴语省 75% token

JuliusBrussee/caveman

这是一个 Claude Code skill(也支持 Codex/Cursor 等 30+ 工具),通过让 AI 用极简的“洞穴人语”输出,在保持技术准确性的前提下削减约 75% 的 token。项目提供了安装指南和基准测试,能直接降低 API 成本并提升响应速度。

✎ Author's take
Claude Code skill,通过让 AI 输出极简的“洞穴人语”削减 token,降低 API 成本并提升响应速度。
Continue at github.com
04GitHub Trending · Daily·72 days ago

Elasticsearch 仓库登上 GitHub Trending

elastic/elasticsearch

Elasticsearch 开源搜索与分析引擎因进入 GitHub 日榜而获得流量。内容重申其分布式向量数据库、RAG 支持与全文检索等核心能力,并附带面向本地开发的 Docker 快速启动脚本。对需要构建大规模检索后端的开发者有基础参考价值。

✎ Author's take
对设计师和设计工程师来说,这是条完全可以跳过的基础设施噪音。全文没有任何面向创作者或设计工作流的工具、模板与可操作方法,仅仅是后端搜索引擎的常规自我介绍。早报不应为这种与 AI 设计无关的 Trending 数据浪费读者注意力。
Continue at github.com
05GitHub Trending · Daily·73 days ago

actions/checkout v7:默认阻止 Fork PR 代码检出

actions/checkout

GitHub 官方 CI/CD 动作发布 v7,核心变更是默认拒绝在 pull_request_target 触发时检出 Fork PR 代码,以防范供应链攻击,同时整体迁移至 ESM 并更新依赖。对设计师及 AI 设计工具用户几乎无直接关联,仅对自行维护复杂自动化管道的设计工程师边缘相关。

✎ Author's take
GitHub 官方 CI/CD 动作发布 v7,核心变更是默认拒绝在 pull_request_target 触发时检出 Fork PR 代码,以防范供应链攻击。
Continue at github.com
06GitHub Trending · Daily·116 days ago

ChromeDevTools/chrome-devtools-mcp

Chrome DevTools for coding agents Chrome DevTools for agents Chrome DevTools for agents (chrome-devtools-mcp) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot) control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. A CLI is also provided for use without MCP. Tool reference | Changelog | Contributing | Troubleshooting | Design Principles Key features Get performance insights: Uses Chrome DevTools to record traces and extract actionable performance insights. Advanced browser debugging: Analyze network requests, take screenshots and check browser console messages (with source-mapped stack traces). Reliable automation. Uses puppeteer to automate actions in Chrome and automatically wait for action results. Disclaimers chrome-devtools-mcp exposes content of the browser instance to the MCP clients allowing them to inspect, debug, and modify any data in the browser or DevTools. Avoid sharing sensitive or personal information that you don't want to share with MCP clients. chrome-devtools-mcp officially supports Google Chrome and Chrome for Testing only. Other Chromium-based browsers may work, but this is not guaranteed, and you may encounter unexpected behavior. Use at your own discretion. We are committed to providing fixes and support for the latest version of Extended Stable Chrome. Performance tools may send trace URLs to the Google CrUX API to fetch real-user experience data. This helps provide a holistic performance picture by presenting field data alongside lab data. This data is collected by the Chrome User Experience Report (CrUX). To disable this, run with the --no-performance-crux flag. Usage statistics Google collects usage statistics (such as tool invocation success rates, latency, and environment information) to improve …[truncated]

✎ Author's take
ChromeDevTools-mcp 允许编码代理如 Antigravity、Claude、Cursor 或 Copilot 控制和检查 Chrome 浏览器,为开发者提供了调试和控制浏览器的能力。
Continue at github.com
07GitHub Trending · Daily·72 days ago

Ansible 登 GitHub Trending

ansible/ansible

Ansible 是面向运维的自动化部署工具,此次登上 GitHub Trending 仅是仓库热度波动,并无版本更新或新功能发布。对设计师与设计工程师而言,既无可直接借用的工作流,也无关 AI 创作或产品设计实践。

✎ Author's take
Ansible 是面向运维的自动化部署工具,此次登上 GitHub Trending 仅是仓库热度波动,并无版本更新或新功能发布。
Continue at github.com
08GitHub Trending · Daily·75 days ago

Meta 开源 Astryx:150+ 组件且面向 Agent 设计

facebook/astryx

Meta 正式开源其内部最大设计系统 Astryx,支撑 13000+ 应用。系统含 150+ 可访问组件,采用 React 与 StyleX 构建;组件底层完全开放(支持 swizzle 导出源码)、不锁定样式方案(可用 Tailwind/CSS Modules 覆盖),并专为 AI 代理协作设计。

✎ Author's take
Meta 正式开源其内部最大设计系统 Astryx,支撑 13000+ 应用,含 150+ 可访问组件,采用 React 与 StyleX 构建。
Continue at github.com
09GitHub Trending · Daily·72 days ago

RomM 开源 ROM 游戏库管理器

rommapp/romm

RomM 是一款开源自托管的 ROM 管理器,支持从 IGDB 等平台刮削游戏元数据、自定义封面及浏览器内直接游玩。它提供了响应式界面与多平台客户端,核心受众是复古游戏与模拟器爱好者。对产品设计或 AI 设计工作流无直接关联,属于纯娱乐向工具。

✎ Author's take
对设计工程师和产品设计师来说,这是一条无效信息。RomM 再漂亮也只是个游戏 ROM 播放器,既不能辅助界面设计,也无法嵌入 AI 创作管线。除非你下班后要整理游戏收藏,否则别点进去浪费时间。GitHub Trending 不等于设计师必读。
Continue at github.com
10GitHub Trending · Daily·73 days ago

哈佛 cs249r ML 系统工程教材开源

harvard-edge/cs249r_book

哈佛边缘计算实验室将《Machine Learning Systems》教材及全套实验代码开源,涵盖 TinyTorch、硬件实验与基础设施模拟,定位为 ML 系统工程的综合课程。

✎ Author's take
《Machine Learning Systems》是哈佛边缘计算实验室开源的 ML 系统工程教材及实验代码,适合 ML 系统工程师参考。
Continue at github.com
11GitHub Trending · Daily·73 days ago

PyTorch 登上 GitHub 今日 Trending

pytorch/pytorch

该条目仅为 GitHub Trending 对 PyTorch 主仓库的自动抓取,正文内容是项目的基础 README 摘录,涉及张量计算与动态神经网络等常规介绍,未包含任何新功能、版本更新或设计相关动态。

✎ Author's take
PyTorch 主仓库的自动抓取条目,包含张量计算与动态神经网络等常规介绍,对 AI 领域的研究和开发人员有参考价值。
Continue at github.com
12GitHub Trending · Daily·72 days ago

Apache Maven 登上 GitHub 日榜

apache/maven

Apache Maven 官方仓库进入 GitHub Daily Trending,但正文仅为常规仓库介绍,罗列了 4.1.x、4.0.x 等版本分支及构建说明,既无新功能发布,也与设计工程或前端工具链毫无关联。

✎ Author's take
对设计工程师和产品设计师而言,这是纯粹的噪音。Maven 是 Java 后端构建工具,与主流设计工程栈(Node.js、Vite、Python 等)完全无交集,且仓库 README 里没有可供设计工作流复用的任何资源。直接跳过。
Continue at github.com
13GitHub Trending · Daily·107 days ago

Claude Code 登顶 GitHub Trending

anthropics/claude-code

Claude Code 官方仓库登上 GitHub Trending。这款终端 AI 编程工具支持通过自然语言理解代码库、执行 Git 工作流与解释复杂代码,现已内置多款插件扩展功能。官方已弃用 npm 安装,推荐通过 curl 或系统包管理器直接部署。

✎ Author's take
Claude Code 官方仓库,支持通过自然语言理解代码库、执行 Git 工作流与解释复杂代码,适合需要 AI 编程工具的开发者。
Continue at github.com
14GitHub Trending · Daily·75 days ago

herdr:终端里的 AI Agent 多路复用器

ogulcancelik/herdr

herdr 是一个约 10MB 的 Rust 二进制工具,本质上是“为 AI agent 重造的 tmux”。它让你在终端里并行运行多个 coding agent,每个 agent 拥有独立的真实 TTY,支持工作区与分屏,并可在侧边栏一眼看到阻塞/工作中/完成状态。对习惯命令行的设计工程师,它是管理多 agent 会话的轻量基础设施,但主流设计师群体门槛过高。

✎ Author's take
herdr是一个Rust二进制工具,为AI agent提供并行终端会话管理,适合命令行环境下的设计工程师。
Continue at github.com
15GitHub Trending · Daily·117 days ago

obra/superpowers

An agentic skills framework & software development methodology that works. Superpowers Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them. Quickstart Give your agent Superpowers: Claude Code, Codex CLI, Codex App, Factory Droid, Gemini CLI, OpenCode, Cursor, GitHub Copilot CLI. How it works It starts from the moment you fire up your coding agent. As soon as it sees that you're building something, it doesn't just jump into trying to write code. Instead, it steps back and asks you what you're really trying to do. Once it's teased a spec out of the conversation, it shows it to you in chunks short enough to actually read and digest. After you've signed off on the design, your agent puts together an implementation plan that's clear enough for an enthusiastic junior engineer with poor taste, no judgement, no project context, and an aversion to testing to follow. It emphasizes true red/green TDD, YAGNI (You Aren't Gonna Need It), and DRY. Next up, once you say "go", it launches a subagent-driven-development process, having agents work through each engineering task, inspecting and reviewing their work, and continuing forward. It's not uncommon for Claude to be able to work autonomously for a couple hours at a time without deviating from the plan you put together. There's a bunch more to it, but that's the core of the system. And because the skills trigger automatically, you don't need to do anything special. Your coding agent just has Superpowers. Sponsorship If Superpowers has helped you do stuff that makes money and you are so inclined, I'd greatly appreciate it if you'd consider sponsoring my opensource work. Thanks! Jesse Installation Installation differs by harness. If you use more than one, install Superpowers separately for each one. Claude Code Superpowers is available via the official C…[truncated]

✎ Author's take
Superpowers 是一个完整的软件开发方法论,为编码代理构建在一系列可组合技能之上,适合软件开发者使用。
Continue at github.com
16GitHub Trending · Daily·73 days ago

Agent Skills:让 AI Agent 获得专业技能的开放标准

agentskills/agentskills

Agent Skills 提出了一种轻量级开放标准,通过 SKILL.md 文件和配套资源文件夹,为 AI Agent 注入可复用的领域知识和工作流。对设计团队而言,这意味着可以将设计规范、审查流程或组件用法封装成标准 skill,让 AI 助手在不同工具间保持一致性和可靠性。

✎ Author's take
Agent Skills 提出了一种轻量级开放标准,允许为 AI Agent 注入可复用的领域知识和工作流,对设计团队封装设计规范和审查流程有一定参考价值。
Continue at github.com
17GitHub Trending · Daily·72 days ago

Supabase 登榜 GitHub Trending

supabase/supabase

Supabase 作为开源 Postgres 开发平台进入 GitHub 每日热门仓库榜,集成了数据库、认证、自动 API、边缘函数及 AI 向量工具包等能力。但本条内容仅是仓库常规简介的残片,既无具体版本发布,也未涉及设计师可直接采纳的工具更新或工程实践。

✎ Author's take
对设计师和设计工程师而言,追 GitHub Trending 上的后端项目纯属精力浪费。Supabase 虽能降低全栈门槛,但这条只是仓库简介截断残片,既无可落地的设计模式,也无 AI 工作流改进。除非你正在配数据库,否则直接跳过。
Continue at github.com
18GitHub Trending · Daily·74 days ago

CubeSandbox:AI Agent 毫秒级安全沙盒

TencentCloud/CubeSandbox

腾讯云开源 CubeSandbox,基于 RustVMM 与 KVM 的 AI Agent 安全沙盒,兼容 E2B SDK,冷启动低于 60 毫秒,单实例内存开销小于 5MB,支持快照与回滚。该项目属于底层基础设施,面向后端与 Agent 平台开发者,与设计师日常工作流无直接关联。

✎ Author's take
CubeSandbox 是腾讯云开源的 AI Agent 安全沙盒,基于 RustVMM 与 KVM,为后端与 Agent 平台开发者提供底层基础设施。
Continue at github.com
19GitHub Trending · Daily·117 days ago

msitarzewski/agency-agents

A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables. 🎭 The Agency: AI Specialists Ready to Transform Your Workflow A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables. 🚀 What Is This? Born from a Reddit thread and months of iteration, The Agency is a growing collection of meticulously crafted AI agent personalities. Each agent is: 🎯 Specialized: Deep expertise in their domain (not generic prompt templates) 🧠 Personality-Driven: Unique voice, communication style, and approach 📋 Deliverable-Focused: Real code, processes, and measurable outcomes ✅ Production-Ready: Battle-tested workflows and success metrics Think of it as: Assembling your dream team, except they're AI specialists who never sleep, never complain, and always deliver. ⚡ Quick Start Option 1: Use with Claude Code (Recommended) # Install all agents to your Claude Code directory ./scripts/install.sh --tool claude-code # Or manually copy a category if you only want one division cp engineering/*.md ~/.claude/agents/ # Then activate any agent in your Claude Code sessions: # "Hey Claude, activate Frontend Developer mode and help me build a React component" Option 2: Use as Reference Each agent file contains: Identity & personality traits Core mission & workflows Technical deliverables with code examples Success metrics & communication style Browse the agents below and copy/adapt the ones you need! Option 3: Use with Other Tools (GitHub Copilot, Antigravity, Gemini CLI, OpenCode, OpenClaw, Cursor, Aider, Windsurf, Kimi Code) # Step 1 -- generate integration files for all supported tools ./scrip…[truncated]

✎ Author's take
msitarzewski的agency-agents项目提供了一个完整的AI代理集合,每个代理都是一个具有个性、流程和可交付成果的专家,适合需要构建复杂AI系统的开发者。
Continue at github.com