added kickstart skill and docs#11
Conversation
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
There was a problem hiding this comment.
Pull request overview
This PR expands the Contentstack Agent Skills bundle by adding a new Kickstart Next skill (with scoped reference docs), and introduces a larger docs/ site that mirrors canonical skill content and explains installation, routing, architecture, safety, and contributing. It also updates the router, manifest, and generated Cursor/Codex artifacts to include the new skill and documentation.
Changes:
- Added the
dx-kickstart-nextskill plus five reference guides (Next.js, Contentstack, content model, workflow, review). - Added a
docs/documentation site (skills reference + install/get-started/how-it-works/contributing pages) and linked it from the repo README. - Updated routing/indexing artifacts (
skills/CLAUDE.md,manifest.json, Cursor rules, Codex router) and bumped the README skill count.
Reviewed changes
Copilot reviewed 59 out of 64 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| skills/dx-kickstart-next/SKILL.md | Adds the new Kickstart Next skill definition and routing to reference docs. |
| skills/dx-kickstart-next/references/workflow.md | Adds workflow/setup/CI guidance reference for kickstart-next. |
| skills/dx-kickstart-next/references/review.md | Adds PR review checklist/reference for kickstart-next changes. |
| skills/dx-kickstart-next/references/next.md | Adds Next.js/App Router conventions reference for kickstart-next. |
| skills/dx-kickstart-next/references/contentstack.md | Adds Contentstack SDK/preview/env var reference for kickstart-next. |
| skills/dx-kickstart-next/references/content-model.md | Adds seeded content model contract/reference for kickstart-next. |
| skills/CLAUDE.md | Adds a router row pointing to the new kickstart-next skill. |
| README.md | Updates skill count and installation commands; links to docs/. |
| manifest.json | Increments skill_count and adds the dx-kickstart-next manifest entry. |
| docs/skills/migration-companion.md | Adds docs page for the Migration Companion skill. |
| docs/skills/launch-trigger-and-monitor-launch-deployments.md | Adds docs page for the Launch deploy trigger/monitor action skill. |
| docs/skills/launch-sync-environment-variables-from-env-example.md | Adds docs page for the Launch env var sync action skill. |
| docs/skills/index.md | Adds the full skills catalog page grouped by product. |
| docs/skills/dx-migrate-js-to-ts-sdk.md | Adds docs page for the JS→TS Delivery SDK migration skill. |
| docs/skills/dx-kickstart-next.md | Adds docs page for the new kickstart-next skill. |
| docs/skills/dx-delivery-sdk.md | Adds docs page for the Delivery SDK skill. |
| docs/skills/developer-hub-app-architect.md | Adds docs page for the Developer Hub App Architect skill. |
| docs/skills/cms-workflows.md | Adds docs page for the Workflows & Publish Rules skill. |
| docs/skills/cms-webhooks.md | Adds docs page for the Webhooks skill. |
| docs/skills/cms-variants-personalization.md | Adds docs page for the Variants & Personalization skill. |
| docs/skills/cms-tokens-authentication.md | Adds docs page for the Tokens & Authentication skill. |
| docs/skills/cms-taxonomy.md | Adds docs page for the Taxonomy skill. |
| docs/skills/cms-roles-permissions.md | Adds docs page for the Roles & Permissions skill. |
| docs/skills/cms-releases.md | Adds docs page for the Releases skill. |
| docs/skills/cms-localization.md | Adds docs page for the Localization skill. |
| docs/skills/cms-live-preview-visual-builder-support-assistant.md | Adds docs page for the Live Preview & Visual Builder Support skill. |
| docs/skills/cms-environments-publishing.md | Adds docs page for the Environments & Publishing skill. |
| docs/skills/cms-entries.md | Adds docs page for the Entries skill. |
| docs/skills/cms-data-modeling-best-practices.md | Adds docs page for the Data Modeling Best Practices skill. |
| docs/skills/cms-branches-aliases.md | Adds docs page for the Branches & Aliases skill. |
| docs/skills/cms-assets.md | Adds docs page for the Assets skill. |
| docs/skills/brand-kit-assistant.md | Adds docs page for the Brand Kit Assistant skill. |
| docs/README.md | Adds top-level docs landing page and documentation map. |
| docs/overview/supported-tools.md | Adds supported tools/compatibility page for the docs site. |
| docs/overview/introduction.md | Adds docs introduction explaining what agent skills are. |
| docs/overview/concepts.md | Adds glossary/concepts page (skills/router/references/artifacts). |
| docs/how-it-works/skill-anatomy.md | Adds documentation describing the standard SKILL.md structure. |
| docs/how-it-works/security-model.md | Adds docs page describing safety rules and secret handling. |
| docs/how-it-works/router.md | Adds docs page describing routing behavior and entry points. |
| docs/how-it-works/architecture.md | Adds docs page describing source-of-truth + generated artifacts model. |
| docs/get-started/verify-setup.md | Adds setup verification checklist for installations. |
| docs/get-started/skills-cli.md | Adds docs page for installing a single skill via the skills CLI. |
| docs/get-started/quickstart.md | Adds quickstart guide for installing and using the bundle. |
| docs/get-started/install-gemini.md | Adds Gemini CLI installation guide. |
| docs/get-started/install-cursor.md | Adds Cursor installation guide. |
| docs/get-started/install-codex.md | Adds Codex/OpenAI-agents installation guide. |
| docs/get-started/install-claude-code.md | Adds Claude Code installation guide. |
| docs/contributing/release-and-versioning.md | Adds docs describing release/versioning workflow. |
| docs/contributing/authoring-conventions.md | Adds docs describing skill authoring conventions. |
| docs/contributing/add-or-edit-a-skill.md | Adds docs describing how to add/edit a skill and regenerate artifacts. |
| cursor/rules/22-migration-companion.mdc | Adds/updates generated Cursor rule for the migration companion skill. |
| cursor/rules/21-launch-trigger-and-monitor-launch-deployments.mdc | Adds generated Cursor rule for the Launch deploy action skill. |
| cursor/rules/20-launch-sync-environment-variables-from-env-example.mdc | Adds generated Cursor rule for the Launch env var sync action skill. |
| cursor/rules/19-dx-migrate-js-to-ts-sdk.mdc | Adds generated Cursor rule for the JS→TS SDK migration skill. |
| cursor/rules/18-dx-kickstart-next.mdc | Adds generated Cursor rule for the new kickstart-next skill. |
| cursor/rules/00-router.mdc | Updates generated Cursor router to include the new kickstart-next route. |
| codex/dx-kickstart-next/SKILL.md | Adds Codex-format copy of the new kickstart-next skill. |
| codex/dx-kickstart-next/references/workflow.md | Adds Codex-format copy of workflow reference for kickstart-next. |
| codex/dx-kickstart-next/references/review.md | Adds Codex-format copy of review reference for kickstart-next. |
| codex/dx-kickstart-next/references/next.md | Adds Codex-format copy of Next.js reference for kickstart-next. |
| codex/dx-kickstart-next/references/contentstack.md | Adds Codex-format copy of Contentstack reference for kickstart-next. |
| codex/dx-kickstart-next/references/content-model.md | Adds Codex-format copy of content-model reference for kickstart-next. |
| codex/AGENTS.md | Updates generated Codex router to include the new kickstart-next route. |
| .gitignore | Ignores .obsidian workspace metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | 3. Content migration | `csdx migrate:create` exports, converts, and imports into a new stack | Populated stack + bundle + credentials | | ||
| | 4. Code migration | Detect → plan → rewrite → eval (13 checks) | Rewritten data layer | | ||
| | 5. Welcome | : | Recap + next steps | |
No description provided.