Research & Implementation Supercharged with a curated list of AI skills
npx claudepluginhub proyecto26/sherlock-ai-pluginResearch & Implementation Supercharged with a curated list of AI skills for academic paper analysis, code generation, comic creation, visual schemas, and deep research.
Share bugs, ideas, or general feedback.
| Paper to Comics |
|
|
The Ultimate Research & Implementation Assistant for Claude Code & Cursor
Sherlock is a curated collection of high-powered AI skills designed to transform your research workflow. It doesn't just read papers—it deduces, visualizes, and reconstructs them into working code.
From deep-diving into literature to converting methodology into Python, Sherlock equips your AI agent with the tools of a master detective and a master engineer.
Sherlock equips your agent with these specialized skills:
Transforms academic theory into executable reality.
The heavy lifter for comprehensive reports.
Explains the unexplainable through visual narratives.
genimg-gemini-web skill for consistent character consistency across panels.X-Ray vision for PDFs.
The visual engine.
Blueprints for understanding.
Use npx skills to install skills directly:
# Install all skills
npx skills add proyecto26/sherlock-ai-plugin
# Install specific skills
npx skills add proyecto26/sherlock-ai-plugin --skill paper-comic genimg-gemini-web
# List available skills
npx skills add proyecto26/sherlock-ai-plugin --list
This automatically installs to your .claude/skills/ directory.
Install via Claude Code's built-in plugin system:
# Add the marketplace
/plugin marketplace add proyecto26/sherlock-ai-plugin
# Install all marketing skills
/plugin install sherlock-ai-plugin
Clone the entire repo and copy the skills folder:
git clone https://github.com/proyecto26/sherlock-ai-plugin.git
cp -r sherlock-ai-plugin/skills/* .claude/skills/
Add as a submodule for easy updates:
git submodule add https://github.com/proyecto26/sherlock-ai-plugin.git .claude/sherlock-ai-plugin
Then reference skills from .claude/sherlock-ai-plugin/skills/.
Some skills (like paper-analyzer) require API tokens or login sessions.
MINERU_TOKEN in your environment."Implement the code of this paper for me."
Triggers Paper2Code to read the PDF, plan the architecture, and write the Python implementation.
"Explain this complex transformer architecture as a comic."
Triggers Paper Comic to create a visual storyboard explaining the concept.