skill-library-generator
自动化落地技能包,提高团队复用与项目上手速度。
把通用技能包绑定到具体代码仓库并抽取项目特有技能与规范。
把一套通用的研究流程和检查点真正“落地”到某个代码仓库里:先读仓库内容、和维护者聊配置,把可复用的技能绑定成项目配置,然后把项目里反复出现的错误模式挖成本地专属技能。会在给新旧研究仓库推行 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:https://raw.githubusercontent.com/huguryildiz/ALETHEIA/main/skills/skill-library-generator/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/huguryildiz/ALETHEIA/main/skills/skill-library-generator/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