con un clic
wire-plugin-preview
wire-plugin-preview contiene 11 skills recopiladas de rittmananalytics, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Automatically pulls new Fathom call transcripts for the engagement's client into .wire/engagement/calls/ once per session, when fathom_sync is enabled for the engagement.
Proactive skill for building Dagster orchestration layers. Auto-activates when creating or modifying Dagster assets, schedules, sensors, or components, or when working on the orchestration artifact in a Wire project. Covers the assets-first pattern, dagster-dbt integration, automation (schedules, sensors, declarative automation), the component framework, and CLI usage (dg dev, dg launch, dg check, dg scaffold).
Proactive skill for answering business analytics questions using dbt's Semantic Layer, Discovery API, or direct SQL. Auto-activates when a user asks a data or metrics question against a dbt project (e.g. "What were total sales last quarter?", "Show me top customers by revenue"). Uses a 4-level escalation: Semantic Layer first, modified compiled SQL, model discovery, manifest analysis. Always exhausts all options before saying "cannot answer."
Proactive skill for generating Mermaid flowchart diagrams of dbt model lineage. Auto-activates when a user asks to visualise dbt model dependencies, create a lineage diagram, or show the dbt DAG. Uses MCP get_lineage tools first, then manifest.json parsing, then direct code parsing as fallbacks. Produces colour-coded diagrams matching Wire's naming conventions.
Proactive skill for validating dbt models against coding conventions. Auto-activates when creating, reviewing, or refactoring dbt models in staging, integration, or warehouse layers. Validates naming, SQL structure, field conventions, testing coverage, and documentation. Supports project-specific convention overrides and sqlfluff integration.
Generate an Oracle Analytics Cloud (OAC) semantic model in SMML (Semantic Modeler Markup Language) from a dbt project. Use when the user wants to build, convert, or scaffold an OAC semantic model from dbt models — generate SMML, the physical/logical/presentation layers, measures, hierarchies and role-playing dimensions — driven by dbt metadata plus `meta.oac` annotations in schema.yml. Triggers: "generate SMML", "dbt to OAC semantic model", "build the OAC semantic layer from dbt", "create logical/physical/presentation layer from dbt". For hand-authoring, editing, or reviewing SMML directly (no dbt project), use the sibling `smml-semantic-modeling` skill instead — this skill's `meta.oac` vocabulary and generator are built on that skill's modeling knowledge.
Proactive skill for creating dbt unit tests. Auto-activates when working with dbt model testing, mock inputs/outputs, or transformation validation. Covers the Model-Inputs-Outputs pattern, format selection (dict/CSV/SQL), BigQuery-specific caveats, and production deployment guidance.
Automatically loads Wire engagement and release context at the start of a conversation. Fires when a .wire/ directory is present and context has not yet been established in the current session.
Skill for generating a standardised Wire Framework & Claude Code usage review for a client engagement. Activates when the user asks to review Wire usage, audit Claude Code activity, or generate a project review for a client. Gathers usage telemetry from BigQuery, Wire artifacts from the delivery GitHub repo, Jira tickets, and Fathom call transcripts, then produces a structured review document in wire/docs/reviews/.
Build, edit, review, or troubleshoot an Oracle Analytics Cloud (OAC) semantic model directly in SMML (Semantic Modeler Markup Language) — physical/logical/presentation layers, role-playing dimensions, hierarchies, calculated measures, subject-area design — independent of how the model's data got there (hand-authored, edited via OAC Semantic Modeler + Git, or machine-generated). Use when working with SMML JSON directly: adding a hierarchy, aliasing a role-playing dimension, writing a ratio measure, designing subject areas, or validating a semantic-model Git repo. Triggers: "edit/build an SMML semantic model", "add a hierarchy in OAC", "role-playing dimension in SMML", "OAC subject area design", "SMML schema", "validate SMML". For generating a first-pass SMML model automatically from a dbt project's metadata, use the sibling `dbt-to-smml` skill instead — that skill's `meta.oac` vocabulary is built on the modeling knowledge here.
Skill for releasing a new version of the Wire Framework. Activates whenever the user asks to create a release, bump the version, ship a new version, or says something like "release this as v3.8" or "create a new release". Covers the full release lifecycle: bump type selection, pre-release cleanup, documentation updates, VSCode extension updates, plugin rebuild, remote pushes, PR creation, and merge.