docs(agents): add AGENTS.md, skills index, and Cursor rules pointer#63
Merged
docs(agents): add AGENTS.md, skills index, and Cursor rules pointer#63
Conversation
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
harshitha-cstk
approved these changes
Apr 10, 2026
aman19K
previously approved these changes
Apr 10, 2026
harshitha-cstk
previously approved these changes
Apr 10, 2026
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
Consider reviewing these vulnerabilities when fixes become available. |
harshitha-cstk
approved these changes
Apr 10, 2026
aman19K
approved these changes
Apr 10, 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.
Summary
Introduces a single entry point for humans and AI agents (
AGENTS.md) with detailed guidance underskills/*/SKILL.md, a short index inskills/README.md, and an optional ``.cursor/rules/README.md` pointer so Cursor users land on the same docs as everyone else.Upgrades
@contentstack/delivery-sdkto^5.1.2and updatespackage-lock.jsonso the tree matches the Delivery SDK v5 line expected bynuxt-contentstack(nocacheOptions/ persistence changes in this app).Changes
AGENTS.md: repo purpose, stack, commands, CI workflow references, and links to each skill.skills/README.md: quick links to eachSKILL.mdwithout duplicating the AGENTS skill table.dev-workflow,framework,contentstack-nuxt,testing,code-review(YAML frontmatter on eachSKILL.md)..cursor/rules/README.md: points toAGENTS.mdonly.package.json/package-lock.json: bump@contentstack/delivery-sdkto v5 range; lockfile refresh.