Skip to main content

devverse-feeds-seo

Feed, sitemap, metadata, and publishing guidance for DevVerse. Use when modifying lib/rss.ts, lib/jsonfeed.ts, feed routes, next-sitemap.config.js, app/layout.tsx metadata, manifest or robots files, or SEO-related site metadata.

跳到安装

来源信息

仓库
hoangsonww/DevVerse-SWE-Blog
最近来源活动
2026年2月28日 11:47
检测到的 SKILL.md 语言
英语
星标
15
分支
13

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
3 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
devverse-feeds-seo
description
Feed, sitemap, metadata, and publishing guidance for DevVerse. Use when modifying lib/rss.ts, lib/jsonfeed.ts, feed routes, next-sitemap.config.js, app/layout.tsx metadata, manifest or robots files, or SEO-related site metadata.
# DevVerse Feeds And SEO Workflow 1. Treat `lib/rss.ts` as the central publishing parser. Home page data, feeds, related posts, excerpts, and reading stats all depend on it. 2. Preserve the current public URL assumptions. Feeds and local RAG use `NEXT_PUBLIC_SITE_URL`, while sitemap uses `SITE_URL`. 3. Read the publishing notes before changing metadata or feed generation. @references/publishing-notes.md 4. If you change article metadata parsing in `lib/rss.ts`, check the MDX contract and update dependent code as needed. 5. After meaningful changes here, prefer `devverse-validate` and consider `npm run build`.
在 GitHub 查看