memory-write-router

仓库创建 2026年7月4日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

统一写入位置与规范,减少文档分散与重复工作。

这个 Skill 做什么

根据写作路由规则决定一段内容应写入 DESIGN.md、AGENTS.md、MEMORY.md 或 .ux/。

帮你判断一段内容该写到哪儿:DESIGN.md、AGENTS.md、MEMORY.md 还是 .ux/。在要写或改这些文件前用它确认归档位置,按照 references/WRITE_ROUTING.md 的规则走,保证大家不把内容乱丢到不对的文档里。它只管把写入路由到正确文件,不负责角色或人设分配。

▸ 展开 SKILL.md 英文原文

Decide which of the framework's four canonical write sites — DESIGN.md, AGENTS.md, MEMORY.md, or the .ux/ hub — a proposed write belongs in, by applying the rules in references/WRITE_ROUTING.md. Use before writing or editing any of those, or whenever a hook or agent asks where a piece of content goes. This routes writes among files; it is not a persona router. Trigger phrases include "where should this go", "which file", "route this write", "does this belong in MEMORY.md", "write routing", "canonical write site".

Skill 开发管理写作路由规范文档管理通用
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/carlsz/ux-agent-skills/main/skills/memory-write-router/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/carlsz/ux-agent-skills/main/skills/memory-write-router/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# memory-write-router

## Overview

This skill routes a *proposed write* to the correct one of the framework's four canonical write sites — `DESIGN.md`, `AGENTS.md`, `MEMORY.md`, and the `.ux/` hub. It reads [`references/WRITE_ROUTING.md`](references/WRITE_ROUTING.md) and applies that document's routing sequence to the content at hand. That is its entire job.

It is **file-write governance, not a persona router**: it decides *which file*, never *which persona runs*. This does not conflict with the "do not build a router persona" rule in [`AGENTS.md`](../../AGENTS.md) — that rule is about orchestrating personas; this routes writes among sites.

## When to use

- Before writing or editing `DES
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有