context-window-to-skill

仓库创建 2025年2月1日最近提交 7 天前SkillHot 收录 20 天前
▸ 精选理由

快速将一段成功对话转成可复用技能,便于迭代自动化流程。

这个 Skill 做什么

根据当前对话自动提取并生成可复用的 agent 技能模板。

把当前对话里的目标、操作步骤和遇到的坑提炼成可复用的 agent 技能模板,目的是下次同样任务能自动化完成。适合那种完成了功能但过程里不停调参、绕过限制的场景,会总结前置条件、常见失败点和推荐流程并产出技能定义。特点是把一次性的调试经验转成长期可用的自动化能力。

▸ 展开 SKILL.md 英文原文

Takes the active conversation as reference to understand how a skill can be created, with all the lessons learned from the users need in the conversation.

Skill 开发管理技能生成对话分析通用
119
Stars
28
Forks
14
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/forefy/.context/main/skills/context-window-to-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/forefy/.context/main/skills/context-window-to-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Use Case:
User had finished working on his feature or task successfully, but had to tweak lots of stuff in the behavior of the agent prior to completion - we now want to create a skill that in the next time will make this task a breeze

Steps:
1. Analyze conversation and understand fully what the user tried to achieve
2. Analyze where were the pitfalls, user frustrations, and what pre-information would have made the results quicker to get with the most quality
3. Print to the user 10 (or more) top items you think are the core points to base the new skill upon
4. Consult with the user if questions still remain
5. Create a skill and place it on the ~/.claude/skills/ directory. comply to agen
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有