blog-feature

star 0

Guidelines for working with the Blog feature (posts, listing, details)

khaphong229 By khaphong229 schedule Updated 1/23/2026

name: blog-feature description: Guidelines for working with the Blog feature (posts, listing, details)

Blog Feature Guidelines

1. Directory Structure

  • app/blog/page.tsx: Listing page
  • app/blog/[slug]/page.tsx: Detail page
  • components/blog-*.tsx: Blog-specific components

2. Data Flow

  • Blog posts are managed via BlogContext.
  • Use useBlog() hook to access posts.

3. Component Naming

  • Listing: BlogListing
  • Card: BlogCard
  • Detail: BlogPostDetail
Install via CLI
npx skills add https://github.com/khaphong229/blog-basic --skill blog-feature
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator