Skip to content

Add portable dbt-tools CLI agent skills (status, discover, deps, explain/impact)#152

Draft
yu-iskw wants to merge 2 commits intomainfrom
cursor/dbt-tools-cli-portable-skills-a07d
Draft

Add portable dbt-tools CLI agent skills (status, discover, deps, explain/impact)#152
yu-iskw wants to merge 2 commits intomainfrom
cursor/dbt-tools-cli-portable-skills-a07d

Conversation

@yu-iskw
Copy link
Copy Markdown
Owner

@yu-iskw yu-iskw commented Apr 24, 2026

Summary

Adds four documentation-only Agent Skills under plugins/dbt-tools-cli/skills/ for AI agents using the dbt-tools CLI.

CI follow-up (Trunk / markdownlint): markdownlint-cli2 with extends: markdownlint/style/prettier effectively keeps MD013/MD060 active; we added per-file <!-- markdownlint-disable MD013 MD060 --> after YAML frontmatter in all plugin SKILL.md and references/*.md files (including the existing dbt-artifacts-status skill) so long descriptions and agent-oriented tables pass the Trunk Check workflow.

Test report (local)

  • pnpm dlx markdownlint-cli2@0.22.0 -c .trunk/configs/.markdownlint.yaml "plugins/dbt-tools-cli/skills/**/*.md" — 0 errors
  • pnpm test, pnpm lint:report, pnpm knip, pnpm coverage:report — all exit 0
  • ./plugins/tests/verify-agent-plugins.sh structural — OK
Open in Web Open in Cursor 

cursoragent and others added 2 commits April 24, 2026 15:42
…, explain/impact)

Add four portable SKILL.md + references/commands.md pairs under
plugins/dbt-tools-cli/skills/ for AI coding agents: artifact readiness
(status), resource discovery (discover/search), dependencies (deps),
and explain/impact workflows with schema --help as the source of
truth for evolving flags.

Co-authored-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
markdownlint-cli2 with extends: markdownlint/style/prettier does not
honor MD013: false in the same config. Add per-file
<!-- markdownlint-disable MD013 MD060 --> after frontmatter in plugin
SKILL and reference docs so long YAML descriptions and agent-oriented
tables pass the Trunk check workflow.

Co-authored-by: Yu Ishikawa <yu-iskw@users.noreply.github.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.

2 participants