Agent Skills
› warpdotdev/warp
› factory-mcp
factory-mcp
GitHub通过 Warp Factory MCP 将本地工作打包发送至云端软件工厂,支持从 Slack 或 Linear 查找任务,或将云端任务拉取至本地测试迭代后回传,实现高效协作与自动化开发流程。
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.mdusing the MCP resource reader. - Follow the returned skill and its referenced resources. Treat live tool descriptions and input schemas as authoritative.
Version History
- 04a7f83 Current 2026-08-19 21:14


