productivity▌
6,487 indexed skills · max 10 per page
motion
hairyf/skills · Productivity
GPU-accelerated animation library for JavaScript, React, and Vue with gestures, springs, and layout transitions. \n \n Supports motion components (motion.div, motion.svg), variants, transitions with spring physics, and scroll-linked effects \n Includes gesture handlers for drag, pan, tap, press, hover, and focus interactions \n Provides layout animations with AnimatePresence, LayoutGroup, and drag-to-reorder capabilities \n Offers motion values, transforms, and imperative animation controls via
motion
jezweb/claude-skills · Productivity
React animation library with gestures, scroll effects, layout transitions, and spring physics. \n \n Supports drag-and-drop, hover/tap feedback, scroll-triggered reveals, parallax, and FLIP layout animations with hardware acceleration \n Three bundle options: 2.3 KB mini (useAnimate), 4.6 KB optimized (LazyMotion), or 34 KB full component library \n Requires \"use client\" directive in Next.js App Router; works without modification in Pages Router and Vite \n 35+ documented issues with solutions
dimensional-analysis
trailofbits/skills · Productivity
This skill orchestrates a dimensional-analysis pipeline for codebases that perform numeric computations with mixed units, precisions, or scaling factors. The main skill context is a workflow controller only: it delegates scanning, vocabulary discovery, annotation, propagation, and validation to specialized subagents, then manages batching, persistence, retries, coverage gates, and final reporting.
postman-collection-generator
patricio0312rev/skills · Productivity
Generate importable Postman collections from your API codebase automatically.
create-auth-skill
better-auth/skills · Productivity
Scaffold and implement authentication in TypeScript/JavaScript apps with Better Auth framework detection, database adapter setup, and OAuth integration. \n \n Detects frameworks (Next.js, SvelteKit, Nuxt, Astro, Express, Hono), databases (Prisma, Drizzle, MongoDB, raw drivers), and existing auth libraries through project scanning \n Supports email/password, OAuth (Google, GitHub, Apple, Microsoft, Discord, Twitter), magic links, passkeys, and phone authentication with configurable email verifica
humanizer
blader/humanizer · Productivity
Detect and rewrite AI-generated writing patterns to sound natural and human. \n \n Identifies 24 distinct AI writing tells including inflated significance, promotional language, vague attributions, em dash overuse, copula avoidance, and excessive hedging \n Rewrites problematic sections while preserving meaning, tone, and core message \n Adds personality and voice by varying sentence rhythm, using specific details, acknowledging complexity, and injecting opinions where appropriate \n Includes an
release-planning
aj-geddes/useful-ai-prompts · Productivity
Release planning ensures coordinated deployment of features to production with minimal risk, clear communication, and established rollback procedures.
council
boshu2/agentops · Productivity
Parallel multi-model consensus review with configurable perspectives, debate rounds, and deep exploration. \n \n Supports three task modes: validate (PASS/WARN/FAIL verdicts), brainstorm (explore alternatives), and research (deep analysis with trade-offs) \n Spawns 2–3 independent judges by default; scales to 6+ agents with --deep , --mixed (Claude + Codex), and --explorers sub-agents, capped at 12 total \n Debate mode ( --debate ) runs two-round adversarial review with verdict exchange and posi
web-haptics
lochie/web-haptics · Productivity
Tactile feedback for web apps using the Web Vibration API across React, Vue, Svelte, and vanilla JavaScript. \n \n Four trigger categories: notifications (success, warning, error), impacts (light, medium, heavy), selection (picker/slider detents), and extra presets (soft, rigid, nudge, buzz) \n Framework-specific hooks and composables for React, Vue, Svelte; vanilla JS class; automatic SSR handling in Nuxt and SvelteKit \n Zero dependencies, silent no-op on unsupported platforms (desktop), no fe
executing-plans
obra/superpowers · Productivity
Execute a written implementation plan with critical review and task checkpoints. \n \n Requires loading and critically reviewing the plan before execution; raises concerns with the human partner if issues are identified \n Executes tasks sequentially, marking progress and running verifications as specified in the plan \n Stops immediately on blockers (missing dependencies, test failures, unclear instructions) rather than guessing; asks for clarification \n Integrates with git-worktrees for isola