← all publishers

langflow-ai

@langflow-ai source repo

5 published skills

  1. Openrag Sdk · langflow-ai
    Guide developers through integrating the OpenRAG SDK into applications with code examples, configuration, and best practices
    1 install
  2. Openrag Install · langflow-ai
    Plan and execute a minimal OpenRAG installation with requirement drafting, task tracking, configuration guidance, and local verification
    1 install
  3. Openrag Dev Stack · langflow-ai
    Start, 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.
    1 install
  4. Ibm A11Y Route Scan · langflow-ai
    Batch-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.
    1 install
  5. Frontend I18N · langflow-ai
    Add, 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.
    1 install