vincenthopf

31 mods across 2 repositories, 135 stars between them.

voice-mlx

02

vincenthopf/My-Claude-Code

Plugin Claude Code

Voice notifications for Claude Code using edge-tts with macOS banner alerts and click-to-focus.

135 5mo ago A tokens not measured fork archived

UserPromptSubmit

04

vincenthopf/My-Claude-Code

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.

135 5mo ago A tokens not measured fork archived

PostToolUse

05

vincenthopf/My-Claude-Code

Hook

Runs after a tool call finishes, executing post_tool_use_hook.py via bash. From vincenthopf/My-Claude-Code.

135 5mo ago A tokens not measured fork archived

Stop

06

vincenthopf/My-Claude-Code

Hook

Runs when the agent finishes a response, executing stop_hook.py via bash. From vincenthopf/My-Claude-Code.

135 5mo ago A tokens not measured fork archived

Notification

07

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.

135 5mo ago A tokens not measured fork archived

voice-update

08

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.

135 5mo ago A 47 tokens fork archived

agent-browser

09

vincenthopf/My-Claude-Code

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.

135 5mo ago A 51 tokens fork archived

deep-research

10

vincenthopf/My-Claude-Code

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…

135 5mo ago A 91 tokens fork archived

huly-issues

11

vincenthopf/My-Claude-Code

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…

135 5mo ago A 96 tokens fork archived

pi-agent

12

vincenthopf/My-Claude-Code

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…

135 5mo ago A 108 tokens fork archived

skill-creator

13

vincenthopf/My-Claude-Code

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.

135 5mo ago A 45 tokens fork archived

skill-from-masters

14

vincenthopf/My-Claude-Code

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…

135 5mo ago A 98 tokens fork archived

yt-transcribe

15

vincenthopf/My-Claude-Code

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…

135 5mo ago A 85 tokens fork archived

approach-evaluator

16

vincenthopf/My-Claude-Code

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.

135 5mo ago A 53 tokens fork archived

assumptions-auditor

17

vincenthopf/My-Claude-Code

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.

135 5mo ago A 59 tokens fork archived

build-verifier

18

vincenthopf/My-Claude-Code

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.

135 5mo ago A 47 tokens fork archived

context-analyst

19

vincenthopf/My-Claude-Code

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.

135 5mo ago A 53 tokens fork archived

definition-critic

20

vincenthopf/My-Claude-Code

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.

135 5mo ago A 41 tokens fork archived

integration-checker

21

vincenthopf/My-Claude-Code

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.

135 5mo ago A 47 tokens fork archived

vincenthopf/My-Claude-Code

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.

135 5mo ago A 51 tokens fork archived

research-validator

23

vincenthopf/My-Claude-Code

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.

135 5mo ago A 53 tokens fork archived

debugging

24

vincenthopf/My-Claude-Code

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.

135 5mo ago A 47 tokens fork archived