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에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

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.
user-invocable
false
# 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. @templates/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 .claude/scripts/check_content_contract.py`. 7. After content edits that should affect chat retrieval, consider `devverse-refresh-vectors`.
GitHub에서 보기