CtrlK
BlogDocsLog inGet started
Tessl Logo

MiMo-Code

github.com/XiaomiMiMo/MiMo-Code

Skill

Added

Review

modern-python-toolchain

packages/opencode/src/skill/builtin/.bundle/modern-python-toolchain/SKILL.md

Modern Python project setup with uv, ruff, and pyright. Use when initializing a new Python project, configuring the Python environment, setting up linting/formatting, or when a project needs uv (the fast Python package manager). Trigger on: 'set up Python', 'new Python project', 'configure uv', 'install uv', 'ruff', 'pyright', 'Python linting', 'Python formatting', or when a task requires Python and no pyproject.toml exists yet.

75

mimocode-docs

packages/opencode/src/skill/builtin/.bundle/mimocode-docs/SKILL.md

Use whenever the user asks about MiMoCode itself: features, TUI or CLI commands, configuration, file locations, providers, models, authentication, or custom OpenAI-compatible or Anthropic-compatible API endpoints. Especially trigger when a prompt supplies or asks to configure a base URL/baseURL, API key/apiKey, model name or ID, provider, Anthropic Messages API, or global/project mimocode.json/jsonc. Use this skill to inspect existing config safely, make minimal changes, and verify them without guessing schema fields or model capabilities.

77

loop

packages/opencode/src/skill/builtin/.bundle/loop/SKILL.md

Schedule a prompt to fire on a fixed cadence (recurring loop). Use when the user asks to "run X every N minutes/hours/days", "loop X", "babysit Y", "be proactive about Y every N", or invokes `/loop` directly. Parses `[interval] <prompt>`, picks a clean cron expression, registers the job via the `cron` tool, and executes the prompt once immediately so the user sees activity without waiting for the first cron tick.

75

learn-everything

packages/opencode/src/skill/builtin/.bundle/learn-everything/SKILL.md

Turn an uploaded PDF, paper, book chapter, document, URL, or user-provided topic into a structured, interactive learning course. Use when the user wants to learn, study, understand, master, review, or practice a subject chapter by chapter; asks for a tutorial or curriculum from source material; wants exercises, quizzes, answer grading, hints, spaced review, or a final assessment; or says "teach me this", "learn this PDF", "分章节教学", "带我学", or similar; or returns to continue a previous course ("continue my course", "接着上次学") or supplies a saved course-state file or state block. Adapt explanations and practice to the learner's level, preserve page or section references for documents, and teach incrementally rather than dumping all content at once.

78

frontend-design

packages/opencode/src/skill/builtin/.bundle/frontend-design/SKILL.md

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Use whenever the task produces or modifies anything a user will see rendered — websites, landing pages, web apps, dashboards, React/HTML/Vue components, artifacts with visual output, style overhauls, or "make this look better" requests — even if the user never says the word "design". Covers aesthetic direction, typography, environment constraints (fonts, Tailwind, assets), and when to converge on convention instead of chasing distinctiveness.

72

drive-mimo

packages/opencode/src/skill/builtin/.bundle/drive-mimo/SKILL.md

Use when you need to programmatically drive another MiMoCode (mimo) process — supports both headless `mimo run` with JSON events and interactive TUI via tmux for full terminal interaction testing. Covers driving either an installed `mimo` binary or a dev build launched from source with `bun dev` (for debugging mimocode itself). Reach for it to script, test, or automate a separate mimo instance and validate its behavior from parseable evidence.

69

docx-official

packages/opencode/src/skill/builtin/.bundle/docx-official/SKILL.md

Use this skill whenever a Microsoft Word (.docx) file is being produced, opened, transformed, or read. That includes: drafting reports, letters, contracts, RFPs, technical documents, or any long-form written deliverable; extracting text or structure from an existing Word file; filling a Word template with values; converting Word to PDF or plain text; splitting or merging documents; inspecting styles, headings, sections, tables, images, comments, or tracked changes. Trigger on mentions of 'Word doc', 'DOCX', 'Office document', a filename ending in .docx, or requests like 'turn this into a Word report'.

76

design-blueprint

packages/opencode/src/skill/builtin/.bundle/design-blueprint/SKILL.md

Produces a structured design specification (DESIGN.md + structural layout + Decision Trace) before any visual artifact is built — the "blueprint" phase that keeps AI-generated design from feeling templated. Use this skill whenever the user asks to design, plan, mock up, or restructure any visual output — PPT / slides / decks, landing pages, dashboards, posters, charts, infographics, marketing pages, UI components, prototypes, illustrations — even when they only say "make a slide about X" or "help me put together a page for Y". Also trigger on requests to critique or improve an existing design when the user wants a principled, spec-driven pass rather than just cosmetic tweaks. Do NOT trigger when the user has already handed you a completed DESIGN.md and only wants code implementation (defer to frontend-design or implement directly).

