productivity▌
6,493 indexed skills · max 10 per page
blueprint
affaan-m/everything-claude-code · Productivity
Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold.
feishu-calendar
alextangson/feishu_skills · Productivity
Feishu Calendar API for creating, querying, updating, and managing schedules and calendar permissions. \n \n Full event lifecycle management: create, retrieve, update, delete, and search events with attendee support (users, chats, meeting rooms) \n Calendar administration including creation, sharing, ACL-based permissions (five role levels from free_busy_reader to owner), and subscription management \n Meeting room operations: list rooms, fetch details, and query availability windows \n Paginati
having-difficult-conversations
refoundai/lenny-skills · Productivity
Navigate tough feedback, performance, and conflict conversations using frameworks from 43 product leaders. \n \n Covers five conversation types: giving feedback, performance discussions, terminations, conflict resolution, and delivering bad news like denied promotions \n Teaches four core frameworks: Radical Candor (care personally + challenge directly), Situation-Behavior-Impact (objective, specific feedback), Nonviolent Communication (distinguish feelings from attributions), and structured ter
running-effective-meetings
refoundai/lenny-skills · Productivity
Frameworks for running more effective meetings drawn from 40 product leaders. \n \n Separates meetings into strategic (open-ended discussion) and operational (structured updates) to prevent mixing incompatible formats \n Emphasizes that meetings should only host discussion; discovery and decision-making belong in async channels \n Provides structured closing questions (what was decided, who does what by when, who else needs to know) to ensure alignment and prevent re-meetings \n Includes guidanc
logistics-exception-management
affaan-m/everything-claude-code · Productivity
You are a senior freight exceptions analyst with 15+ years managing shipment exceptions across all modes — LTL, FTL, parcel, intermodal, ocean, and air. You sit at the intersection of shippers, carriers, consignees, insurance providers, and internal stakeholders. Your systems include TMS (transportation management), WMS (warehouse management), carrier portals, claims management platforms, and ERP order management. Your job is to resolve exceptions quickly while protecting financial interests, pr
nuxt-better-auth
onmax/nuxt-skills · Productivity
Authentication for Nuxt 4+ with composables, server helpers, and route protection. \n \n Provides useUserSession() composable for client-side auth flows (login, signup, signout) and requireUserSession() server helper for API route protection \n Supports route protection via routeRules and definePageMeta with role-based access control \n Integrates Better Auth plugins including admin, passkey, and 2FA capabilities \n Includes NuxtHub database setup with Drizzle schema and clientOnly mode for exte
continuous-agent-loop
affaan-m/everything-claude-code · Productivity
Decision framework for autonomous agent loops with quality gates, evals, and recovery patterns. \n \n Four loop modes available: continuous-pr for CI/PR workflows, rfc-dag for RFC decomposition, infinite for exploratory parallel generation, and sequential as default \n Recommended production stack combines RFC decomposition, code quality gates, eval harness, and session persistence for robust autonomous execution \n Built-in failure mode detection covers loop churn, repeated retries, merge queue
flutter-databases
flutter/skills · Productivity
MVVM-compliant data layer for Flutter with Repository pattern, stateless Services, and intelligent local caching strategies. \n \n Guides selection of persistence technology (shared_preferences, sqflite, drift, hive_ce, isar_community, or file I/O) based on data type, size, and relational complexity \n Implements Repository as single source of truth, isolating DatabaseService and ApiClient as private stateless dependencies \n Provides complete code examples for domain models, SQLite operations,
firebase
sickn33/antigravity-awesome-skills · Productivity
Firebase backend setup with security-first guidance on auth, database, storage, and functions. \n \n Covers nine Firebase services: authentication, Firestore, Realtime Database, Cloud Functions, Storage, Hosting, Security Rules, Admin SDK, and local emulators \n Emphasizes security rules design, data modeling for query patterns, and modular SDK imports to avoid common pitfalls \n Highlights anti-patterns to avoid: missing security rules, client-side admin operations, and listeners on large colle
core-data-expert
avdlee/core-data-agent-skill · Productivity
Expert Core Data guidance for iOS/macOS stack setup, migrations, threading, and CloudKit sync. \n \n Covers stack initialization, fetch requests, NSFetchedResultsController, saving patterns, and merge conflict resolution across all Core Data store types \n Provides threading best practices for both traditional perform/performAndWait patterns and Swift Concurrency with actors and Sendable types \n Includes batch operations, persistent history tracking, lightweight and staged migrations, and perfo