Merged
Conversation
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
aman19K
previously approved these changes
Apr 8, 2026
reeshika-h
reviewed
Apr 8, 2026
Contributor
reeshika-h
left a comment
There was a problem hiding this comment.
@cs-raj pls follow structure. The skill file should contain all details.
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
reeshika-h
approved these changes
Apr 8, 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.
DX-5359 — Contributor & agent documentation
Summary
Adds a single entry point and structured skills so humans and AI agents can navigate SDK conventions without duplicating Cursor-only rules. Short
SKILL.mdfiles link to exhaustive content underskills/*/references/.What’s included (documentation)
AGENTS.md— Repo purpose, stack, commands, CI pointers, and an index of all skills.skills/README.md— “When to use which skill” table; notes that deep content lives inreferences/.skills/<area>/SKILL.md— Lean entries for:dev-workflowsdk-core-patterns(+references/sdk-architecture.md,references/aspnetcore-integration.md)query-building(+references/query-patterns.md)models-and-serialization(+references/serialization-patterns.md)error-handling(+references/error-patterns.md)testing(+references/testing-patterns.md)code-review(+references/code-review-checklist.md,references/red-flags.md).cursor/rules/README.md— Points toAGENTS.md(no duplicate rule prose).README.md— One line linking contributors toAGENTS.md.How to review
AGENTS.md→skills/README.md→ anySKILL.md→ followreferences/links for depth.SKILL.mdto itsreferences/*.mdfiles.