productivity▌
6,493 indexed skills · max 10 per page
toutiao-publisher
guanyang/super-publisher · Productivity
Publish articles to Toutiao with persistent login and browser-based publishing. \n \n One-time QR code login with automatic session persistence; subsequent publishes use saved credentials without re-authentication \n Interactive publishing mode opens authenticated browser directly to the publish page, or fully automated mode via command-line arguments (title, content file, cover image) \n Automatic title optimization to meet Toutiao's 2–30 character requirement; truncates or pads as needed \n Se
podcast
marswaveai/skills · Productivity
Generate podcast episodes with 1-2 AI speakers discussing a topic. Supports quick overviews, deep analysis, and debate formats. Input can be a topic description, URL(s), or text. Output is a full audio episode with transcript.
migration-helper
get-convex/agent-skills · Productivity
Plan and execute Convex schema migrations safely with zero-downtime data transformations. \n \n Covers safe additive changes (optional fields, new tables, indexes) that require no migration code, and breaking changes (required fields, type changes, renames) that need custom migration functions \n Provides patterns for batch processing, scheduled migrations via cron jobs, and dual-write strategies to maintain app availability during transitions \n Includes complete examples for common scenarios:
feature-spec
anthropics/knowledge-work-plugins · Productivity
Structured product requirements documents with problem statements, user stories, and success metrics. \n \n Guides PRD structure across eight sections: problem statement, goals, non-goals, user stories, requirements (P0/P1/P2), success metrics, open questions, and timeline considerations \n Provides frameworks for user story writing, MoSCoW requirement prioritization, and acceptance criteria in Given/When/Then format \n Includes guidance on defining leading and lagging success metrics with speci
recipe-deploy-apps-script
googleworkspace/cli · Productivity
Deploy local files to Google Apps Script projects with version control. \n \n Requires the gws-apps-script skill and gws command-line tool as prerequisites \n Supports listing projects, retrieving project content, updating files, and creating versioned releases \n Workflow covers four core operations: project discovery, content inspection, file updates, and version creation \n
convex-component-authoring
waynesutton/convexskills · Productivity
Self-contained Convex packages with isolated databases, functions, and type-safe exports for reuse across projects. \n \n Includes isolated database tables, queries, mutations, actions, and TypeScript types within a single component package \n Supports multiple component instances in a single app with custom naming and configuration options \n Provides optional React hooks for type-safe frontend integration and simplified consumer APIs \n Publishes to npm with proper peer dependencies, TypeScrip
customer-journey-mapping-workshop
deanpeters/product-manager-skills · Productivity
Facilitate a structured workshop to map customer journeys, identify pain points, and align teams on experience improvements. \n \n Guides you through five adaptive questions covering persona selection, scenario definition, journey phases, actions/emotions/thoughts per phase, and opportunity prioritization \n Generates a complete journey map artifact with 4–6 phases, customer emotions and pain points per phase, and 5–7 ranked improvement opportunities tied to specific phases \n Designed for disco
onboarding-new-hires
refoundai/lenny-skills · Productivity
Structured 30-60-90 day onboarding framework drawing from 14 product leaders' approaches. \n \n Covers listening tours, milestone planning, early wins, and belonging through pairing rather than isolation on day one \n Emphasizes defining success at 90 days, 1 year, and 2 years before onboarding begins, plus identifying golden rituals to teach by first Friday \n Includes relationship design conversations, documented management philosophy, and early ownership assignment to accelerate ramp-up to 30
production-code-audit
sickn33/antigravity-awesome-skills · Productivity
Autonomously scan and transform entire codebases into production-grade, enterprise-ready quality. \n \n Performs comprehensive line-by-line analysis across security, performance, architecture, code quality, and testing gaps without user prompts \n Automatically fixes critical issues including SQL injection, hardcoded secrets, weak authentication, N+1 queries, and architectural problems like circular dependencies and god classes \n Adds production infrastructure including structured logging, erro
postgresql-database-engineering
manutej/luxor-claude-marketplace · Productivity
Comprehensive PostgreSQL database engineering covering indexing, query optimization, replication, and production management. \n \n Covers 6 index types (B-tree, Hash, GiST, GIN, BRIN, SP-GiST) with decision matrices for choosing the right index for specific query patterns \n Includes streaming and logical replication setup, failover procedures, and high-availability configuration with synchronous/asynchronous modes \n Provides partitioning strategies (range, list, hash) with automation examples