用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jaydubya818/mnemonic-kb --skill skillify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| id | maintenance/skillify |
| name | Skillify |
| description | Convert a repeated workflow into a reusable Markdown skill (procedural document only in v0.1). |
| status | active |
| parameters | [{"name":"workflowDescription","type":"string","required":true},{"name":"triggers","type":"string[]","required":false,"default":[]}] |
| outputs | [{"name":"skillDraftPath","type":"string"}] |
| uses | ["core.vaultWriter"] |
| steps | [{"id":"confirm-repeat","kind":"latent"},{"id":"draft-skill-md","kind":"latent"},{"id":"scaffold-tools","kind":"deterministic"},{"id":"scaffold-unit-tests","kind":"deterministic"},{"id":"scaffold-integration","kind":"deterministic"},{"id":"add-trigger-evals","kind":"latent"},{"id":"register-resolver","kind":"deterministic"},{"id":"run-doctor","kind":"deterministic"},{"id":"scaffold-smoke","kind":"deterministic"},{"id":"verify-filing-rules","kind":"deterministic"}] |
| lanes | {"covers":["skill-authoring","meta-skill"],"excludes":["direct-skill-execution","runtime-dispatch"]} |
| risk | medium |
| governance | proposal-required |
| triggers | ["skillify this","make this a reusable skill","turn this workflow into a skill"] |
This is a procedural document only. There is no mnemonic skillify command
in v0.1 — the agent reads this skill body and authors the new SKILL.md by hand,
following the procedure below. v0.2 ships the runner and turns each step into a
deterministic tool.
Encode a repeated workflow as a reusable, parameterized skill so future runs are durable and audited.
SKILL.md. Use _skill-template.md. Fill parameters, outputs, uses, steps[].kind, lanes.covers, lanes.excludes, triggers.kind: deterministic step's tool in tools/<skill>/<step>.ts. (v0.2.)skills/evals/trigger-evals.json.RESOLVER.md.mnemonic doctor. Must exit 0._filing-rules.md covers its outputs.Steps 1, 2, 6 require synthesis: deciding the right parameter shape, the right trigger phrasings, the right lane boundaries. Do not over-mechanize these.
Steps 3, 4, 5, 7, 8, 9, 10 are all deterministic and become tooling in v0.2.
Path to the new SKILL.md (in v0.1, the agent writes it directly).
maintenance/check-resolvable — must pass after skillify.