Add initial weevr skills: authoring, cli, consumption, medallion#1
Open
brad-cooley wants to merge 2 commits into
Open
Add initial weevr skills: authoring, cli, consumption, medallion#1brad-cooley wants to merge 2 commits into
brad-cooley wants to merge 2 commits into
Conversation
Four distributable agent skills for weevr project expert building: - weevr-authoring: Thread, weave, loom, and warp YAML authoring - weevr-cli: CLI commands, deployment workflows, CI/CD patterns - weevr-consumption: Execution modes, Python API, Fabric integration - weevr-medallion: End-to-end Bronze/Silver/Gold lakehouse patterns 25 files, ~11,500 lines of skill content and reference documentation.
Validated all YAML code blocks across 25 files against the thread, weave, loom, and warp JSON schemas. Key corrections: - string_ops: use columns array + expr template, not column-to-operation map - dimension/fact/naming: nest under target, not at thread top-level - resolve step: match is an object map, not bare string; use lookup/include/on_unknown - system_members: sk is integer (not string), code field is required - fk_sentinel_rate sentinels: use SentinelGroup objects with value field - connections: add required type: onelake - lookups: nest source fields under source: object, materialize is boolean - params not parameters; threads/weaves use array with ref: not map with path: - pre_steps/post_steps are top-level (no hooks: wrapper) - quality_gate: min_count not min, expression not custom_sql, no schema_match - change_detection: named groups with columns/on_change, not type1_attrs/type2_attrs - warp: remove invalid name/key/enforcement fields - Various enum corrections (bool not boolean, strategy values, naming conventions)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Details
Each skill follows the standard SKILL.md format with YAML frontmatter (
name,description), critical notes, table of contents, rules, quick start examples, and aresources/directory with detailed reference documentation.Skills are designed for distribution via
npx skills add mhs/weevr-skillsand integrate with:@microsoft/fabric-mcp@latest)Testing
npx skills add