productivity▌
6,493 indexed skills · max 10 per page
photos-camera-media
dpearson2699/swift-ios-skills · Productivity
Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.2. Patterns are backward-compatible to iOS 16 unless noted.
vercel-deploy
openai/skills · Productivity
Deploy applications to Vercel as preview or production environments. \n \n Supports both Vercel CLI and fallback script-based deployment methods, with automatic framework detection and packaging \n Always deploys as preview by default unless user explicitly requests production deployment \n Returns preview URL immediately and claim URL for fallback deployments to manage the deployment \n Requires 10-minute timeout for build completion; escalates network permissions only if sandbox blocks outboun
pol-probe-advisor
deanpeters/product-manager-skills · Productivity
Match the cheapest prototype to your hypothesis, not your tooling comfort. \n \n Guides you through five Proof of Life probe types (Feasibility Check, Task-Focused Test, Narrative Prototype, Synthetic Data Simulation, Vibe-Coded PoL) based on your specific risk and learning goal \n Uses adaptive questioning to identify your core validation question, then recommends the method that eliminates risk fastest without overbuilding \n Includes success criteria templates, timeline estimates, and disposa
github-triage
code-yeongyu/oh-my-opencode · Productivity
Read-only GitHub issue and PR analyzer that spawns parallel background tasks for evidence-backed triage reports. \n \n Fetches all open issues and PRs, classifies each by type (bug, feature, question, etc.), and spawns one quick background subagent per item for parallel analysis \n Every factual claim in reports requires a GitHub permalink to specific code lines or commits; unverifiable statements are marked [UNVERIFIED] and carry no weight \n Generates individual markdown reports to /tmp/{datet
contacts-framework
dpearson2699/swift-ios-skills · Productivity
Fetch, create, update, and pick contacts from the user's Contacts database using CNContactStore, CNSaveRequest, and CNContactPickerViewController. Targets Swift 6.3 / iOS 26+.
modal
lobehub/lobehub · Productivity
Imperative modal dialog creation using createModal from @lobehub/ui. \n \n Eliminates the need for open state management by calling a function directly instead of rendering a declarative component \n Provides useModalContext hook within modal content to access close() and setCanDismissByClickOutside() methods \n Supports configuration for fullscreen mode, footer content, width, and destroy-on-hidden behavior \n Requires separate i18n handling: useTranslation hook in content components, direct i1
c-level-advisor
alirezarezvani/claude-skills · Productivity
A complete virtual board of directors for founders and executives.
webgpu
cazala/webgpu-skill · Productivity
Design, implement, and debug WebGPU applications, GPU compute pipelines, and WGSL shaders. \n \n Covers WebGPU initialization, device setup, compute and render pipelines, shader authoring, and GPU/CPU synchronization strategies \n Includes architecture patterns for modular passes, phase-based simulation, spatial indexing, and capability fallback handling \n Provides guidance on performance optimization, safe readback strategies, and debugging practices for rendering, compute, ML workloads, and p
posterskill-academic-posters
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
click-path-audit
affaan-m/everything-claude-code · Productivity
Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other.