Standardizes file organization and naming conventions for the Next.js-based Bellog blog system.
The bellog-structure skill provides a comprehensive architectural blueprint for the Bellog blog project, ensuring consistent code organization and naming conventions across the entire repository. By defining a clear hierarchy for Next.js App Router files, React components, custom hooks, and Notion API integration logic, it helps developers maintain a scalable and readable codebase while minimizing decision fatigue during file creation and reorganization.
Características Principales
01Standardizes TypeScript type definitions and SCREAMING_SNAKE_CASE constants.
02Enforces PascalCase for React components and camelCase for hooks and utilities.
03Categorizes components into common, posts, and low-level UI primitives.
042 GitHub stars
05Provides a structured Next.js App Router directory layout for pages and API routes.
06Automates import organization using clean path aliases and specific ordering.
Casos de Uso
01Creating new blog features while maintaining strict structural consistency.
02Refactoring existing code to align with Bellog project-wide naming standards.
03Onboarding new contributors by providing immediate architectural guidance.