
Datasync Boilerplate
- 2 installs
- 1 repo stars
- Updated August 4, 2026
- contentstack/datasync-boilerplate
Helps with ai & agent building tasks.
About
datasync-boilerplate is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- datasync-boilerplate
- AI & Agent Building
- AI-coding skill
Datasync Boilerplate by the numbers
- 2 all-time installs (skills.sh)
- Ranked #13,956 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/datasync-boilerplate --skill datasync-boilerplateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 1 |
| Last updated | August 4, 2026 |
| Repository | contentstack/datasync-boilerplate ↗ |
What it does
Helps with ai & agent building tasks.
Files
DataSync boilerplate app – Contentstack DataSync Boilerplate
When to use
- Editing startup, checkpoint, or plugin behavior
- Choosing or configuring content store, asset store, or listener modules
- Documenting or fixing integration with Contentstack delivery API / webhooks
Instructions
- Entry point:
index.jsloadsconfig/all.js, mergesconfig/<NODE_ENV>.jswhen that file exists (elseconfig/development.js), optionally reads a checkpoint file forsync_token, then wiresdatasyncManagerwith listener, asset store, and content store from module paths in config (listenerModule,assetStoreModule,contentStoreModule). - Configuration: Put stack credentials and module names in
config/—see product docs in root `README.md` forapiKey, delivery token,host, and webhook setup (ngrok,/notify, publish actions). - Published packages: Behavior is implemented in
@contentstack/datasync-manager,@contentstack/webhook-listener, and the filesystem/MongoDB store packages listed inpackage.json; this repo only composes them. - Plugins: Custom plugins live under
plugins/per patterns already described inconfig/all.js.
Related skills
AI & Agent Buildingagents