Enables automatic deep research mode with comprehensive analysis when trigger phrases are detected
/plugin marketplace add cameronsjo/claude-marketplace/plugin install deep-research@cameronsjoThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/detect-research-mode.shEnables automatic deep research mode when trigger phrases are detected in user prompts.
This skill provides a UserPromptSubmit hook that detects natural language cues indicating the user wants thorough, comprehensive research. When triggered, it injects instructions for Claude to use enhanced research capabilities.
The hook automatically detects these trigger phrases (case-insensitive):
When activated, Claude will:
Add to your .claude/settings.json:
{
"hooks": {
"UserPromptSubmit": [
{
"command": "~/.claude/skills/deep-research/scripts/detect-research-mode.sh"
}
]
}
}
Copy the skill to your Claude skills directory:
cp -r registry/skills/deep-research ~/.claude/skills/
Make the hook script executable:
chmod +x ~/.claude/skills/deep-research/scripts/detect-research-mode.sh
Add the hook configuration above to your settings
Simply use trigger phrases naturally in your prompts:
"I need to deep dive into how authentication works in this codebase"
"Use your noodle on this one - why is the build failing?"
"Let's pull out the stops and figure out the best caching strategy"
When a trigger phrase is detected, you'll see output like:
Deep research mode: Use WebSearch for current info, spawn Explore agents for codebase investigation, think systematically, synthesize findings from multiple sources.
This instructs Claude to use enhanced research capabilities for your question.
Edit scripts/detect-research-mode.sh and add patterns to the grep regex:
if echo "$input" | grep -qiE "(your-phrase|another-phrase)"; then
Edit the output message in the script to customize what research behaviors are triggered.
scripts/detect-research-mode.sh - UserPromptSubmit hook that detects trigger phrasesCreating 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.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.