Plugin Claude Code
Skills for Claude Code by Ivan Kotelkin.
Plugin Claude Code
Skills for Claude Code by Ivan Kotelkin.
Plugin Claude Code
A logical map of long branching AI conversations: topics, decisions and open threads (not raw messages) as an interactive HTML tree, maintained incrementally by Claude.
Skill Claude CodeCodex
Maintain a visual "dialog tree" — a data file plus a self-contained HTML viewer in the project repo that map the branches of a long conversation (user questions → the steps/variants of the answers) as an interactive tree with resolve/delete marks and a "built up to" marker for incremental updates. Use whenever the…
Plugin Claude Code
A project's mid-term memory: a WORKING.md file in the repo that holds the current stage's state — decision log, dead ends, next steps — so it survives context compaction and new sessions, and gets distilled into long-term memory at stage end.
Skill Claude CodeCodex
Maintain a project's mid-term working memory — a WORKING.md file in the repo holding the current stage's state (decision log, what was tried and failed, what's next) so it survives context compaction and new sessions. Use to set up WORKING.md in a project, to read it at the start of a session, to checkpoint progress…