Find the perfect skill
Convert prompt or Gem to skill
Development
Convert an agentic prompt or Gemini Gem into a new structured skill for the framework.
CI
DevOps
Diagnoses and fixes CI failures and re-runs GitHub Actions jobs.
Orthogonality Principle
Development
Design modules and APIs with independent, non-overlapping components where changes to one don't affect others. Reduces coupling and improves maintainability.
Code Fix Checklist
Development
This skill provides a structured checklist to prevent symptom-driven fixes by identifying root cause before writing code. It guides you to read design docs, trace execution flow, and apply minimal changes. Use it when fixing bugs or modifying implementation to avoid introducing new issues.
YouTube Transcript Downloader with AI Summarization
Productivity
Downloads YouTube video transcripts, translates them to Vietnamese, and provides AI-powered summarization. Saves outputs locally with metadata and structured files. Helps with learning English from YouTube, building a personal knowledge base, and extracting insights from video content.
Refactor for Code Quality
Development
Remove code duplication, extract shared patterns, and eliminate type casts and `any` types. Run after implementing new features.
Voice Memo Transcriber
Data & AI
Transcribe audio/video files to text and SRT subtitles using Whisper. Local processing to maintain privacy.
Full Page Screenshot
Development
Generate a full-page screenshot of a web page as a PNG, capturing all content including scrollable areas. Directly connects to Chrome DevTools protocol without external dependencies.