pdf-study-qa-skill/SKILL.md
# PDF Study QA Skill Study and ask questions about PDF documents using AI-powered analysis. ## Description This skill enables you to upload PDF documents and ask questions about their content. It extracts text from PDFs and uses AI to provide answers based on the document's content. ## Usage ```bash # Load the skill /skill pdf-study-qa # Ask questions about a PDF /study-pdf <path-to-pdf> "What is the main topic of this document?" ``` ## Features - **Text Extraction**: Automatically extra
npx skillsauth add shenron0101/opencode-skill-shenron pdf-study-qa-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Study and ask questions about PDF documents using AI-powered analysis.
This skill enables you to upload PDF documents and ask questions about their content. It extracts text from PDFs and uses AI to provide answers based on the document's content.
# Load the skill
/skill pdf-study-qa
# Ask questions about a PDF
/study-pdf <path-to-pdf> "What is the main topic of this document?"
tools
This skill should be used when the user asks to "generate interview questions", "make interview prep", "quiz me on" a topic, "practice questions for" a topic, "create Q&A" from vault notes, or asks for flashcards or Obsidian interview-prep output.
content-media
This skill should be used when the user asks to "make a cheatsheet", "generate a cheat sheet", "compress my notes", "create a study sheet", "make a printable reference", or asks for a cheatsheet for a topic from vault notes or PDFs.
development
Builds a fully 3D interactive goal-graph visualization as a self-contained HTML file using Three.js. Use this skill whenever the user wants to visualize a goal, system, workflow, or project as an animated directed graph — with a 3D space background, glowing floating nodes, an animated pulse traveling the loop, and a collapsible constraints sidebar. Trigger when the user says things like "create a graph for my goal", "visualize my system as a graph", "build a 3D graph app", "show my workflow as a graph", or "make an interactive graph visualization". Parses natural language description of nodes, edges, weights, and constraints, and produces THREE distinct production-grade Three.js HTML files with different aesthetics.
tools
# Claude2OpenCode Skill Convert Claude Code project configurations to OpenCode format. ## Description This skill provides a migration toolkit for converting Claude Code project configurations (.claude directory, CLAUDE.md, MCP settings) to OpenCode format. ## Usage ```bash # Load the skill /skill claude2opencode # Run the migration python3 ~/.claude/tools/migrate_claude_project.py --target opencode --project-root . ``` ## What It Migrates - **CLAUDE.md / .claude/CLAUDE.md** → AGENTS.md (