productivity▌
6,487 indexed skills · max 10 per page
product-showcase
jezweb/claude-skills · Productivity
Generate a marketing website that actually teaches people what a web app does. Not just a hero and feature grid — a multi-page site with real screenshots, animated GIF walkthroughs of workflows, feature deep-dives, and progressive depth from "what is this" to "here's exactly how it works."
product-led-growth
pmprompt/claude-plugin-product-management · Productivity
This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work.
product-strategy-session
deanpeters/product-manager-skills · Productivity
Orchestrate positioning, discovery, and roadmap planning into a validated product strategy in 2-4 weeks. \n \n Guides teams through six structured phases: positioning and market context, problem framing and validation, solution exploration, prioritization and roadmap planning, stakeholder alignment, and execution planning \n Includes decision points after problem validation and solution exploration to adapt the workflow based on uncertainty; skip discovery or experiments if assumptions are alrea
tanstack-router
tanstack-skills/tanstack-skills · Productivity
TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework).
wordpress-advanced-architecture
bobmatnyc/claude-mpm-skills · Productivity
Master advanced WordPress development patterns including REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable WordPress applications.
wordpress-performance-best-practices
bartekmis/wordpress-performance-best-practises · Productivity
WordPress performance optimization guidelines across database, caching, assets, and plugin architecture. \n \n 34 rules organized by impact across 8 categories: database optimization, caching strategies, asset management, theme performance, plugin architecture, media optimization, API/AJAX, and advanced patterns \n Covers critical areas including WP_Query optimization, transient and object cache usage, proper asset enqueueing, and REST API caching \n Designed for code review and generation workf
wordpress-setup
jezweb/claude-skills · Productivity
Connect to a WordPress site and verify working access via WP-CLI or REST API. Produces a verified connection config ready for content management and Elementor editing.
wordpress-plugin-core
jezweb/claude-skills · Productivity
Secure WordPress plugin development with hooks, database interactions, Settings API, custom post types, and REST API. \n \n Covers three architecture patterns (Simple, OOP, PSR-4) plus the Security Trinity (sanitize input, validate logic, escape output) with 29 documented vulnerability prevention patterns \n Includes critical security foundations: unique prefixes, ABSPATH checks, nonce verification, prepared statements, and capability checks with real 2025-2026 CVE examples \n Addresses WordPres
wp-wpcli-and-ops
wordpress/agent-skills · Productivity
WordPress operations and automation via WP-CLI with safe search-replace, database management, and multisite support. \n \n Covers search-replace for domain migrations, database export/import, plugin/theme/user management, cron inspection, and cache flushing \n Includes built-in guardrails: environment confirmation, dry-run validation, and backup workflows before destructive operations \n Supports multisite operations with site-specific ( --url ) and network-wide ( --network ) targeting \n Enable
wordpress-router
wordpress/agent-skills · Productivity
Classify WordPress codebases and route to the correct workflow for plugins, themes, blocks, and core checkouts. \n \n Runs automated project triage to identify repo type (plugin, theme, block theme, Gutenberg blocks, WP core) and available tooling \n Outputs classification results and decision tree routing to domain-specific skills based on user intent and project kind \n Requires repo root access and bash/Node filesystem operations; some workflows need WP-CLI \n Targets WordPress 6.9+ with PHP