dafang/codestable · Archived

cs-keep

项目知识沉淀。触发:用户说“记下来/沉淀/留个 note”,或流程收尾发现可复用坑、技巧、决策。

First seen Jul 22, 2026

Installation

$ npx skills add dafang/codestable --skill cs-keep

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dafang/codestable · top by installs.

npx skills add dafang/codestable

Browse all from dafang/codestable

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
Default branch main
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 945 B
  • docs SUMMARY.md 145 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

cs-keep

先执行 CodeStable preflight:读 .codestable/attention.md;缺失先 cs-onboard;不读外部 AI 入口替代(详见 .codestable/reference/execution-conventions.md)。

把这次值得记的事写到 .codestable/compound/YYYY-MM-DD-{slug}.md:

  • {slug} kebab-case,30 字内,能让自己半年后看一眼标题就想起来是啥
  • 纯 markdown,没有 frontmatter
  • 三段足够:背景(这事是什么场景下冒出来的)/ 结论(实际记的那一条)/ 证据(代码片段、路径、命令、链接,任何能让别人复核的)

写完报路径就完事。不要追问"还要不要分类"、"要不要写 tags"——没这些东西。

未来要找回来直接 grep -r "关键词" .codestable/compound/。