sherlock-ai-plugin
Convert research papers into code, comics, and reports
All Skills in This Repository (6)
Pure Emerald Level Indicatorspaper2code
Convert research papers into executable code via YAML-based intermediate representation.
deep-research
Generate format-controlled research reports with evidence mapping and citation tracking.
paper-comic
Transform academic papers into educational comics with narrative panels.
genimg-gemini-web
Generate images and text from prompts using Gemini Web.
paper-analyzer
Convert academic papers into Markdown and HTML articles via MinerU API.
paper-visualizer
Generate structured visual schemas from research paper methodology and abstract sections.
Frequently Asked Questions
FAQPage SchemaHow to install Sherlock AI Plugin?โผ
Run `npx skills add proyecto26/sherlock-ai-plugin --all -g -y` in your terminal to install all six skills globally.
How to turn a research paper into code?โผ
Give the agent a PDF or arXiv link and ask it to implement the paper. The paper2code skill extracts algorithms, plans the project, and writes runnable code file by file.
Can it explain papers as comics or diagrams?โผ
Yes. The paper-comic skill generates educational comics in four art styles, and visual-architect creates structured diagram prompts from methodology sections.
Does Sherlock work with Claude Code and Cursor?โผ
Yes. It follows the universal SKILL.md and Agent Plugins standard, so it runs in Claude Code, Cursor, Codex, and Copilot CLI.
Do I need API keys to use these skills?โผ
Most skills work out of the box. Paper-analyzer needs a MinerU token, and image generation requires a signed-in Google session for Gemini.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides