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
ソースの最終更新活動
2026年2月28日 11:47
検出された SKILL.md の言語
英語
スター
15
フォーク
13

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
3 ファイル

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.
# DevVerse UI And Route Workflow 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 actual 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. Run repo-aware validation after meaningful UI or route changes. Use the `devverse-validate` skill or run the relevant checks directly.
GitHubで見る