Skip to main content

devverse-ui-routes

Route and UI conventions for the DevVerse Next.js app. Use when modifying app routes, layout, navigation, page components, global styling, route-scoped CSS, article rendering, favorites UI, or chat UI.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
hoangsonww/DevVerse-SWE-Blog
آخر نشاط في المصدر
٢٨ فبراير ٢٠٢٦ في ١١:٤٧
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
١٥
التفرعات
١٣

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

مستكشف الملفات
2 ملفات

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
devverse-ui-routes
description
Route and UI conventions for the DevVerse Next.js app. Use when modifying app routes, layout, navigation, page components, global styling, route-scoped CSS, article rendering, favorites UI, or chat UI.
user-invocable
false
# DevVerse UI And Route Conventions 1. Preserve the split between `/` and `/home`. `/` is the landing page with no navbar. `/home` is the article index. 2. Preserve the route wrappers. `ConditionalNavbar` and `ConditionalMain` are architectural, not cosmetic. 3. Keep styling aligned with the repo's real patterns. Prefer `app/globals.css`, route-scoped CSS, and existing inline styles over introducing Tailwind-first rewrites. 4. Preserve the dark-mode chain. Keep the inline boot script, the `dark` class on `<html>`, the CSS variables in `app/globals.css`, and `DarkModeProvider` in sync. 5. Preserve article DOM contracts. Do not remove `.mdx-container`, and do not casually change the `h2` and `h3` structure used by `TableOfContents`. 6. Read the route map before broad UI work. @references/route-map.md 7. Validate UI and route changes with repo-aware commands. Use `devverse-validate` or run the relevant checks yourself.
عرض على GitHub