Skip to main content

devverse-content-mdx

MDX article conventions for DevVerse. Use when adding or editing files under content/, changing article metadata, updating author or date lines, or modifying code that parses article content for feeds, related posts, reading stats, or RAG ingestion.

インストールへ移動

ソース情報

リポジトリ
hoangsonww/DevVerse-SWE-Blog
ソースの最終更新活動
2026年2月28日 11:47
検出された SKILL.md の言語
英語
スター
15
フォーク
13

インストール方法

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

ソースファイルを確認

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

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

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
devverse-content-mdx
description
MDX article conventions for DevVerse. Use when adding or editing files under content/, changing article metadata, updating author or date lines, or modifying code that parses article content for feeds, related posts, reading stats, or RAG ingestion.
# DevVerse MDX Content Workflow 1. Treat `content/*.mdx` as the canonical article store. Do not model article changes around `supabase/articles.sql`; runtime content comes from MDX files. 2. Keep the article contract stable. Use a literal `export const metadata = { title, description, topics };`, keep `### Author: ...`, keep `> Date: YYYY-MM-DD`, and keep the article body starting with a top-level `#` heading. 3. Use the checked-in template when creating a new article. @assets/article-template.mdx 4. Read the contract notes before changing metadata conventions. @references/article-contract.md 5. If you change metadata shape or article template rules, update every dependent parser in the same task. 6. After content edits, run `python3 scripts/check_content_contract.py`. 7. If chat retrieval quality should reflect the change immediately, consider `devverse-refresh-vectors`.
GitHubで見る