productivity▌
6,493 indexed skills · max 10 per page
convex-migration-helper
get-convex/agent-skills · Productivity
Plan and execute Convex schema migrations safely with multi-deploy workflows and data transformation. \n \n Follows a predictable three-step pattern: widen schema, migrate data, narrow schema; handles online migrations where the app continues serving requests during async data updates \n Provides the @convex-dev/migrations component for batched, cursor-based pagination with state tracking, dry-run testing, progress monitoring, and automatic resume from failure \n Covers common patterns including
mcp-cli
github/awesome-copilot · Productivity
Command-line interface for discovering and executing MCP server tools and external integrations. \n \n Five core commands cover server discovery, tool exploration, schema inspection, execution, and grep-based searching across all available tools \n Supports JSON input/output for scripting, raw text extraction, and description flags for verbose tool documentation \n Handles complex JSON arguments via heredoc, stdin piping, or file input to accommodate special characters and multi-line payloads \n
agentic-workflow
supercent-io/skills-template · Productivity
Optimized patterns for AI agent workflows, Git integration, MCP servers, and multi-agent orchestration. \n \n Covers essential commands across Claude, Gemini, and Codex CLIs, plus keyboard shortcuts for task cancellation, history search, and plan mode toggling \n Includes session management techniques (resume, rename, aliases) and Git workflows for auto-generating commits, PRs, and managing parallel branches with worktrees \n Provides MCP server configuration guidance (Playwright, Supabase, Fire
lead-magnets
coreyhaines31/marketingskills · Productivity
Strategic planning and optimization for email capture offers and gated content. \n \n Covers lead magnet types (checklists, templates, ebooks, quizzes, webinars) matched to buyer stage, with effort and timeline estimates for each format \n Provides gating strategy guidance including what to ask for on forms, how to frame the value exchange, and delivery methods (instant download, email, drip) \n Includes landing page structure, thank you page optimization, and distribution channels (blog CTAs, p
firecrawl-search
firecrawl/cli · Productivity
Web search with optional full-page content extraction from results. \n \n Returns real search results as JSON with optional --scrape flag to fetch complete page markdown for each result, avoiding redundant fetches \n Supports filtering by source type (web, images, news), category (GitHub, research, PDF), time range (past hour/day/week/month/year), location, and country \n Use --limit to control result count and --scrape-formats to customize output formats when extracting full content \n Part of
physicist-analyst
rysweet/amplihack · Productivity
Analyze events through the disciplinary lens of physics, applying fundamental physical laws (conservation of energy, momentum, mass; thermodynamics; electromagnetism; relativity), quantitative modeling, dimensional analysis, and systems dynamics to understand causation, evaluate constraints, assess technological feasibility, analyze energy systems, and identify physical limits that govern complex systems.
validate-implementation-plan
b-mendoza/agent-skills · Productivity
Audits AI-generated implementation plans for requirements traceability, scope creep, and unverified assumptions. \n \n Annotates plans inline without rewriting, flagging missing requirement mappings, over-engineering, and risky assumptions with severity levels (critical, warning, info) \n Validates technical claims against recent sources via web search when enabled, and uses codebase exploration to verify assumptions \n Stops to ask the user for clarification on unresolved assumptions before com
churn-prevention
coreyhaines31/marketingskills · Productivity
Reduce voluntary and involuntary churn through cancel flows, dynamic save offers, and payment recovery. \n \n Design exit surveys and targeted save offers (discounts, pauses, downgrades) matched to cancellation reasons, typically recovering 25-35% of at-risk customers \n Implement proactive retention by tracking health signals (login frequency, feature usage, support sentiment) and intervening before customers reach the cancel page \n Set up dunning sequences with smart payment retries, escalati
convex-setup-auth
get-convex/agent-skills · Productivity
Set up Convex authentication with the right provider, user management, and access control patterns. \n \n Supports multiple auth providers: Convex Auth, Clerk, WorkOS AuthKit, Auth0, and custom JWT, with provider detection from repo signals \n Guides you through choosing a provider, configuring client and backend wiring, environment variables, and convex/auth.config.ts setup \n Covers authentication checks in protected functions, optional app-level user storage, and authorization patterns for ow
use-dom
expo/skills · Productivity
Run web-only libraries in Expo apps by rendering them in webviews on native and as-is on web. \n \n Supports any React web library (recharts, react-syntax-highlighter, canvas, WebGL) without modification by wrapping it in a DOM component file with the 'use dom'; directive \n Passes serializable props and async functions from native to webview, enabling bidirectional communication between native and web contexts \n Includes webview configuration options via the dom prop: scroll control, safe area