My Claude Code
My Claude Code from vincenthopf/My-Claude-Code.
Skills in this plugin
6- ▌ Pi Agent · vincenthopf bundleDispatch 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 result written to a file. Trigger on requests like "use pi to...", "run this on pi", "dispatch to pi", or when parallel model diversity would help.
- ▌ Learnings · vincenthopf bundleMANDATORY at two points in every session: (1) BEFORE debugging or investigating any non-trivial problem — search LEARNINGS.md first, the answer may already exist as a draft or confirmed fix. (2) AFTER solving any non-trivial problem — document it as a new draft or promote an existing draft to confirmed. Also invoke at session start to scan for relevant confirmed knowledge. This skill manages a hierarchical knowledge base where fixes earn trust through repetition: [DRAFT] (first observation) → [CONFIRMED] (verified a second time) → or [INVALIDATED] (proven wrong). Confirmed entries can regress to [REGRESSION] if they stop working. Triggers: debugging, fixing bugs, discovering SDK quirks, finding workarounds, performance tuning, resolving test failures, platform-specific issues. If you solve something and don't document it here, that knowledge is lost forever.
- ▌ Deep Research · vincenthopf bundleRun 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 requests, investigation tasks, or explicit /research requests that need web-sourced findings written to files. Always use over using multiple subagents with web search
- ▌ Yt Transcribe · vincenthopf bundleTranscribe 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 triggered by /yt-transcribe command.
- ▌ Huly Issues · vincenthopf bundleManage 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 involving Huly, issue tracking, task management, or card comments.
- ▌ Skill From Masters · vincenthopf bundleHelp 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 "help me create a skill for X" or "I want to make a skill that does Y". This skill guides methodology selection, then hands off to skill-creator for the actual skill generation.