productivity▌
6,493 indexed skills · max 10 per page
imagegen
openai/skills · Productivity
Generate or edit images via OpenAI's API with a bundled CLI for deterministic, reproducible runs. \n \n Supports three workflows: generate new images, edit existing images (inpainting, masking, background replacement, object removal), and batch runs across multiple prompts or variants \n Defaults to gpt-image-1.5 and requires OPENAI_API_KEY for live API calls; uses the bundled scripts/image_gen.py CLI for all operations \n Includes a structured decision tree and prompt augmentation template to c
investor-outreach
affaan-m/everything-claude-code · Productivity
Draft personalized, low-friction investor communications for cold outreach, warm intros, follow-ups, and updates. \n \n Structures cold emails with specific personalization hooks (portfolio companies, public thesis, mutual connections) and a single concrete ask \n Provides templates for warm intro requests with forwardable blurbs under 100 words, follow-up cadence (day 4–5 and day 10–12), and post-meeting updates \n Enforces core rules: proof over adjectives, no generic copy, explicit asks, and
yt-search-download
joeseesun/yt-search-download · Productivity
YouTube video search, download, and subtitle extraction with advanced filtering and sorting. \n \n Search across YouTube with keyword filtering, channel browsing, and sorting by date, view count, or relevance; supports duration and publish date filters \n Download videos at specified quality, extract audio as MP3, and retrieve subtitles in multiple languages (SRT and timestamped TXT formats) \n Browse channel videos with optional keyword search within channels, sorted by time, views, or duration
solid-principles
thebushidocollective/han · Productivity
Apply SOLID design principles for maintainable, flexible code architecture.
tiptap
ueberdosis/tiptap · Productivity
Instructions for coding agents integrating the Tiptap rich text editor
gitnexus-debugging
abhigyanpatwari/gitnexus · Productivity
If "Index is stale" → run npx gitnexus analyze in terminal.
code-review-expert
sanyuan0704/code-review-expert · Productivity
Expert code review of git changes with focus on SOLID violations, security risks, and actionable improvements. \n \n Analyzes current git diff for SOLID principle violations, architecture smells, and removal candidates using structured checklists \n Scans for security risks including injection, authentication gaps, race conditions, and unsafe deserialization with exploitability assessment \n Flags code quality issues: error handling gaps, N+1 queries, boundary condition bugs, and performance hot
laravel-tdd
iserter/laravel-claude-agents · Productivity
Write the test first. Watch it fail. Write minimal code to pass.
sherpa-onnx-tts
steipete/clawdis · Productivity
Local TTS using the sherpa-onnx offline CLI.
angular-architect
jeffallan/claude-skills · Productivity
Angular 17+ standalone components, signals, NgRx state management, and enterprise application architecture. \n \n Generates standalone components with OnPush change detection, signals for reactive state, and computed properties; includes RxJS subscription management with takeUntilDestroyed \n Configures NgRx store with actions, reducers, selectors, and effects; verifies store hydration and action flow via Redux DevTools \n Implements advanced routing with lazy loading, guards, and resolvers for