docs: add AGENTS.md, skills/, and Cursor rules for contributors#57
Merged
docs: add AGENTS.md, skills/, and Cursor rules for contributors#57
Conversation
🔒 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
This PR adds contributor and AI-agent documentation aligned with the Contentstack “AGENTS + skills” pattern: one root guide, per-topic
SKILL.mdfiles, and a minimal Cursor rules pointer so editor config does not duplicate prose.Changes
AGENTS.md— Project purpose, tech stack, npm commands, GitHub workflow links (policy/SCA), and a table of all skills with one-line summaries.skills/README.md— Short pointer toAGENTS.mdand plain links to eachSKILL.md(no duplicate “when to use” table).skills/*/SKILL.md— Six topics with YAML frontmatter (name,description):dev-workflow— local setup, scripts, what CI does and does not run.contentstack-kickstart—getStackisolation, Live Preview flow, env vars, entry files.typescript-style— strict TS,@/*paths, client boundary, ESLint.testing— no automated runner today;lint/buildand manual checks.code-review— PR checklist for this small codebase.framework— App Router,next.config.mjs, Tailwind v4, PostCSS..cursor/rules/README.md— Directs Cursor users toAGENTS.mdandskills/*/SKILL.md.