productivity▌
6,493 indexed skills · max 10 per page
sandbox-agent
rivet-dev/skills · Productivity
Universal API for orchestrating multiple AI coding agents in sandboxed environments. \n \n Supports four coding agents (Claude Code, Codex, OpenCode, Amp) with a unified schema for responses, events, and session management \n Deploy locally or to cloud sandboxes including E2B, Daytona, Docker, Vercel, and Cloudflare with environment-specific configuration \n Stream agent events, manage session persistence across multiple backends (in-memory, SQLite, Postgres, IndexedDB), and handle human-in-the-
reducing-entropy
softaworks/agent-toolkit · Productivity
Minimize total codebase size by systematically identifying and removing unnecessary code. \n \n Focuses on final code amount, not effort or churn; a 50-line addition that deletes 200 lines is a win \n Requires loading a reference mindset from the skill's philosophy directory before proceeding \n Applies three core questions: what's the smallest codebase that solves this, does the change reduce total code, and what can be deleted as a result \n Flags common traps like status quo bias, premature f
audit
pbakaus/impeccable · Productivity
Systematic quality audit across accessibility, performance, theming, and responsive design with prioritized findings. \n \n Scans five dimensions: accessibility (contrast, ARIA, keyboard nav, semantic HTML, alt text, forms), performance (layout thrashing, expensive animations, bundle size, render efficiency), theming (hard-coded colors, dark mode, token consistency), responsive design (fixed widths, touch targets, overflow, text scaling), and AI anti-patterns \n Documents issues by severity (Cri
agent-tools
inferen-sh/skills · Productivity
Access 150+ cloud-hosted AI apps via CLI without GPU requirements. \n \n Covers image generation (FLUX, Gemini, Grok), video creation (Veo, Seedance, OmniHuman), LLMs (Claude, Gemini via OpenRouter), web search (Tavily, Exa), 3D modeling, and Twitter/X automation \n Automatically uploads local files when provided as paths, enabling workflows with images, audio, and media without manual URL conversion \n Run apps synchronously or asynchronously with --no-wait flag; check task status by ID for lon
using-git-worktrees
obra/superpowers · Productivity
Isolated git worktrees with smart directory selection and safety verification. \n \n Automatically detects worktree directory location by checking existing directories, CLAUDE.md preferences, or asking the user; supports both project-local (.worktrees) and global (~/.config/superpowers/worktrees) storage \n Verifies project-local directories are git-ignored before creation to prevent accidentally committing worktree contents \n Auto-detects and runs project setup (npm install, cargo build, pip i
data-context-extractor
anthropics/knowledge-work-plugins · Productivity
A meta-skill that extracts company-specific data knowledge from analysts and generates tailored data analysis skills.
firecrawl-map
firecrawl/cli · Productivity
Discover and filter URLs on a website, with optional search to locate specific pages. \n \n Supports filtering by search query to find pages matching keywords within large sites \n Includes sitemap handling strategies (include, skip, or use only) and optional subdomain inclusion \n Outputs results as plain text or JSON with configurable URL limits \n Commonly paired with firecrawl-scrape: use map with search to find the target URL, then scrape it \n
paypal-integration
wshobson/agents · Productivity
Complete PayPal payment processing with express checkout, subscriptions, refunds, and webhook handling. \n \n Supports one-time payments, recurring billing, and payouts via client-side Smart Buttons or server-side REST API \n Includes IPN (Instant Payment Notification) webhook verification and processing for asynchronous payment updates \n Provides order creation, capture, refund, and subscription management with full OAuth token handling \n Handles payment status flows (completed, refunded, rev
dispatching-parallel-agents
obra/superpowers · Productivity
Delegate independent tasks to specialized agents working concurrently with isolated context. \n \n Dispatch one agent per problem domain when facing 3+ unrelated failures across different test files or subsystems \n Each agent receives focused scope, clear goal, and constraints—no inherited session context or history \n Agents work in parallel on independent investigations, then you review summaries and integrate non-conflicting fixes \n Best for timing issues, subsystem bugs, and exploratory fi
schema-markup-generator
aaron-he-zhu/seo-geo-claude-skills · Productivity
Generate Schema.org JSON-LD markup for search engine rich results and AI understanding. \n \n Supports 10+ schema types including FAQPage, HowTo, Article, Product, LocalBusiness, Organization, BreadcrumbList, Event, and Recipe with validation against Google Rich Results requirements \n Maps content to appropriate schema types based on page purpose (blog, product, FAQ, local business, etc.) and identifies eligible rich result opportunities \n Generates valid JSON-LD with all required and optional