
Contentstack Dart Sdk
- 2 installs
- 3 repo stars
- Updated June 30, 2026
- contentstack/contentstack-dart
Helps with marketing & seo tasks.
About
contentstack-dart-sdk is a Claude Code skill for marketing & seo. It helps solo builders move faster with AI-assisted development.
- contentstack-dart-sdk
- Marketing & SEO
- AI-coding skill
Contentstack Dart Sdk by the numbers
- 2 all-time installs (skills.sh)
- Ranked #1,643 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/contentstack-dart --skill contentstack-dart-sdkAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 3 |
| Last updated | June 30, 2026 |
| Repository | contentstack/contentstack-dart ↗ |
What it does
Helps with marketing & seo tasks.
Files
Contentstack Dart SDK (API) – Contentstack Dart SDK
When to use
- Adding or changing exported types in
lib/contentstack.dart - Working on
Stack, content types, entries, queries, assets, image transforms, sync, or live preview - Defining or handling SDK errors and response models
Instructions
Entry points
- Main library: `lib/contentstack.dart` re-exports
src/modules—prefer exporting new public types from there - Core client: `lib/src/stack.dart` and related
entry.dart,query.dart,contenttype.dart,asset.dart,image_transform.dart
API boundaries
- This package targets Content Delivery API usage (read/query published content), not Management API operations
- HTTP is performed via the
httppackage; see ../runtime-and-http/SKILL.md
Models and errors
- JSON models use
json_annotation+ generated*.g.dartparts—regenerate after schema changes (see ../dev-workflow/SKILL.md) - Errors live under `lib/src/error/`; keep messages and types consistent with CDA behavior
Versioning
- Package version and changelog: follow semver in
pubspec.yamlandCHANGELOG.mdwhen releasing
References
- Content Delivery API
- ../dart-style/SKILL.md — imports and docs
- ../testing/SKILL.md — integration-style tests
Related skills
Marketing & SEOcontent