skill-library-generator

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

自动化落地技能包,提高团队复用与项目上手速度。

这个 Skill 做什么

把通用技能包绑定到具体代码仓库并抽取项目特有技能与规范。

把一套通用的研究流程和检查点真正“落地”到某个代码仓库里:先读仓库内容、和维护者聊配置,把可复用的技能绑定成项目配置,然后把项目里反复出现的错误模式挖成本地专属技能。会在给新旧研究仓库推行 Aletheia 纪律、要生成 decision log / build log / evidence 目录时用到。特别之处在于同时做绑定(config)和开采(mine),结果既贴项目实际又能产出可审计的记录。

▸ 展开 SKILL.md 英文原文

Use when adopting the Aletheia discipline in a new or existing research repository — discovering the project's actual conventions, interviewing the maintainer to fill the config bindings, extracting the project's own recurring failure modes into project-local skills, and scaffolding the record surfaces (decision log, build log, evidence dirs) after approval. Trigger phrases: "adopt aletheia here", "set up the research discipline", "generate skills for this repo", "bind the pack to this project", "run the adoption interview".

Skill 开发管理技能库生成项目绑定失败模式挖掘通用
0
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/huguryildiz/ALETHEIA/main/skills/skill-library-generator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/huguryildiz/ALETHEIA/main/skills/skill-library-generator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# skill-library-generator

The meta-skill that adapts the pack to a concrete repository. Two jobs: **bind** the
portable skills to this project (fill the config block by interview, grounded in what the
repo actually contains), and **mine** the project's own recurring failure modes into
project-local skills the pack does not ship. The invoking agent is the runtime: everything
below is done with file tools at invocation time — there is no bootstrap script.

## When to use

- First-time adoption in a new or existing research repo.
- Re-binding after a restructure (paths in the config block went stale).
- Periodic harvest: "what keeps going wrong here that deserves a skill?"

## When NOT to use
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有