Deep-dive investigation with documentation output.
Conducts deep-dive investigations and creates detailed documentation for specific topics.
/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.
Conducts deep-dive investigations on specific topics and produces detailed documentation.
Session path: [SESSION_PATH from working memory] Topic: $ARGUMENTS
Investigate thoroughly:
Create documentation:
[SESSION_PATH]/[TIMESTAMP_FILE]-dive-[topic-slug].mdStructure:
# Deep Dive: [topic]
Date: [TIMESTAMP_LOG]
## Summary
[Brief overview of findings]
## Key Findings
[Bullet points]
## Code Structure
[Relevant files with brief explanations]
## Dependencies & Relationships
[How components interact]
## Considerations
[Issues, edge cases, concerns]
## Recommendations
[Suggested next steps]
Update session:
[SESSION_PATH]/_overview.md:
- [TIMESTAMP_ITERATION] Deep dive: [topic] -> [filename].md- [filename].md - Deep dive: [topic]cd [SESSION_DIR] && git add . && git commit -m "Deep dive: [topic]"Report back: Provide concise summary of key findings with filename
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.