Add blueprint skill for template-based DAG authoring#150
Open
tayloramurphy wants to merge 6 commits intomainfrom
Open
Add blueprint skill for template-based DAG authoring#150tayloramurphy wants to merge 6 commits intomainfrom
tayloramurphy wants to merge 6 commits intomainfrom
Conversation
Blueprint enables platform teams to define reusable Airflow task group templates with Pydantic validation, allowing non-engineers to compose production DAGs from YAML without writing Airflow code.
Add implementation workflow diagram, prerequisites, validation checklist, troubleshooting section, and user testing requirements to match the structured approach used in cosmos-dbt-core and cosmos-dbt-fusion skills.
Change from human documentation style to agent instruction style:
- Open with role-setting ("You are helping a user...")
- Add decision table for routing user requests
- Use imperative language throughout
- Remove explanatory prose, focus on actionable guidance
- Add verification checklist as agent action
Ensure open source Blueprint usage is the default focus, with Astro IDE integration clearly marked as "Astro Customers Only" sections.
yetudada
reviewed
Mar 4, 2026
yetudada
left a comment
There was a problem hiding this comment.
Left minor comments, I think I'm okay with the IDE content remaining here.
skills/blueprint/SKILL.md
Outdated
|
|
||
| ### Astro Customers Only | ||
|
|
||
| Skip this section unless the user is an Astro customer using the Astro IDE. |
There was a problem hiding this comment.
I’m not sure how best to phrase this, but my Claude setup currently does this automatically every time I create or modify a Blueprint.
Would it be possible for the agent to detect, or ask, whether the project is an Astro project, and then handle this automatically for users?
Contributor
Author
There was a problem hiding this comment.
Updated to check for a .astro directory and/or ask the user if they'r an astro customer. @igorastronomer what do you think of this approach?
And would appreciate a deeper review of the skill since we'll want it in the IDE.
…projects - Update minimum version to Blueprint 0.11.0+ (required per reviewer) - Auto-detect Astro projects and regenerate schemas automatically when blueprints are created or modified, instead of requiring manual steps behind an "Astro Customers Only" gate
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
blueprintskill for working with the airflow-blueprint packageReferences
Test plan
claude plugin install