productivity▌
6,493 indexed skills · max 10 per page
swift-style
johnrogers/claude-swift-engineering · Productivity
Swift code style conventions for clean, readable, and idiomatic code. \n \n Enforces naming conventions (UpperCamelCase for types, lowerCamelCase for everything else) and prioritizes clarity over brevity \n Advocates the \"golden path\" pattern: early returns and guards to keep happy-path logic left-aligned, avoiding deep nesting \n Covers code organization with extensions and MARK comments, memory management with weak captures, and access control best practices \n Identifies five common mistake
persona-hr-coordinator
googleworkspace/cli · Productivity
Automate HR onboarding, announcements, and employee communications across Google Workspace. \n \n Handles new hire onboarding by creating calendar events, uploading documentation to shared Drive folders, and announcing arrivals in Chat spaces \n Converts incoming email requests into tracked tasks and sends bulk announcements via Gmail with clear subject lines \n Requires four Google Workspace skills: Gmail, Calendar, Drive, and Chat \n Includes built-in PII protection via --sanitize flag for sen
planner
am-will/codex-skills · Productivity
Comprehensive, phased implementation plans broken into sprints and atomic tasks. \n \n Guides you through requirement clarification before planning, asking 5-10 targeted questions to reduce ambiguity and surface risks \n Fetches official documentation for external libraries, APIs, and frameworks to ensure version-accurate steps and current best practices \n Structures plans into logical sprints that each produce demoable, testable increments, with atomic, independently committable tasks includin
asc-ppp-pricing
rudrankriyam/app-store-connect-cli-skills · Productivity
Territory-specific pricing for subscriptions and in-app purchases using CSV import, price schedules, and per-territory commands. \n \n Supports both subscriptions and IAP with dedicated setup commands for bootstrapping new products with initial pricing and localization in one verified flow \n Bulk PPP updates via CSV import with dry-run validation; manual one-off pricing via set command with optional future-date scheduling \n Includes summary views, price-point lookup, and availability managemen
recipe-log-deal-update
googleworkspace/cli · Productivity
Append deal status updates to a Google Sheets sales tracking spreadsheet. \n \n Requires gws-sheets and gws-drive skills to locate and modify the Sales Pipeline sheet \n Workflow: find the tracking sheet by name, read existing pipeline data, then append new deal rows with date, company, status, amount, quarter, and owner fields \n Integrates with Google Drive and Sheets APIs to maintain a centralized sales pipeline log \n
recipe-batch-invite-to-event
googleworkspace/cli · Productivity
Batch-add attendees to Google Calendar events with automatic notifications. \n \n Requires the gws-calendar skill and gws binary to execute \n Workflow includes three steps: retrieve the event, patch attendees with sendUpdates: \"all\" to notify participants, and verify the update \n Supports adding multiple attendees in a single operation by passing an array of email addresses \n
write-query
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
remote-browser
browser-use/browser-use · Productivity
Cloud browser automation for sandboxed agents without local GUI access. \n \n Supports navigation, page inspection, interactions, JavaScript execution, and cookie management via 30+ CLI commands \n Includes cloud session management for running autonomous browser agents in parallel, with task monitoring and structured output options \n Provides local dev server tunneling via Cloudflare to expose ports from the remote machine to the cloud browser \n Maintains session state across commands, enablin
swap-curve-strategy
anthropics/financial-services-plugins · Productivity
You are an expert rates strategist specializing in swap curve analysis. Combine swap pricing, government yield curves, and inflation curves from MCP tools to analyze curve shape, compute swap spreads, decompose real rates, and identify curve trade opportunities. Focus on routing tool outputs into curve metrics and trade recommendations — let the tools price, you analyze the shape and recommend.
bash-defensive-patterns
sickn33/antigravity-awesome-skills · Productivity
Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability.