[feature][ai-layer] Add connector deployment skill#57
Merged
sarthak-kapoor-glean merged 5 commits intoJul 13, 2026
Merged
Conversation
Add deployment guidance for glean-deploy artifacts, secrets, cloud operations, and customer-hosted connector evaluation, and wire it into the connector-builder workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
Add concrete glean-deploy prerequisites, happy-path commands, command reference, secret rotation, status/logs, and teardown guidance. Co-authored-by: Cursor <cursoragent@cursor.com>
Clarify that glean-deploy is installed by the SDK package and can also be run from a local checkout with uv run. Co-authored-by: Cursor <cursoragent@cursor.com>
Document that only --cloud is required for glean-deploy init and the connector name/class/module options are optional overrides. Co-authored-by: Cursor <cursoragent@cursor.com>
Resolve connector-builder skill conflict by keeping latest guardrails and deployment-skill references. Co-authored-by: Cursor <cursoragent@cursor.com>
dishant-gupta-glean
approved these changes
Jul 13, 2026
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.
Problem
The deployment workstream added
glean-deployfor customer-hosted connector deployments, but the connector-builder skill stack does not yet guide agents on when and how to use those deployment surfaces.Solution
connector-deploymentskill coveringglean-deployartifacts, config, secret handling, cloud operations, and evaluation guardrails.DeploymentConfig,generate_artifacts,glean-deploy init/build/secrets/apply/status/logs/destroy.connector-builderskill so connector plans capture deployment scope and invoke deployment guidance when customer-hosted deployment is in scope.Validation
npm run test:pluginsNotes
.github/pull_request_template.md; this body follows the required problem/solution/validation structure manually.Made with Cursor