Anthropic Skills / Claude tool_use
Enact workflows are the governed implementation of Anthropic skills. The mapping is 1:1:
Instead of Claude calling your skill directly:
enact.run as the tool:
MCP (Model Context Protocol)
Anthropic’s Model Context Protocol is the open standard for connecting AI models to tools and data sources. Each Enact workflow maps to one MCP tool.LangChain
CrewAI
OpenAI function_calling
Semantic Kernel
An Enact workflow is a Semantic Kernel skill, hardened:Summary
In every case: your agent’s prompting and reasoning stay exactly as-is. You’re adding a governance layer between intent and execution.