Add portable dbt-tools CLI agent skills (status, discover, deps, explain/impact)#152
Draft
Add portable dbt-tools CLI agent skills (status, discover, deps, explain/impact)#152
Conversation
…, 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>
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
Adds four documentation-only Agent Skills under
plugins/dbt-tools-cli/skills/for AI agents using thedbt-toolsCLI.CI follow-up (Trunk / markdownlint):
markdownlint-cli2withextends: markdownlint/style/prettiereffectively keeps MD013/MD060 active; we added per-file<!-- markdownlint-disable MD013 MD060 -->after YAML frontmatter in all pluginSKILL.mdandreferences/*.mdfiles (including the existingdbt-artifacts-statusskill) 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 errorspnpm test,pnpm lint:report,pnpm knip,pnpm coverage:report— all exit 0./plugins/tests/verify-agent-plugins.sh structural— OK