langflow
Build, test, and ship AI agent workflows with visual tooling
All Skills in This Repository (10)
Pure Emerald Level Indicatorsbackend-code-review
Audits Python backend code for quality, security, and maintainability.
frontend-query-mutation
Automate frontend API hook creation with TypeScript types and UseRequestProcessor.
frontend-code-review
Reviews React/TypeScript frontend code in Langflow's src/frontend for quality, performance, and correctness issues.
component-refactoring
Refactor high-complexity Langflow React components into modular units.
e2e-testing
Automates Playwright-based end-to-end testing for the Langflow UI.
frontend-i18n
Add and review user-facing strings in the Langflow frontend using i18next.
frontend-testing
Generate Jest and React Testing Library tests for Langflow React components, hooks, and utilities.
ibm-a11y-pr-remediation
Scan and remediate IBM Equal Access Level 1 accessibility violations in PR frontend changes.
ibm-a11y-level1-audit
Audit Langflow frontend surfaces against IBM Equal Access Level 1 criteria and produce a findings report.
ibm-a11y-testing-guide
Guide writing Langflow frontend accessibility tests with axe and IBM Equal Access.
Frequently Asked Questions
FAQPage SchemaHow to install Langflow?โผ
Run `npx skills add langflow-ai/langflow --all -g -y` in your terminal to install all agent skills in this suite globally.
What is Langflow used for?โผ
Langflow is a visual builder for creating AI agents and workflows that you can deploy as APIs or MCP servers. These skills help your AI agent review, test, and improve its codebase.
Can AI review my Langflow backend code?โผ
Yes. The backend-code-review skill checks Python code for security flaws, slow queries, and architecture violations, then suggests concrete fixes.
How do I write tests for Langflow components?โผ
The frontend-testing and e2e-testing skills guide your agent to write Jest unit tests and Playwright end-to-end tests following Langflow's exact conventions and templates.
Does Langflow support accessibility compliance checks?โผ
Yes. Dedicated skills scan pages with axe and IBM Equal Access engines, produce Level 1 audit reports, and can fix violations across an entire pull request.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core