mindsdb
- 18 skills
- 0 followers
- 1 day ago last updated
- ▌ Thermo Nuclear Code Quality Review · mindsdbRun an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.
- ▌ Public Data Sources · mindsdbRecall BEFORE fetching public news, market, economic, or world data from the scratchpad. Catalog of free, open, no-API-key data endpoints and URL patterns — news RSS (Google News, Reuters, AP, BBC, NPR), financial/market (yfinance, FRED, CoinGecko), economic/global (World Bank, OECD, exchange rates), and social/sentiment (Reddit, HackerNews) — plus how to layer them for "state of affairs" and country dashboards. When in doubt about where to get free live data, recall it.
- ▌ Build HTML Dashboard · mindsdbMANDATORY reading before building ANY HTML dashboard, chart, plot, interactive report, or browser-based visualization (create_artifact type="html-app", or the frontend of a fullstack app). Contains the full HTML output contract: self-contained file rules, Apache ECharts setup, dark theme, layout/design standards, and large-dataset handling. Recall it BEFORE writing the first line of dashboard HTML. When in doubt, recall it.
- ▌ Build Fullstack Backend · mindsdbMANDATORY reading before writing ANY backend, API, server, or fullstack application code (create_artifact types fullstack-stateless-app / fullstack-stateful-app, or anything that will be launched with launch_backend). Contains the complete hard contract: the canonical FastAPI+Mangum backend.py template, SECRETS handling, /api/* route prefix rules, static/ frontend layout, requirements.txt, and the launch/preview workflow. Building a backend without recalling this skill first WILL break launch and deployment. When in doubt, recall it.
- ▌ Ota · mindsdbmanage the Cowork UI update system. use when asked to check UI publish status, switch dev mode (live/bundled/production), or trigger a UI publish.
- ▌ Remediate Code Scanning · mindsdbimplement an idempotent code scanning remediation plan, apply source code fixes for CodeQL/SAST alerts, verify the fix, commit, push, and create or update a pull request. use after planning code scanning remediation or when asked to fix CodeQL alerts, path injection, XSS, stack trace exposure, workflow permissions, or other SAST findings.
- ▌ Remediate Vulnerability · mindsdbimplement an idempotent dependency vulnerability remediation plan, update dependencies, verify the fix, commit, push, and create or update a pull request. use after planning CVE/GHSA/dependency alert remediation or when asked to automatically fix one dependency vulnerability group. for CodeQL or code scanning fixes, use remediate-code-scanning instead.
- ▌ Plan Code Scanning Remediation · mindsdbplan safe, idempotent remediation work for GitHub code scanning alerts (CodeQL, SAST). use when asked to triage CodeQL alerts, code scanning findings, fix SAST issues, or group code scanning vulnerabilities into remediation PR plans before changing code. for dependency vulnerabilities (CVEs, Dependabot, npm audit), use plan-vulnerability-remediation instead.
- ▌ Plan Vulnerability Remediation · mindsdbplan safe, idempotent remediation work for known dependency vulnerabilities. use when asked to triage CVEs, dependency alerts, security advisories, Dependabot alerts, or npm/yarn/pnpm/pip/bundler/cargo/go audit findings, and to group them into remediation PR plans before changing code. for CodeQL or code scanning alerts, use plan-code-scanning-remediation instead.
- ▌ PDF · mindsdbUse this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text or tables from PDFs, combining or merging PDFs, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting or decrypting PDFs, extracting images, OCR on scanned PDFs, making PDFs searchable, or producing a final .pdf file.
- ▌ DOCX · mindsdbUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include "Word doc", "word document", ".docx", reports, memos, letters, templates, headings, page numbers, tables of contents, letterheads, images, comments, tracked changes, find-and-replace, or converting content into a polished Word document.
- ▌ Gmail · mindsdbUse this skill when the user wants to work with Gmail. This includes inbox triage, mailbox search, thread summaries, extracting decisions and follow-ups, drafting replies, drafting forwards, finding attachments, and organizing messages with explicit confirmation before sending, archiving, deleting, moving, or changing labels.
- ▌ Documents · mindsdbUse this skill when the user wants to create, edit, review, redline, comment on, polish, or verify structured document deliverables. Use it for Word or Google Docs-style reports, memos, briefs, proposals, letters, handbooks, forms, templates, redlines, comment-based revisions, accessibility cleanup, metadata cleanup, document merging, style normalization, watermarks, footnotes, tables of contents, captions, cross-references, and final layout QA where readability and formatting matter.
- ▌ Google Sheets · mindsdbUse this skill when the user wants to create, find, read, analyze, edit, clean up, summarize, or repair Google Sheets. Use it for spreadsheet search, tab and range inspection, row lookup, formulas, charts, table cleanup, data restructuring, validation-aware edits, imports, and precise cell or range updates.
- ▌ Google Slides · mindsdbUse this skill when the user wants to read, summarize, create, edit, clean up, or adapt Google Slides decks. Use it for deck summaries, slide content updates, template following, visual cleanup, source-deck adaptation, restructuring, chart updates, speaker notes, and producing polished native Google Slides presentations.
- ▌ Presentations · mindsdbUse this skill when the user wants to create, edit, review, or polish presentation decks such as PowerPoint or slide-based presentations. Use it for new decks, slide rewrites, source-deck adaptation, template following, visual cleanup, storytelling improvements, speaker support, charts, diagrams, and final deck quality checks.
- ▌ Skill Creator · mindsdbUse this skill when the user wants to create a new skill, modify or improve an existing skill, convert a repeated workflow into a reusable skill, clean up a vendor-specific skill, test whether a skill works, compare outputs with and without a skill, or improve a skill's trigger description.
- ▌ Connect Datasource · mindsdbMANDATORY reading before connecting a data source, database, or service through the guided (interactive) flow — when the user wants to add/connect Postgres, MySQL, Snowflake, BigQuery, Gmail, HubSpot, Salesforce, Shopify, or any other service and has NOT pasted credentials directly into chat. Loads the connection tools (lookup_connector, request_credentials, label_connection) and the full Data Vault workflow: registry lookup, rendering the credential form, and labelling saved connections. Recall it when the user asks to connect/add a data source. (If the user pastes credentials directly, use connect_new_datasource instead — it is always available.)