Skip to main content

matrixorigin-blog-new-article

Use when creating a new article in matrixorigin-blog, choosing matrixorigin or memoria, creating the slug directory, setting frontmatter, adding local images or videos, validating content, and preparing a scoped PR.

설치로 이동

소스 정보

저장소
matrixorigin/matrixorigin-blog
최근 소스 활동
2026년 7월 10일 02:27
감지된 SKILL.md 언어
영어
스타
0
포크
6

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
matrixorigin-blog-new-article
description
Use when creating a new article in matrixorigin-blog, choosing matrixorigin or memoria, creating the slug directory, setting frontmatter, adding local images or videos, validating content, and preparing a scoped PR.
# MatrixOrigin Blog New Article Use this skill for new posts in `matrixorigin-blog`. ## Owner Map - Authoring rules: `README.md` - Frontmatter contract: `schema/frontmatter.ts` - Workflow checklist: `docs/AGENT-WORKFLOWS.md` - PR template: `docs/agent-templates/pr-body.md` ## Workflow 1. Confirm the target project directory: - `matrixorigin/` for MatrixOrigin company blog content. - `memoria/` for Memoria product blog content. 2. Confirm the slug is lowercase, ASCII, hyphen-separated, and URL-safe. 3. Create `<project>/<slug>/index.md`. 4. Put article-local images under `<project>/<slug>/images/`. 5. Put article-local videos under `<project>/<slug>/videos/` if needed. 6. Start `index.md` with YAML frontmatter at the first byte. 7. Include required fields from `schema/frontmatter.ts`: `title`, `date`, and `description`. 8. Default to `status: "draft"` unless the user explicitly wants a published article. 9. Use `./images/<filename>` for local image references. 10. Run `pnpm validate`. 11. Check `git diff --stat` and ensure only intended article files changed. ## Common Failure Modes - Creating content in the wrong top-level project directory. - Leaving a blank line before frontmatter. - Omitting `description`. - Marking content as `published` when the user only asked for a draft. - Referencing images outside the article directory. ## Verification - Content creation: `pnpm validate` - PR body: use `docs/agent-templates/pr-body.md`
GitHub에서 보기