Skip to content

Agent skills updates - #96

Merged
dinpraka merged 23 commits into
Workday:v2.1.0from
gowthamrajj:features/update_agent_skills
Aug 4, 2026
Merged

Agent skills updates#96
dinpraka merged 23 commits into
Workday:v2.1.0from
gowthamrajj:features/update_agent_skills

Conversation

@gowthamrajj

Copy link
Copy Markdown
Contributor

Changes

Agent skills

  • New dj-govern-model skill. Runs a read-only governance audit across a model, folder, dependency tree, or the whole workspace — ownership, PII / classification / compliance tagging, registered-group conformance, and prod-write posture — and points you to the skill that fixes each gap. Try "Which models in the finance group have no owner?"
  • New dj-create-source skill. Registers a raw Trino table as a DJ source by reading its exact column types from the warehouse, so a model that reads a not-yet-defined catalog.schema.table builds instead of failing. Authoring skills detect the missing source and offer to create it, or run the DJ: Create Source command yourself.
  • New dj-run-dbt, dj-run-trino, and dj-git-workflow skills. Compile and test models, run read-only Trino queries, and commit your .model.json sources together with their generated SQL/YAML — activating the right Python environment and keeping warehouse writes behind explicit confirmation.
  • Skills confirm the target and stay read-only by default. Creating or converting a model asks which dbt project to use, requires the group to be registered in models/groups.yml, and offers optional owner / pii / classification / compliance tags (skip them and nothing is written). Anything that writes to the warehouse or production always needs your explicit confirmation.
  • Model creation builds missing upstreams and defaults BI work to marts. A dashboard or metrics request scaffolds a mart and offers to build any missing staging / intermediate / source layers upstream-first, then reminds you to re-sync so the new columns resolve.
  • Leaner agent context. The generated .agents/dj/AGENTS.md is now a slim hub, with deep reference material split into on-demand files under .agents/dj/reference/ that skills open only when needed.

Documentation

  • New Agent Skills guide — catalogs every DJ agent skill and when to reach for it.

@arunxdev

arunxdev commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@gowthamrajj gowthamrajj changed the title Features/update agent skills Agent skills updates Aug 4, 2026
@dinpraka
dinpraka merged commit ff95b61 into Workday:v2.1.0 Aug 4, 2026
2 checks passed
@gowthamrajj
gowthamrajj deleted the features/update_agent_skills branch August 4, 2026 10:20
gowthamrajj added a commit that referenced this pull request Aug 4, 2026
* bump minor version

* Fix text visibility in visual modeling select dropdowns (#90)

* Use monochrome icon in sidebar (#95)

* Agent skills updates (#96)

---------

Co-authored-by: Mike Moone <mmoone@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants