Extract learnings from current conversation and add to project's CLAUDE.md.
Extracts learnings from conversations and adds them to a project's CLAUDE.md file.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/yuvasee-samocode/marketplace.json/plugin install yuvasee-samocode@cpd-yuvasee-samocodeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Extract learnings from the current conversation and add them to the project's CLAUDE.md.
Review current conversation for friction moments:
Resolve project CLAUDE.md:
_overview.md, use [Working Dir]/CLAUDE.mdgit rev-parse --show-toplevel to find repo root, use [repo root]/CLAUDE.mdAppend learnings:
## Learnings section in CLAUDE.md- When [situation], [do this / don't do that]Commit:
cd [repo root] && git add CLAUDE.md && git commit -m "docs: add learnings"Report:
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.