Discovery skill. Browse SmartCMP reference data such as service catalogs, business groups, tenant/租户/部门/BU/项目 scopes, applications, OS templates, images, and generic resource…
Score 70/100
Verify current date from system. Use when outputting dates, scheduling, or time-sensitive operations. Prevents knowledge cutoff errors.
Score 70/100
Use when asked to parse, normalize, standardize, or convert dates from various formats to consistent ISO 8601 or custom formats.
Score 70/100
Planificador de citas para parejas. Genera calendarios ficticios semanales para dos personas, encuentra huecos libres en común y sugiere planes de cita específicos por Telegram.
Score 70/100
Date Range Analyzer - Auto-activating skill for Data Analytics. Triggers on: date range analyzer, date range analyzer Part of the Data Analytics skill category.
Score 70/100
Handle date and timezone conversions correctly in forms and displays. Use when working with: Date inputs, new Date(), formatDate, toLocaleDateString, getDate(), getMonth(),…
Score 70/100
Use when editing Planning Hubs, timelines, calendars, or any file with day-name + date combinations (Wed Nov 12), relative dates (tomorrow), or countdowns (18 days until) -…
Score 70/100
Get current date and time in various formats. Use whenever you need the current date, time, timestamps, or formatted datetime values for any purpose (logging, file naming,…
Score 70/100
Get clearer, bolder, and less weird about attraction. Heavy on direct asks, familiarity, shared context, and killing fantasy before it eats your life.
Score 70/100
Custom panel of 1 expert — a hand-picked roster. Use when user says 'ask dojo', names Deutsch, or asks about a domain they cover.
Score 70/100
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Score 70/100
Order archival document copies from ДАЖО (Державний архів Житомирської області). Fills the PDF order form, manages order lifecycle in Plane, tracks receipt.
Score 70/100
Detection rules and grep patterns for database performance anti-patterns. Use when scanning codebase for N+1 queries, sequential queries, or connection pool issues.
Score 70/100
Generate database schema from feature descriptions. User doesn't see SQL. Use when: features require data persistence. Triggers: internal use only.
Score 70/100
编写"数据库筑基课"文章的专用 Skill,面向数据库架构师、DBA 和业务开发者。输入一个筑基课文章标题及相关参考资料(技术文档、产品手册、开源项目地址、deepwiki、论文等),输出图文并茂、结构完整的 Markdown 筑基课文章,保存至项目 markdown/…
Score 70/100
Generate database migrations for a Medusa module
Score 70/100
Manage database schemas, Drizzle ORM, migrations, and data modeling. Use when creating tables, modifying columns, or planning database changes.
Score 70/100
Generates database migrations, updates ORM models, and verifies compilation. Auto-detects migration system, ORM, database, and language from the codebase.
Score 70/100
Use when setting up Alembic migrations or making database schema changes. Triggers for: initializing Alembic, generating migrations, applying upgrades, rolling back changes, or…
Score 70/100
Review database migrations for safety and rollback. Use when a mid-level developer needs validation of schema changes.
Score 70/100
How to create and use our alembic database migration tool. Use when making changes to models.py.
Score 70/100
TanStack DB patterns for client-first reactive data stores. Activates when implementing offline-first apps, local-first data, or reactive client databases.
Score 70/100
Panduan komprehensif untuk audit, optimasi kueri (N+1), dan indeksasi database guna menjamin kecepatan akses aplikasi mPaD skala besar.
Score 70/100
Defines database performance monitoring strategy with slow query detection, resource usage alerts, query execution thresholds, and automated alerting.
Score 70/100
Defines database performance monitoring strategy with slow query detection, resource usage alerts, query execution thresholds, and automated alerting.
Score 70/100
Comprehensive guide to optimizing database queries, understanding EXPLAIN plans, indexing strategies, and eliminating N+1 queries
Score 70/100
Handle Drizzle database schema changes safely. Generate and apply migrations, add tables and columns.
Score 70/100
Database migration workflow helper. Use when creating database migrations, modifying SQLAlchemy models, or managing Alembic migrations.
Score 70/100
Generate Effect Schema definitions for WoW DBC tables. Use when adding new game data tables or updating existing schemas.
Score 70/100
DBOS durable execution patterns and CRITICAL constraints for ChainGraph executor. Use when working on workflows, steps, execution, or any DBOS-related code.
Score 70/100
Personal assistant for processing daily voice/text entries from Telegram. Classifies content, creates Todoist tasks aligned with goals, saves thoughts to Obsidian with wiki-links,…
Score 70/100
Query NCBI dbSNP for SNP records by rsID, gene, or region via E-utilities and Variation Services REST API.
Score 70/100
Query dbSNP for rsID lookups, variant annotations, and cross-references to other databases. Use when mapping between rsIDs and genomic coordinates or retrieving basic variant…
Score 70/100
dbt command-line operations, model selection syntax, Jinja patterns, troubleshooting, and
Score 70/100
Managing dbt-core locally - installation, configuration, project setup, package management,
Score 70/100
Integrates with dbt Cloud Administrative API v2 to trigger and monitor data transformation jobs. Manages model runs, source freshness checks, and test execution through dbt API…
Score 70/100
Complete guide for dbt data transformation including models, tests, documentation, incremental builds, macros, packages, and production workflows
Score 70/100
Manages dbt Core and dbt Cloud API workflows for SQL-based data transformations. Handles model lineage, incremental builds, and data quality tests with Great Expectations…
Score 70/100
Transformation de données avec dbt — models, tests, sources, macros et documentation automatisée. Se déclenche avec "dbt", "data build tool", "dbt model", "dbt test",…
Score 70/100
Choosing and implementing dbt materializations (ephemeral, view, table, incremental, snapshots,
Score 70/100
The official dbt MCP Server by dbt Labs provides Model Context Protocol tools for AI agents to interact with dbt projects, query the Semantic Layer, execute SQL, generate SQL from…
Score 70/100
Complete workflow for migrating database tables, views, and stored procedures to dbt projects on
Score 70/100
Convert Microsoft SQL Server/Azure Synapse T-SQL DDL to dbt models compatible with Snowflake. This
Score 70/100
Comprehensive validation skill for dbt models and schema YAML files. Defines validation rules,
Score 70/100
Analyzes dbt project DAGs using the dbt manifest.json artifact and the dbt Cloud API. Detects circular dependencies, orphaned models, and generates lineage visualizations.
Score 70/100
Analyzes dbt project DAGs to identify circular references, orphaned models, and suboptimal materialization strategies.
Score 70/100
Parses dbt project manifests and catalog artifacts to build complete data lineage graphs. Uses the dbt Cloud API v2 for run metadata and the dbt Core manifest.json for model…
Score 70/100
Extracts and visualizes dbt model dependency lineage using the dbt Core manifest.json artifact API. Parses ref() and source() calls to build DAG representations via the dbt Cloud…
Score 70/100
Parses dbt manifest.json and catalog.json to extract full model lineage graphs using the dbt Core artifact API.
Score 70/100
Generates and validates dbt (data build tool) models, tests, and documentation for Snowflake, BigQuery, and Redshift.
Score 70/100
Writing dbt models with proper CTE patterns, SQL structure, and layer-specific templates. Use this
Score 70/100
Optimizing dbt and Snowflake performance through materialization choices, clustering keys,
Score 70/100
Analyzes dbt projects for best practices, performance, maintainability, and generates actionable recommendations for improvement.
Score 70/100
Deploying, managing, executing, and monitoring dbt projects natively within Snowflake using dbt
Score 70/100
Step-by-step setup guide for dbt Projects on Snowflake including prerequisites, external access
Score 70/100
Expert in D-Bus IPC (Inter-Process Communication) on Linux systems. Specializes in secure service communication, method calls, signal handling, and system integration.
Score 70/100
Performs discounted cash flow (DCF) valuation analysis to estimate intrinsic value per share for Japanese listed companies.
Score 70/100
Build defensible DCF models with cited sources, Excel export, and sensitivity analysis
Score 70/100
Real DCF (Discounted Cash Flow) model creation for equity valuation. Retrieves financial data from SEC filings and analyst reports, builds comprehensive cash flow projections with…
Score 70/100
Build Discounted Cash Flow (DCF) valuation models. Calculate intrinsic value with customizable assumptions. Generate professional valuation reports.
Score 70/100