meta-apply
仓库创建 2026年3月10日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由
是唯一能真正变更技能语料库的受控上链落地点,适合系统维护者。
▸ 风险提示
高权限落地操作,若配置/审批不严可能篡改技能或引入恶意代码。
这个 Skill 做什么
特权落地工具:在人工和交叉模型批准后将自修改补丁应用到技能库。
把已经通过交叉模型陪审和人工批准的自我改写补丁正式落地到技能库里。通常在你跑完 /meta-optimize 或 corpus-audit、人工确认没问题后用来把候选改动从“暂存”变成“生效”。特别之处在于它是唯一有权真正修改技能语料的网关,帮你维持权限边界和变更审计。
▸ 展开 SKILL.md 英文原文
Privileged applier that LANDS meta-optimize / corpus-audit patches the user approved — the ONLY skill permitted to mutate the skill corpus from a self-modification proposal, with cross-model jury and human approval at landing. Use when the user says "meta apply", "/meta-apply", "land the staged patches", "应用优化", after a /meta-optimize run.
1.4w
Stars
1.2k
Forks
40
仓库内 Skill
+844
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/meta-apply/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/meta-apply/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Meta-Apply: the privileged landing gate for self-modification patches This skill exists to enforce a **privilege boundary**. Producers like [`/meta-optimize`](../meta-optimize/SKILL.md) (and, later, `corpus-audit`) are **read-only** — no `Write`/`Edit`, no apply step; they can only *stage* candidate patches under `.aris/meta/pending/`. **This skill is the only place a staged patch becomes a real change to the corpus.** Splitting "propose" from "land" across two skills with different tool grants is what makes "a loop cannot apply its own patch" structural rather than a sentence the producer is asked to obey. It is **human-invoked only.** It runs when the user explicitly types `/meta-apply
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有