lore

仓库创建 2024年12月14日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

将真实会话转为可安装技能,便于复用与构建可证据化的工作流。

▸ 风险提示

可能会读取/上传会话记录,存在隐私或敏感信息泄露风险。

这个 Skill 做什么

把多代理的编码会话挖掘为可复用的持久技能并安装到代理体系中。

把你用各种 agent(比如 Claude Code、Codex、Gemini 等)产生的 SpecStory 编码历史挖掘成可复用的知识库,找出可复制的工作流并把它们锻造成可安装到 agent 体系里的 skill。适合想把过去的 AI 会话变成长期可用能力、或想知道哪些历史片段能做成技能时用。

▸ 展开 SKILL.md 英文原文

SpecStory Lore - mine your SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more) into a persistent corpus, surface your reproducible workflows with corroborated evidence, and interactively forge the chosen ones into skills installed across all your agent harnesses. Use when the user wants to turn past AI coding sessions into reusable skills, asks "what could I make into a skill", "mine my lore", "forge skills from my history", or points at a .specstory/history directory.

Skill 开发管理会话挖掘技能化工作流复用Claude CodeCodexCursorGemini CLI
1.3k
Stars
81
Forks
2
仓库内 Skill
+18
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/specstoryai/getspecstory/dev/lore/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/specstoryai/getspecstory/dev/lore/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Lore

Your sessions are your lore. This skill turns a user's real coding history into installed skills.
A deterministic engine (`scripts/mine-skills.mjs`) parses their SpecStory transcripts - from **every
agent** SpecStory captures (Claude Code, Codex CLI, Cursor CLI, Gemini CLI, Factory Droid, DeepSeek,
Antigravity, ...) - into a persistent corpus of **beats**, and returns corroborated candidates.
You - the calling agent, whichever harness you are - supply all judgment: name them, discard the
generic ones, and interactively forge the good ones into `SKILL.md` packages grounded in the user's
own commands.

The engine does the retrieval and counting; **you do the synthesis.** Do not try to 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有