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

Datus-agent

Datus-agent contient 25 skills collectées depuis Datus-ai, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
25
Stars
1.3k
mis à jour
2026-07-01
Forks
206
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

gen-metrics
Développeurs de logiciels

Generate MetricFlow metrics from natural language business descriptions

2026-07-01
metricflow-semantic-authoring
Développeurs de logiciels

Author MetricFlow semantic model YAML from database tables with validation and Knowledge Base publishing

2026-07-01
semantic-sql-history-profiler
Développeurs de logiciels

Optional semantic-model profiling workflow that mines historical SQL and bounded column distributions before YAML authoring

2026-07-01
build-kb
Développeurs de logiciels

Build the project's vector-indexed knowledge base from files plus database metadata — optionally scoped to specific files / tables / datasources / domains. Scan the in-scope material, classify it into business domains, explore each domain's tables and docs in parallel with explore subagents (the validated-query SQL corpus is enumerated directly, no explore needed), then (after the user confirms a generation manifest — or directly, in the same turn, when the user has waived confirmation) route every artifact to its store via storage-classify, generating semantic_models / metrics / reference_sql (and mining any extra knowledge), and refresh AGENTS.md's KB index. The lightweight /init handles the AGENTS.md inventory plus file-based knowledge/memory; this skill owns the heavy vector-store generation.

2026-06-27
create-skill
Autres occupations informatiques

Create new Datus skills from scratch. Use when users want to build a new skill, scaffold a skill directory, or capture a workflow as a reusable skill. Trigger phrases include "create a skill", "make a skill for", "turn this into a skill", "new skill".

2026-06-27
data-migration
Développeurs de logiciels

Activate when the gen_job agent detects that the source and target databases differ. Covers cross-database transfer lifecycle - type mapping via adapter Mixin hints, DDL generation, data transfer via transfer_query_result, and lightweight reconciliation.

2026-06-27
extract-knowledge
Développeurs de logiciels

Mine shortest atomic facts from (question + gold_sql) pairs into ./knowledge/*.md; either by simulating SQL drafting (lite) or by driving the gen_sql subagent in blind iteration (deep)

2026-06-27
gen-table
Développeurs de logiciels

Create database tables from SQL (CTAS) or natural language descriptions

2026-06-27
init
Développeurs de logiciels

Lightweight project initialization — optionally scoped to specific files / tables / datasources / domains. Infer the project goal and in-scope datasources, scan the in-scope file tree and database metadata (db/table/desc/sample), classify into business domains, then write an AGENTS.md inventory skeleton plus the cheap file-based stores (atomic facts to ./knowledge/*.md via lite extract-knowledge, durable preferences to memory). Stops short of the expensive vector-indexed stores (semantic_models / metrics / reference_sql). Single confirmation-free pass, low token cost.

2026-06-27
table-validation
Analystes en assurance qualité des logiciels et testeurs

Validate the column contract of a newly written table — column set, types, and nullability match expectations. Object existence and row counts are handled by the builtin layer and are out of scope. Data-content assertions belong to project-level validator skills.

2026-06-27
transfer-reconciliation
Développeurs de logiciels

Lightweight post-transfer reconciliation example — verify tool-reported row count parity and run a small target-side sanity check without re-scanning the source.

2026-06-27
data-profiler
Développeurs de logiciels

Profile data quality and distributions

2026-06-21
report-generator
Développeurs de logiciels

Generate formatted data reports from SQL query results

2026-06-21
storage-classify
Autres occupations informatiques

Decide where a produced artifact must be persisted before writing it, then route it the prescribed way — semantic_models / metrics / reference_sql via the matching task() subagent, knowledge via extract-knowledge (lite), memory via add_memory, skills via create-skill, and AGENTS.md edited directly. Load before persisting any business fact, validated SQL, metric/model definition, session preference, project convention, or reusable workflow.

2026-06-16
memory-organization
Autres occupations informatiques

Audit and reorganize every persistent store — semantic_models, metrics, reference_sql, knowledge, memory, AGENTS.md, skills — verifying each item sits in the correct store per storage-classify, and surfacing duplicates, misclassifications, conflicts, and stale/erroneous entries. Produce a Remediation Plan, STOP for confirmation, then execute. Use ask_user only for genuine decisions during analysis. If nothing needs fixing, report it and stop.

2026-06-11
session-summarize
Autres occupations informatiques

Review the current chat session and persist its valuable takeaways — business facts/rules, validated SQL, metric/model definitions, durable preferences, project conventions, reusable workflows — by classifying each via storage-classify and routing it to the right store. Present a Summary Manifest and STOP for confirmation before any heavy generation. Use at the end of a working session or when the user asks to capture what was learned.

2026-06-11
airflow-workflow
Développeurs de logiciels

Execution guide for Airflow scheduled jobs — troubleshooting, updating, conn_id conventions, and cron references

2026-04-28
scheduler-validation
Développeurs de logiciels

Scheduler validator driven by ValidationHook — read-only static verification of scheduled jobs (schedule correctness, configuration, runtime context already collected by deterministic hook). Does not trigger test runs.

2026-04-28
grafana-dashboard
Développeurs de logiciels

Create, view, and manage Grafana dashboards with panels and datasources

2026-04-28
superset-dashboard
Développeurs de logiciels

Create, view, and manage Superset dashboards with charts and datasets

2026-04-28
bi-validation
Développeurs de logiciels

BI validator driven by ValidationHook — inspects every dashboard, chart, and dataset delivered in the run, verifies config quality (chart type, metrics, dimensions, dataset wiring) and data presence via get_chart_data when supported

2026-04-25
optimize-skill
Autres occupations informatiques

Optimize and improve existing Datus skills. Use when users want to edit a skill, improve its instructions, optimize its description for better triggering, or analyze skill performance based on usage sessions. Trigger phrases include "optimize skill", "improve skill", "edit skill", "fix skill", "skill not triggering".

2026-04-22
admin-tools
Administrateurs de réseaux et de systèmes informatiques

Administrative database tools (restricted access)

2026-02-13
sql-analysis
Développeurs de logiciels

Guided workflow for SQL data analysis using db_tools

2026-02-13
sql-optimization
Développeurs de logiciels

SQL query optimization techniques and best practices

2026-02-13