productivity▌
6,493 indexed skills · max 10 per page
hono-routing
jezweb/claude-skills · Productivity
Build type-safe APIs with Hono for Cloudflare Workers, Deno, Bun, and Node.js. \n \n Supports routing, middleware, validation (Zod/Valibot), RPC, streaming (SSE), WebSocket, and security features (CSRF, secure headers) \n Type-safe context extension with c.set() and c.get() , full TypeScript inference for request/response data \n RPC pattern enables type-safe client/server communication without manual API definitions; export route types for instant IDE autocomplete \n Prevents 10 documented issu
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
code-review-checklist
sickn33/antigravity-awesome-skills · Productivity
Systematic checklist for reviewing code across functionality, security, performance, and maintainability. \n \n Covers six review areas: context understanding, functionality verification, code quality assessment, security checks, performance analysis, and test coverage validation \n Includes concrete examples of common issues (SQL injection, missing validation, unclear naming) paired with corrected versions \n Provides pre-review, per-section, and git-specific checklists to ensure nothing is mis
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
financereport
aojdevstudio/finance-guru · Productivity
Generate institutional-quality PDF investment reports for stocks and ETFs with embedded charts and portfolio sizing. \n \n Produces 8–10 page reports with VGT-style branding, executive summary, quantitative analysis tables, and strategy recommendations \n Integrates Perplexity MCP for market sentiment and catalyst research, plus built-in quant tools for risk metrics, momentum indicators, and volatility assessment \n Supports three workflows: single ticker reports, batch regeneration across watch
context-engineering-advisor
deanpeters/product-manager-skills · Productivity
Diagnose whether your AI workflows are context stuffing or context engineering, then implement structured practices to improve output quality. \n \n Distinguishes between context stuffing (volume-based) and context engineering (structure-based), with five diagnostic questions to identify Context Hoarding Disorder \n Guides two-layer memory architecture: short-term conversational memory plus long-term persistent memory via vector databases for semantic retrieval \n Implements the Research→Plan→Re
problem-framing-canvas
deanpeters/product-manager-skills · Productivity
Structured problem framing workshop using MITRE's three-phase canvas to challenge assumptions before solutioning. \n \n Guides teams through Look Inward (examine biases and assumptions), Look Outward (understand who experiences the problem and who's been left out), and Reframe (synthesize into actionable problem statement and \"How Might We\" question) \n Surfaces overlooked stakeholders, marginalized voices, and who benefits from the problem existing, ensuring equity-driven framing \n Produces
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.
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
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