timbenniks
- 7 skills
- 0 followers
- 13 hours ago last updated
- ▌ Contentstack Vibe Docs · timbenniks bundleComprehensive Contentstack CMS documentation for building web applications. Covers REST API, GraphQL API, Content Management API, Image Delivery API, TypeScript SDKs, Live Preview, OAuth authentication, data modeling best practices, and framework patterns for Next.js, Nuxt, and Gatsby. Use when implementing any Contentstack feature, fetching or managing content, designing schemas, setting up Live Preview, configuring regions, building CLI plugins, or creating Developer Hub apps.
- ▌ Contentstack CLI Assistant · timbenniksIntelligent CLI assistant that translates natural language into csdx commands. Covers auth, export/import, branches, publishing, migrations, launch, audit, and more.
- ▌ Contentstack JS To TS Migration · timbenniksHands-on migration assistant for converting Contentstack JavaScript Delivery SDK code to the TypeScript Delivery SDK. Analyzes existing code, identifies changes, and generates migrated TypeScript with types.
- ▌ Contentstack Delivery Sdk Assistant · timbenniksTranslates natural language into Contentstack TypeScript Delivery SDK code. Covers initialization, queries, filtering, pagination, image transforms, live preview, sync, and type generation.
- ▌ Devex Prd Generator · timbenniksGenerate a DevEx-grade PRD from messy intent or fuzzy goals. Use when asked to turn raw ideas into a structured PRD focused on developer experience (DX/DevEx), SDKs, APIs, CLIs, tooling, onboarding, or platform adoption; include problem framing, developer journey impact, non-goals, success metrics, API/SDK/docs implications, and a rollout/adoption plan.
- ▌ Sdk Readiness Audit · timbenniksAudit an API surface (OpenAPI 3.0/3.1, GraphQL schema, or REST docs) for SDK readiness and developer experience. Use when asked to evaluate whether an API is SDK friendly, produce a readiness scorecard, list concrete refactors, describe "if we shipped an SDK today" pain points, or suggest OpenAPI fixes and x-* extensions to improve client generation.
- ▌ Openapi Typescript Sdk Generator · timbenniksGenerate a production TypeScript SDK from an OpenAPI 3.0/3.1 spec (URL or local file), with human-friendly method names, interactive confirmation, and deterministic output. Use when the user wants a type-safe, fetch-based SDK or a drop-in client. Do not use for streaming/SSE/WebSockets or interactive OAuth flows.