Session-knowledge capture skill for Agents. Writes structured Markdown files preserving work, env variables, patterns, and decisions across sessions.
Three modes: CREATE (first full capture), APPEND (extend existing), CHECKPOINT (emergency partial under token pressure).
| File | Purpose |
|---|---|
SKILL.md |
Router — load order |
captureng-SKILL.md |
Content — capture template, modes, anti-recursive guard |
captureng.skill |
Packaged archive upload to SKILL directory |
README.md |
Explanatory instructions and overview for this software package |
-
claude.ai web platform: upload
captureng.skillvia skill settings (recommended). Or addcaptureng-SKILL.mdcontents to Personal Preferences viaSettings > General. -
Claude Code desktop app: copy contents of this folder into
~/.claude/skills/captureng/. -
Other platforms: adapt this set of files to your
harness+model. Star or Fork the git repo if you like.
- "save this session", "capture session knowledge", "grab full session"
- "checkpoint this session", "how do I resume this work"
- Token budget below 20% of rate limit hit (under-triggers if capturing skill not already loaded)
Load on demand when task requires:
- prompteng — main set of rules + framework for doing better prompt engineering
- packageng —
.skillfile validation + packaging - safe-skill-creator — skill design + iteration
Available in - ecological-codes/user-prefs
-
claude.md -
trusted-hosts.md
Directives use the following section headers with numbered lists, shared across peer skills:
- [RULES] — enforceable constraints applied at runtime.
- [ACTIONS] — autonomous steps agent executes in normal workflow.
- [HUMAN ACTIONS] — UI actions; agent skips, cannot delegate.
v2.0.0
See LICENSE.