Building Langflow Components

Create, evolve, and ship Langflow Components — the building blocks of every flow. Use when the user asks to "create a component", "add a provider component", "build an LLM component", "add Anthropic / OpenAI / Chroma / etc. integration", "expose this as a Component", or "wrap this LangChain class as a Component". Enforces the immutable-class-name rule, the inputs/outputs API, the hot-reload workflow, ComponentTestBase fixtures, and the bundle-vs-base placement decision. For refactoring an existing component, also see Langflow's bundled `.agents/skills/component-refactoring` skill.

Cristhianzl Updated

File contents

Cristhianzl/claude-skills-czl/tree/main/configs/langflow/skills/building-langflow-components commit a3a91cb842

Frequently asked questions

npx skillmds@latest add cristhianzl/building-langflow-components