Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Datus-agent

يحتوي Datus-agent على 25 من skills المجمعة من Datus-ai، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
25
Stars
1.3k
محدث
2026-07-01
Forks
206
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

gen-metrics
مطوّرو البرمجيات

Generate MetricFlow metrics from natural language business descriptions

2026-07-01
metricflow-semantic-authoring
مطوّرو البرمجيات

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

2026-07-01
semantic-sql-history-profiler
مطوّرو البرمجيات

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

2026-07-01
build-kb
مطوّرو البرمجيات

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
المهن الحاسوبية الأخرى

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-06-27
init
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

Profile data quality and distributions

2026-06-21
report-generator
مطوّرو البرمجيات

Generate formatted data reports from SQL query results

2026-06-21
storage-classify
المهن الحاسوبية الأخرى

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
المهن الحاسوبية الأخرى

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
المهن الحاسوبية الأخرى

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
مطوّرو البرمجيات

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

2026-04-28
scheduler-validation
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-04-28
superset-dashboard
مطوّرو البرمجيات

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

2026-04-28
bi-validation
مطوّرو البرمجيات

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
المهن الحاسوبية الأخرى

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
مديرو الشبكات وأنظمة الحاسوب

Administrative database tools (restricted access)

2026-02-13
sql-analysis
مطوّرو البرمجيات

Guided workflow for SQL data analysis using db_tools

2026-02-13
sql-optimization
مطوّرو البرمجيات

SQL query optimization techniques and best practices

2026-02-13