What problem does it solve?
This Skill helps teams add new ChatbotX features without breaking architectural conventions, route structure, or localization standards. It reduces setup time for pages, actions, queries, schemas, and UI patterns by giving a consistent scaffold to follow.
Core Features & Use Cases
- Feature Layout Guidance: Organizes new work into the expected feature folders for actions, queries, schema, components, hooks, and API handlers.
- Page and Form Patterns: Shows the preferred server-component page flow, client-component promise handling, and Card-based form layouts.
- Platform Conventions: Reinforces next-safe-action, oRPC, workspace-aware auth checks, structured logging, and next-intl usage.
- Use Case: A developer adding a new workspace feature can follow this Skill to build the directory structure, wire data access correctly, and ship localized UI with fewer implementation mistakes.
Quick Start
Use this skill to scaffold a new ChatbotX feature that follows the repository’s page, action, query, and translation conventions.