research
01Command
Perform web research using the Parallel API.
Command
Perform web research using the Parallel API.
Plugin Claude Code
Voice notifications for Claude Code using edge-tts with macOS banner alerts and click-to-focus.
Command
Enable, disable, or configure voice feedback.
Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit_hook.py via bash. From vincenthopf/My-Claude-Code.
Hook
Runs after a tool call finishes, executing post_tool_use_hook.py via bash. From vincenthopf/My-Claude-Code.
Hook
Runs when the agent finishes a response, executing stop_hook.py via bash. From vincenthopf/My-Claude-Code.
Hook
Runs when the agent sends a notification for permission_prompt, idle_prompt, elicitation_dialog and worker_permission_prompt tool calls, executing notification_hook.py via bash (4 commands). From vincenthopf/My-Claude-Code.
Skill Claude CodeCodex
This skill should be used when the agent needs to give a spoken voice update to the user, or when reminded by a Stop hook to provide audio feedback. Use this skill to speak a short summary of what was accomplished.
Skill Claude CodeCodex
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Skill Claude CodeCodex
Run deep research tasks using the Parallel.ai Task API and write results directly to markdown files without loading them into context. Use when the user asks to research a topic, investigate a question, perform deep research or parallel research, or to gather web intelligence on any subject. Triggers on research…
Skill Claude CodeCodex
Manage Huly issues and cards with full CRUD operations, status changes, and chat/comments. Use when Claude needs to (1) list, create, update, or delete issues in Huly, (2) change issue status or priority, (3) add or read comments on issues/cards, (4) search for issues, or (5) manage projects. Triggers on requests…
Skill Claude CodeCodex
Dispatch tasks to the pi coding agent as a background sub-agent. Use when you want to run a coding task in parallel using a different model/provider (e.g., GPT-5, Gemini, Codex) via the pi CLI. Supports any task pi can handle — code generation, refactoring, analysis, file operations. Progress streams to stderr, final…
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
Help users create high-quality skills by discovering and incorporating proven methodologies from domain experts. Use this skill BEFORE skill-creator when users want to create a new skill - it enhances skill-creator by first identifying expert frameworks and best practices to incorporate. Triggers on requests like…
Skill Claude CodeCodex
Transcribe YouTube videos with high accuracy. Downloads audio via yt-dlp and auto-routes to parakeet-mlx (local, Apple Silicon) or AssemblyAI (speaker diarization for podcasts). Use when the user asks to transcribe a YouTube video, get a transcript from a YouTube URL, or extract text from a YouTube link. Also…
Agent
Rigorously compares candidate solution approaches during the design phase. Analyzes tradeoffs, failure modes, and real-world outcomes for each approach. Does not pick a winner — presents the analysis so the user can decide informed by their principles.
Agent
Surfaces invisible assumptions embedded in a problem definition. Every problem framing carries unstated beliefs about what's true, what's possible, and what matters. This agent makes them explicit so they can be examined. Use during problem definition alongside the devil's advocate and context analyst.
Agent
Verifies implementation work by running code, executing tests, and generating adversarial test cases. Checks against the problem definition and principles, not against the proposal document. Approval is gated on execution results, not code reading.
Agent
Maps the landscape around a problem definition. Examines what already exists in the codebase, what's been tried before, and how the problem connects to the broader system. Use during problem definition to ground the framing in reality before committing to it.
Agent
Adversarial reviewer that attacks problem definitions. Use during problem definition to stress-test the framing before committing to it. This agent critiques — it does not propose solutions or alternative framings.
Agent
Checks whether pieces built by parallel sub-agents actually fit together as a system. Runs after all build-verifiers pass. Looks for interface mismatches, assumption conflicts, and gaps between pieces that no single agent owned.
Agent
Reads two independently generated proposals and selects the stronger one as the base, pulling in specific pieces from the other only when they address genuinely separate concerns. Justifies every choice. Use during planning after dual Codex agents have proposed.
Agent
Evaluates research quality and identifies gaps. Sits after deep-research returns results. Determines whether the research actually answers the question, identifies missing angles, and dispatches follow-up research if needed. Uses analytical reasoning to assess rigor, not just coverage.
Skill Claude CodeCodex
Full bug-fix pipeline from root cause analysis through implementation. Separates investigation, proposal, alignment, and execution into distinct agent responsibilities. Also applies to features and refactors by skipping root cause analysis and starting at proposal.