productivity▌
6,484 indexed skills · max 10 per page
grill-me
mattpocock/skills · Productivity
Relentless interviewing skill that stress-tests plans and designs through systematic questioning. \n \n Conducts deep-dive questioning across all aspects of a plan, walking through decision trees branch-by-branch until shared understanding is reached \n Automatically explores the codebase to answer questions where code context is available, reducing redundant back-and-forth \n Designed for design reviews, architecture validation, and pre-implementation planning where thorough vetting prevents do
premortem
parcadei/continuous-claude-v3 · Productivity
Identify failure modes before they occur by systematically questioning plans, designs, and implementations. Based on Gary Klein's technique, popularized by Shreyas Doshi (Stripe).
deslop
cursor/plugins · Productivity
Remove AI code slop \n Check the diff against main and remove AI-generated slop introduced in the branch. \n Focus Areas \n \n Extra comments that are unnecessary or inconsistent with local style \n Defensive checks or try/catch blocks that are abnormal for trusted code paths \n Casts to any used only to bypass type issues \n Deeply nested code that should be simplified with early returns \n Other patterns inconsistent with the file and surrounding codebase \n \n Guardrails \n \n Keep behavior u
write-a-prd
mattpocock/skills · Productivity
Collaborative PRD creation through structured interviews, codebase analysis, and modular design planning. \n \n Guides users through problem definition, solution ideation, and iterative design interviews to reach shared understanding \n Explores the codebase to validate assumptions and understand current architecture before planning changes \n Designs modular solutions by identifying deep modules with simple, testable interfaces that encapsulate significant functionality \n Generates comprehensi
framer-motion
pproenca/dot-skills · Productivity
Comprehensive performance optimization guide for Framer Motion animations in React applications. Contains 42 rules across 9 categories, prioritized by impact to guide automated refactoring and code generation.
travel-planner
ailabs-393/ai-labs-claude-skills · Productivity
Comprehensive travel planning assistant that builds personalized itineraries, budgets, and cultural guides from saved preferences. \n \n Collects detailed travel preferences on first use (budget level, travel style, interests, dietary restrictions, previous destinations) and maintains a database for personalized recommendations across future trips \n Generates complete trip plans including day-by-day itineraries with timing and costs, budget breakdowns by category, packing checklists tailored to
powerpoint
igorwarzocha/opencode-workflows · Productivity
Create, design, and audit PowerPoint presentations with precise layout control and design principles. \n \n Supports high-fidelity slide creation via HTML-to-PPTX conversion with exact 720pt × 405pt positioning and rasterized visuals \n Includes template-based workflows: audit decks with thumbnail grids, inject content via JSON mapping, and rearrange slides programmatically \n Enforces design quality standards: web-safe fonts only, proper hex color formatting, two-column layouts, and final verif
wordpress-elementor
jezweb/claude-skills · Productivity
Edit Elementor pages and manage templates on WordPress sites via WP-CLI or browser automation. \n \n Choose WP-CLI for safe text and URL replacements within widgets; use browser automation for structural changes, styling, and template application \n Workflow: identify the page, back up Elementor data, execute edits, flush CSS cache, and verify the live result \n Supports template duplication, template library management, and page cloning via WP-CLI meta operations \n Always clear Elementor's CSS
clean-code-principles
asyrafhussin/agent-skills · Productivity
Language-agnostic reference for SOLID principles, design patterns, DRY, KISS, and clean code fundamentals. \n \n Covers seven rule categories prioritized by impact: SOLID principles, core principles (DRY, KISS, YAGNI), design patterns, code organization, naming, functions, and documentation \n Includes 23 rules across SOLID (5), core principles (8), and design patterns (8), with 4 additional categories planned \n Provides quick reference tables, TypeScript code examples, and an audit output form
nutritional-specialist
ailabs-393/ai-labs-claude-skills · Productivity
This skill transforms Claude into a personalized nutritional advisor by maintaining a persistent database of user food preferences, allergies, goals, and dietary restrictions. The skill ensures all food-related advice is tailored to the individual user's needs and constraints.