run-history-skill-builder

仓库创建 2026年6月15日最近提交 16 天前SkillHot 收录 11 小时前
▸ 精选理由

把现有运行痕迹快速转为可交付的技能或升级计划,提升复用率。

这个 Skill 做什么

把真实运行记录提炼成可复用的技能包或技能设计方案。

把已经跑通的流程、浏览器操作、流水线或故障恢复记录,抽成可复用的技能包或一份落地的技能设计方案。适合你想把真实运行日志、对话或文件里的重复流程整理成可复用套路时用。特别之处是侧重从“已完成的真实运行”里提炼流程与教训,生成设计或打包方案,而不是直接去改老的技能或执行业务流程。

▸ 展开 SKILL.md 英文原文

Turn a completed task, browser flow, artifact pipeline, failure-recovery trace, or repeatedly refined workflow into a new reusable skill package or a reviewed skill-design plan. Use when the user asks to make a new skill from real run history, extract a reusable workflow from conversation/logs/files, summarize lessons into a new skill, or produce a plan before writing files. Do not use to upgrade an existing skill or to execute the business workflow itself.

Skill 开发管理技能生成运行复用流程抽取通用
663
Stars
55
Forks
7
仓库内 Skill
+137
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dongshuyan/compass-skills/master/skills/run-history-skill-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dongshuyan/compass-skills/master/skills/run-history-skill-builder/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Run History Skill Builder

## Language Policy

Write all user-facing output in the user's language. Default to Chinese when the language is unknown.

## Role

Turn real run history into a new skill package, a plan-only skill design, or an upgrade handoff when the request is actually about an existing skill.

## Portability

This skill is agent-agnostic. It should work in Codex, Claude Code, OpenCode, OpenClaw, Hermes, and similar local agent hosts that can read `SKILL.md` plus optional `references/`, `scripts/`, `evals/`, and `agents/`.

- Resolve `<skill-dir>` from the directory that contains this `SKILL.md`.
- Let `<python>` mean the host's available Python launcher: `python3`, `python`,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有