之前写过 Code Runner for VS Code 和 Code Runner MCP Server,还是有不少人在用的。
相信大家对 Claude Skills 已经很熟悉了。
前几天,看到 Anthropic 把 Agent Skills 作为开放的标准,发布了相应的 specification ,以便让任何的 AI 平台可以集成。
很快地,不少平台已经跟进支持了 Agent Skills 。
于是呢,我就趁热打铁,写了个 Code Runner Agent Skill。
它能让 AI Agent 运行超过 35 种的编程语言。
而且,我是用 Agent 开发 Agent Skill~
以下就是我的初始 prompt ,大家可以参考:
Please fetch and read below artilces first to understand Agent Skills and Code Runner, if needed, try to fetch more artilces related.
Agent Skills:
https://agentskills.io/home
https://agentskills.io/what-are-skills
https://agentskills.io/specification
https://agentskills.io/integrate-skills
https://code.visualstudio.com/docs/copilot/customization/agent-skills
Code Runner:
https://github.com/formulahendry/vscode-code-runner
https://github.com/formulahendry/mcp-server-code-runner
I want to create a Code Runner Agent Skill to support running most popular programming languages.
If 'scripts/' is needed, I prefer using js.
后面进行了一些小的迭代,很快就完成了!
目前还是初始的版本,欢迎大家试用或者围观:
https://github.com/formulahendry/agent-skill-code-runner
代码完全开源!
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.