Agent Skills
› warpdotdev/warp
› factory-mcp
factory-mcp
GitHub通过Warp Factory MCP服务将本地工作打包发送至云端软件工厂,或从Slack/Linear获取任务拉取至本地测试迭代。需确认MCP连接状态并遵循权威工具描述,实现云地协同开发流程。
Trigger Scenarios
需要将本地代码工作发送到云端工厂处理
需要从Slack线程或Linear工单查找并拉取工厂任务到本地
Install
npx skills add warpdotdev/warp --skill factory-mcp -g -y
SKILL.md
Frontmatter
{
"name": "factory-mcp",
"description": "Use the Warp Factory MCP to hand work to a software factory and collaborate with it — bundle local work and send it to the cloud, find factory tasks from a Slack thread \/ Linear ticket \/ description, and pull a task down to test or iterate locally and hand it back"
}
Factory MCP
The canonical Factory workflow is served by the connected warp-factory MCP
server so its instructions stay synchronized with the live tool schemas.
Before invoking a Factory MCP tool:
- Confirm the
warp-factoryserver and its tools are available. If they are unavailable, stop and tell the user that Factory MCP must be connected and authenticated. - Read
skill://warp/factory-mcp/SKILL.md, then follow the returned skill and its referenced resources. If the skill cannot be read, use the server instructions and live tool descriptions.
Treat live tool descriptions and input schemas as authoritative.
Version History
-
2718b66
Current 2026-09-09 04:34
自动将Factory MCP附加到第三方harness运行中,优化了驱动序列化和技能发布逻辑。
- 04a7f83 2026-08-19 21:14


