Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

publisher

publisher contient 28 skills collectées depuis malloydata, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
28
Stars
91
mis à jour
2026-07-20
Forks
22
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

malloy-html-data-apps
Développeurs web

Build or modify an in-package HTML data app for a Malloy Publisher package (a public/ directory the package serves). Use when the user wants a hand-authored HTML dashboard or web page backed by a package's Malloy models, with no build step.

2026-07-20
malloy-analysis-pitfalls
Scientifiques des données

Common data analysis pitfalls to watch for during query construction and result interpretation. Reference this checklist when verifying queries and results to catch errors before presenting an answer.

2026-07-16
malloy-analysis-report
Scientifiques des données

Combine validated Malloy queries into a notebook report or dashboard. Use when the user asks to "create a report", "build a dashboard", "combine these into a report", or wants a persistent multi-query artifact.

2026-07-16
malloy-analysis
Développeurs de logiciels

Workflow for answering data questions against Malloy semantic models over MCP - structured discovery with get_context, query construction with execute_query, verification, and answer delivery. Use whenever the user asks a data question, wants a metric, a breakdown, a trend, or a chart over a model.

2026-07-16
malloy-analyze
Développeurs de logiciels

Explore data for insights and build views/dashboards/notebooks. Use when user asks to "analyze this data", "find insights", "explore for patterns", "what's interesting", "what's driving X", "build a dashboard", "create views", or any analysis task. For EDA exploration, start at Step 1. For building views on an existing model, jump to View Patterns.

2026-07-16
malloy-charts
Développeurs de logiciels

Chart selection guidance and renderer reference for Malloy views. Use when choosing visualization types, adding chart annotations, user asks "what chart should I use", "how should I visualize this", or when deciding between bar_chart, line_chart, scatter_chart, etc.

2026-07-16
malloy-debug
Développeurs de logiciels

Fix Malloy compile errors and understand error messages. Use when encountering errors in .malloy files, user says "fix this error", "malloy error", "compile error", "syntax error", or sees 20+ cascading errors.

2026-07-16
malloy-define
Développeurs de logiciels

Propose a source plan and field definitions for a Malloy semantic model. Covers picking which sources to model and at what grain, then proposing the specific renames, dimensions, and measures per source, every proposal backed by querying the data.

2026-07-16
malloy-discover
Développeurs de logiciels

Silent data discovery for Malloy modeling. Used at Step 1 of the modeling workflow. Scans tables, columns, distributions, and relationships without user interaction. The agent builds an internal picture before presenting anything.

2026-07-16
malloy-getting-started
Développeurs de logiciels

First steps for using a Malloy Publisher deployment through its MCP tools. Use when connecting to Publisher for the first time, when you do not yet know the available environments, packages, or models, or when a user asks what data they can explore. Covers verifying the server, discovering data with malloy_getContext, and running a first grounded query.

2026-07-16
malloy-gotchas-modeling
Développeurs de logiciels

Common Malloy modeling mistakes and how to avoid them. Read BEFORE writing source definitions, dimensions, measures, or joins. Covers reserved words, NULL checks, date functions, type casts, field management (extend except/accept/rename vs include public/internal/private), and query-based source gotchas.

2026-07-16
malloy-gotchas-queries
Développeurs de logiciels

Common Malloy query and view mistakes. Read BEFORE writing views, queries, or notebooks. Covers chart constraints, aggregate filters, joined field aliasing, method syntax, and time truncation vs extraction.

2026-07-16
malloy-gotchas-rendering
Développeurs de logiciels

Common Malloy renderer annotation mistakes. Read BEFORE adding chart annotations, formatting tags, or building dashboards. Covers tag syntax, scale rules, sparkline setup, and big_value patterns.

2026-07-16
malloy-html-data-app-embedding
Développeurs de logiciels

Embed an in-package HTML data app into a host page or another application, including auto-sizing and auth. Read when embedding a Publisher page via Publisher.embed.

2026-07-16
malloy-html-data-app-runtime
Développeurs de logiciels

Write the JavaScript that drives an in-package HTML data app, calling Publisher.query, building queries from filter state, and handling results and errors. Read before writing the page's data code.

2026-07-16
malloy-lookml-review
Développeurs de logiciels

Analyze LookML files as prior art for Malloy modeling. Used during Step 1 (DISCOVER) when .lkml files are present. Coordinates reference files that extract business logic, relationships, and curation decisions. Works with or without a database connection.

2026-07-16
malloy-model
Développeurs de logiciels

Build Malloy semantic models with base source and joined source files. Use when creating or modifying .malloy files, user asks to "create a malloy model", "add dimensions", "add measures", "create a source", or any Malloy model authoring task.

2026-07-16
malloy-modeling
Développeurs de logiciels

Build semantic models with Malloy for the Malloy Publisher. Read this skill whenever the user asks about modeling data or specifically mentions Malloy.

2026-07-16
malloy-notebook-chat
Développeurs de logiciels

Steps to follow when the chat is bound to a notebook or saved report. The notebook's cells are the agent's primary context, answer from it, run its queries, and only reach for get_context when the user asks about something outside it.

2026-07-16
malloy-notebooks
Développeurs de logiciels

Create Malloy notebooks (.malloynb) for interactive dashboards and data stories. Use when user asks to "create a notebook", "make a dashboard notebook", "write a malloynb", "data story", or needs to build reports/visualizations.

2026-07-16
malloy-patterns
Développeurs de logiciels

Index of Malloy documentation topics. Use to discover what's available in search_malloy_docs. Covers language reference (sources, queries, views, fields, aggregates, joins, filters, expressions, functions), common patterns (YoY, cohorts, percent of total), rendering, and experimental features.

2026-07-16
malloy-phrase-detection
Développeurs de logiciels

How to construct search targets for the get_context tool. Covers target-type classification and non-obvious decomposition patterns. Read the tool description for field definitions and the end-to-end workflow.

2026-07-16
malloy-publish
Développeurs de logiciels

Package Malloy models for serving by Malloy Publisher. Use when user asks to "publish", "package", "deploy", or wants to share models with others.

2026-07-16
malloy-queries
Développeurs de logiciels

Malloy query patterns, syntax rules, and chart annotation reference. Consult before writing or debugging any query. Covers dates, aggregates vs dimensions, join paths, filters, string matching, and common error patterns.

2026-07-16
malloy-review
Analystes en assurance qualité des logiciels et testeurs

Malloy semantic-model code review. Invoke when the user asks to review, audit, or critique a `.malloy` file, a folder of Malloy models, or a GitHub PR that touches Malloy. Enforces project modeling standards and emits a navigable review file.

2026-07-16
malloy-scope
Développeurs de logiciels

Present discovery findings and propose an analytical scope before modeling. Use after inspecting a package's model and data, to classify tables and recommend an analytical focus the user can pick from.

2026-07-16
malloy
Autres occupations informatiques

Index of all Malloy skills. Use when user asks "malloy help", "what malloy skills are available", "how do I use malloy", or needs guidance on which Malloy skill to use.

2026-07-16
malloy-document
Développeurs de logiciels

Add documentation with

2026-07-13