productivity▌
6,493 indexed skills · max 10 per page
sf-data
jaganpro/sf-skills · Productivity
Use this skill when the user needs Salesforce data work: record CRUD, bulk import/export, test data generation, cleanup scripts, or data factory patterns for validating Apex, Flow, or integration behavior.
obviously-awesome
wondelai/skills · Productivity
This skill implements the product positioning methodology from April Dunford's "Obviously Awesome." It provides a structured, repeatable process for defining how your product is the best in the world at delivering something a well-defined set of customers cares a lot about. Positioning is the foundational strategic exercise that determines how customers perceive your product, what they compare it to, and ultimately whether they buy it.
dev-session
jezweb/claude-skills · Productivity
Structured progress tracking for multi-session development work with durable handoff files. \n \n Four core modes: start a new session with project orientation, checkpoint progress with WIP commits and learnings capture, resume from SESSION.md with git diff context, and wrap sessions with completeness checks \n Automatically manages SESSION.md files (progress log, current position, blockers, resume instructions) and updates CLAUDE.md with discovered patterns and gotchas \n Reads git history and
auto-animate
jezweb/claude-skills · Productivity
Zero-config animations for React, Vue, Solid, Svelte, Preact with automatic error prevention and accessibility. \n \n Prevents 15 documented issues including React 19 StrictMode bugs, SSR import errors, conditional parent rendering, flexbox layout conflicts, and drag-and-drop animation conflicts \n Automatically respects prefers-reduced-motion for accessibility; requires unique, stable keys and parent elements always in DOM \n SSR-safe via dynamic imports; critical for Next.js, Nuxt 3 (v0.8.2+),
r3f-geometry
enzed/r3f-skills · Productivity
React Three Fiber geometry for built-in shapes, custom meshes, instancing, and particle systems. \n \n Includes 15+ built-in Three.js geometries (box, sphere, cylinder, torus, polyhedrons) plus path-based shapes (lathe, tube, extrude) with configurable segments and parameters \n Create custom BufferGeometry with vertices, normals, UVs, and indices; supports dynamic updates via needsUpdate flag for animated deformations \n Drei helpers provide convenient shape components (Box, Sphere, RoundedBox)
sensitive-browser
napoleond/sensitive-browser · Productivity
Secure browser automation for sensitive operations like login, payments, and form filling with isolated credential handling. \n \n Executes credential entry, payment processing, and personal data form filling in a dedicated subprocess isolated from the main agent context \n Supports structured sensitive data via JSON file with predefined schema for credentials, payment info, and personal details; custom fields allowed \n Integrates with agent-browser through session state handoff, enabling authe
executing-plans
sickn33/antigravity-awesome-skills · Productivity
Structured plan execution with batch processing and architect review checkpoints. \n \n Loads and critically reviews implementation plans before execution, raising concerns with human partners upfront rather than proceeding blindly \n Executes tasks in batches (default: first 3 tasks) with verification steps and completion marking between each batch \n Reports results and verification output after each batch, pausing for feedback before continuing to the next batch \n Stops immediately on blocke
batch-convert
claude-office-skills/skills · Productivity
This skill enables batch conversion of documents between multiple formats using a unified pipeline. Convert hundreds of files at once with consistent settings, automatic format detection, and parallel processing for maximum efficiency.
asc-metadata-sync
rudrankriyam/asc-skills · Productivity
Use this skill to keep local metadata in sync with App Store Connect.
github-pr-review
fvadicamo/dev-agent-skills · Productivity
Resolve PR review comments with severity-based prioritization, fix application, and thread replies. \n \n Fetches inline comments and review bodies from GitHub, classifies by severity (CRITICAL > HIGH > MEDIUM > LOW), and displays a structured summary table before processing \n Parses CodeRabbit review sections (outside diff, duplicate, nitpick) and uses embedded \"Prompt for AI Agents\" context to understand issues and suggested fixes \n Applies fixes with user confirmation, commits functionall