
之前写过 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
代码完全开源!