80

deep-research

packages/opencode/src/skill/builtin/.bundle/deep-research/SKILL.md

Deep research on any topic using parallel sub-agents and built-in tools only (WebSearch/WebFetch + free APIs, no keys). Use when the user asks for a thorough multi-source investigation with a cited report — "深度调研X"、"deep research"、"帮我全面研究一下"、"多方求证"、"写一份调研报告". NOT for simple lookups (single WebSearch suffices) and NOT for academic literature surveys (use auto-research skill instead).

72

visualize-data

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/visualize-data/SKILL.md

Design, create, revise, or QA quantitative charts and figures for reports, dashboards, notebooks, slides, files, or inline analytical answers.

62

validate-data

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/validate-data/SKILL.md

Validate whether an analysis is accurate, well-supported, and ready to share or use for a decision. Use when reviewing methodology, calculations, comparisons, visuals, caveats, or conclusions.

72

product-business-analysis

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/product-business-analysis/SKILL.md

Analyze product or business data to support a decision or recommendation. Use when a decision depends on metric-backed evidence, such as choosing a direction, prioritizing an opportunity, evaluating a change, segmenting users, sizing tradeoffs, or deciding what to do next.

70

metric-diagnostics

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/metric-diagnostics/SKILL.md

Diagnose why a metric changed or differs from expectation. Use when the task is to identify likely drivers of a metric movement, anomaly, gap, or discrepancy.

72

market-sizing

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/market-sizing/SKILL.md

Estimate market, segment, or opportunity size with transparent assumptions and uncertainty. Use for TAM/SAM/SOM, sizing scenarios, or comparing the scale of possible opportunities.

75

kpi-reporting

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/kpi-reporting/SKILL.md

Prepare KPI readouts, scorecards, WBR/MBR/QBR updates, and executive summaries from quantitative business or product metrics; use when the task is to report status, compare against targets, explain validated drivers, and state operating implications.

72

jupyter-notebooks

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/jupyter-notebooks/SKILL.md

Create, edit, or validate reproducible SQL or Python notebooks. Use for notebooks, SQL/Python scratchpads, reproducible exploration, audit trails, or runnable companions where the analysis should be reviewable or rerunnable.

75

index

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/index/SKILL.md

Route broad Data Analytics requests to the appropriate quantitative analysis, visualization, dashboard, report, notebook, KPI, market-sizing, validation, or semantic-layer workflow.

gather-business-context

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/gather-business-context/SKILL.md

Gather business context from connected or provided sources so downstream analysis starts with the right framing. Use when an analytical question depends on missing context, such as what a metric means, what changed recently, or which sources should be checked. If the same prompt asks for diagnosis, recommendation, or a deliverable, gather context first and continue to the focused skill.

75

design-kpis

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/design-kpis/SKILL.md

Design KPI frameworks, metric definitions, targets, guardrails, and measurement plans for product or business decisions. Use when success metrics, drivers, guardrails, targets, or the measurement approach need to be defined or improved.

75

create-data-context

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/create-data-context/SKILL.md

Create, update, inspect, or repair Data Analytics semantic layers. Use when the user asks to save data context or create a semantic layer that future Data Analytics work can inspect and cite.

58

report-to-pdf

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-report/report-to-pdf/SKILL.md

Narrow conversion skill. Invoke only when the user explicitly asks to convert an existing Data Analytics report, dashboard, or inline chart export into a PDF artifact.

67

report-to-google-slides

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-report/report-to-google-slides/SKILL.md

Narrow conversion skill. Invoke only when the user explicitly asks to convert an existing HTML analytics report into a native Google Slides deck.

76

report-to-google-doc

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-report/report-to-google-doc/SKILL.md

Narrow conversion skill. Invoke only when the user explicitly asks to convert an existing local or blob-hosted HTML analytics report into a Google Doc, DOCX, or shareable document.

72

build-report

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-report/SKILL.md

Build a durable analytical report with an answer-first narrative, evidence-backed findings, charts or tables, caveats, recommendations, and source context.

67

build-dashboard

packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-dashboard/SKILL.md

Build a source-backed dashboard or monitoring view with clear metrics, filters, visual hierarchy, definitions, refresh context, and QA.

60