langflow-ai
- 5 skills
- 0 followers
- 1 week ago last updated
- ▌ Openrag Sdk · langflow-aiGuide developers through integrating the OpenRAG SDK into applications with code examples, configuration, and best practices
- ▌ Openrag Install · langflow-aiPlan and execute a minimal OpenRAG installation with requirement drafting, task tracking, configuration guidance, and local verification
- ▌ Openrag Dev Stack · langflow-aiStart, monitor, restart, or stop the local OpenRAG dev stack (Docker infra + host backend + host frontend). Use when the user says "start the dev stack", "run the app locally", "restart the backend/frontend", "factory-reset", "is the stack up?", or asks to bring services up/down for local development.
- ▌ Ibm A11Y Route Scan · langflow-aiBatch-scan Langflow frontend routes for accessibility issues using the Python IBM Equal Access scanner (scripts/a11y/a11y_scan.py) and produce JSON/Markdown/HTML reports. Scans the default-loaded state of each route only (use explicit state files for modals). Use when asked to scan one or more routes, produce an accessibility report for pages, or batch-check static routes. Reports findings only — does not fix code, run Playwright/axe tests, or perform a formal Level 1 audit; see ibm-a11y-testing-guide, ibm-a11y-level1-audit, and ibm-a11y-pr-remediation for those.
- ▌ Frontend I18N · langflow-aiAdd, change, or review user-facing text in the Langflow frontend using the i18n system (i18next / react-i18next). Use whenever a change adds or edits UI strings — labels, buttons, tooltips, modals, toasts, error messages, empty states — or when reviewing a diff that contains user-facing text. Every user-facing string must go through the translation system and every new key must exist in ALL locale files. Do NOT use for backend strings, log messages, or code identifiers.