What problem does it solve? Teams with large libraries of n8n workflows cannot directly reuse them as native AI agent capabilities, and wrapping them via n8n API calls keeps the original platform dependency alive. This Skill understands what an exported n8n workflow does at the business-goal level and rewrites it as a self-contained, skill-creator-compliant Agent Skill so n8n can be retired. ## Core Features & Use Cases - Goal-Parity Rewrite: Parses the workflow JSON into a WorkflowIR, distills the business goal and I/O contract, then reimplements the logic natively with LLM prompts and Python scripts instead of translating nodes one-to-one. - 5-Step Pipeline with Gates: Parse, Understand, Ask, Plan & Build, and Verify, including dual-run goal-parity acceptance comparing the original workflow and the new Skill on the same input. - Zero Credential Leakage: Strips all original workflow credentials into .env placeholders, and often eliminates them entirely when external LLM or storage nodes are replaced by agent-native capabilities and local files. - Use Case: Convert an 18-node Amazon review-analysis workflow (Gemini tagging plus Google Sheets I/O) into a local-CSV-based review-analyzer Skill with 4 core capabilities and no credential dependencies. ## Quick Start Ask your agent to convert this n8n workflow into a skill by providing the path to your exported workflow JSON file.