AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Codify

skill-ejjcc-agent-skills-codify · by ejjcc

将当前上下文的核心要点、踩的坑、新发现沉淀为结构化 Markdown 文档,保存到当前工作目录。触发词:/codify、沉淀、沉淀到。

No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add skill-ejjcc-agent-skills-codify

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ejjcc-agent-skills-codify)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Codify? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/codify — 知识沉淀技能

把会话中散落的调研结论、踩坑记录、新发现,提炼为结构化 md 文档落盘。

触发方式

  • /codify — 自动提炼当前上下文,存到工作目录
  • /codify 或 "沉淀到 X" — 指定子目录(如 asksurf
  • "沉淀" — 等价于 /codify

工作流

Step 1:确定存储路径

| 用户输入 | 存储路径 | |---------|---------| | /codify | /codify-.md(topic 从上下文推断) | | /codify | //README.md | | "沉淀到 X" | /X/README.md | | "沉淀到 X/file.md" | /X/file.md(用户指定完整文件名) |

Step 2:判断内容性质与格式

先扫描当前工作目录已有的 md 文件,感知 workspace 的风格和上下文,然后根据会话内容的性质自主决定最合适的文档结构。

不使用固定模板。以下是性质→格式的参考(不是规则,自行判断):

  • 产品调研 → 可能适合:定位/功能/商业模式/竞品对比
  • 技术方案 → 可能适合:问题/方案/取舍/实现细节
  • Debug 记录 → 可能适合:现象/排查过程/根因/修复
  • 对比分析 → 可能适合:表格为主,维度对比
  • 读书/论文笔记 → 可能适合:核心论点/关键证据/个人思考

原则:内容决定形式,不是形式框住内容。只写有价值的,不凑章节。

Step 3:写入文件

  • 用 Write 工具创建文件
  • 如果目标文件已存在,Read 后用 Edit 追加/更新,不覆盖已有内容
  • 写完告知用户文件路径

规则

  • 默认存当前工作目录,不存 ~/.claude/ memory 系统
  • 文档语言跟随会话语言(中文会话写中文,英文写英文)
  • 代码块、URL、专有名词保持原文
  • 不添加 emoji

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.