feat(da-auth): add da-auth skill and surface DA auth in CDD workflow#89
Open
feat(da-auth): add da-auth skill and surface DA auth in CDD workflow#89
Conversation
Adds a dedicated da-auth sub-skill for obtaining a valid Adobe IMS token before making DA Admin API calls. Updates content-driven-development and building-blocks to reference it at the right points in their workflows. Motivation: agents working outside the create-site onboarding flow had no guidance on DA authentication, requiring manual hand-holding every time content needed to be pushed or a preview triggered. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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
da-authsub-skill for obtaining a valid Adobe IMS token before making DA Admin API callscontent-driven-development(Step 4 DA callout + Related Skills)building-blocks(Related Skills)Motivation
During a real AEM EDS project session, an agent had to be manually guided through DA authentication every time it needed to push content or trigger a preview. The
da-auth-helpertool and DA Admin API were only referenced increate-site(new-site onboarding), leaving agents in any other context — content updates, block development, test content creation — with no guidance.What the
da-authskill does~/.aem/da-token.json(skip login if still valid)da-auth-helperCLI (preferred), DA MCP server, manual pasteadmin.da.livebefore returningThe
descriptionfrontmatter tells the agent not to re-invoke if a token is already in scope, preventing unnecessary re-auth mid-session.Changes
What was NOT changed
create-site— already handles DA auth well as its own Step 4; no change needed🤖 Generated with Claude Code