Open
Conversation
naman-contentstack
previously approved these changes
Apr 9, 2026
harshitha-cstk
previously approved these changes
Apr 9, 2026
netrajpatel
requested changes
Apr 9, 2026
9771c8c
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
Adds a repo-wide agent and contributor guide (
AGENTS.md), askills/tree with YAML-frontmatterSKILL.mdfiles, and a Cursor pointer (.cursor/rules/README.md) so editor-specific config does not duplicate canonical docs.Documentation is repo-specific (dotnet CLI, xUnit, Coverlet, GitHub Actions, branch rules, NuGet) and includes explicit inventories (interfaces, enums, models, mocks, JSON fixtures) instead of vague shorthand.
The Contentstack Utils API skill includes code flow sections (RTE
JsonToHtml, GQL edges,RenderContent, variant metadata) with Mermaid diagrams and pointers intoUtils.cs,HtmlDocumentExtension, andMetadata.Changes
Entry and index
AGENTS.md— Project purpose, stack, commands (including quickdotnet test Contentstack.Utils.sln), CI workflow table, skills index, Cursor note.skills/README.md— When to use each skill.Skills (
skills/<name>/SKILL.md)dev-workflow— Branch policy (staging→master), build/pack, test scripts, workflows, CODEOWNERS, Talisman, publish secrets wording.testing— Test project packages, test-class map, Resources and mocks (explicit files), quick local test, coverage and CI alignment.code-review— PR checklist and security notes.contentstack-utils— Package and namespaces, models and interfaces, rendering hooks, variants JSON path, Code flows and diagrams, authoritative-source line.csharp-style— Folder and file-level inventory for library layout.Cursor
.cursor/rules/README.md— Points toAGENTS.mdonly.Motivation
Notes
.cursorpointer); no application code changes in this workstream.