feat: generate agent skills from SDK codegen#885
Merged
pyramation merged 1 commit intomainfrom Mar 23, 2026
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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
Runs the three SDK generation scripts (
sdk/constructive-sdk,sdk/constructive-react,sdk/constructive-cli) which all haddocs: { skills: true }configured but had never been executed. This produces 12 new skill directories under.agents/skills/:orm-adminorm-authorm-objectsorm-publichooks-adminhooks-authhooks-objectshooks-publiccli-admincli-authcli-objectscli-publicEach skill directory contains a
SKILL.mdwith usage/examples and areferences/folder with per-entity documentation. Theapptarget was correctly skipped (empty schema). No source code or configuration was changed — only generated markdown was added.Review & Testing Checklist for Human
orm-public/references/database.md,cli-auth/references/user.md)git diff --statshould show only files under.agents/skills/constructive-monorepo-setupskill was not modifiedNotes
@constructive-io/graphql-codegen(marked with<!-- DO NOT EDIT -->comments). The codegen itself was not modified.Link to Devin session: https://app.devin.ai/sessions/993406dc4ad949f68f211e4b448306de
Requested by: @pyramation