productivity▌
6,493 indexed skills · max 10 per page
persona-project-manager
googleworkspace/cli · Productivity
Persona for coordinating projects through task tracking, meeting scheduling, and document sharing. \n \n Requires five Google Workspace utility skills: Drive, Sheets, Calendar, Gmail, and Chat for full functionality \n Includes three built-in workflows: standup reports, weekly digests, and file announcements for common project coordination tasks \n Tracks project status by appending updates to Sheets, scheduling recurring team standups, and sending stakeholder emails \n Supports file discovery v
red-team-tools-and-methodology
sickn33/antigravity-awesome-skills · Productivity
Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces.
actionbook
actionbook/actionbook · Productivity
Pre-verified page actions and selectors for website automation without runtime discovery. \n \n Search a library of documented page interactions by task intent, then retrieve structured DOM details with tested CSS selectors ready for browser commands \n Browser commands cover navigation, form filling, clicking, text extraction, screenshots, and waiting for page changes \n Handles login walls by pausing automation and asking the user to complete authentication manually in the same session \n Daem
supabase-edge-functions
nice-wolf-studio/claude-code-supabase-skills · Productivity
This skill provides operations for working with Supabase Edge Functions - serverless TypeScript/JavaScript functions that run on Deno Deploy. Use for invoking functions, deploying code, and managing function lifecycles.
code-reviewer
jeffallan/claude-skills · Productivity
Analyzes code diffs and files to identify bugs, security vulnerabilities, performance issues, and architectural concerns with prioritized feedback. \n \n Detects common issues including SQL injection, XSS, N+1 queries, magic numbers, hardcoded secrets, and design pattern violations \n Follows a structured five-step workflow: context understanding, architecture review, code quality checks, test validation, and categorized reporting \n Produces prioritized reports organized by severity (critical,
okx-cex-portfolio
okx/agent-skills · Productivity
Account balance, positions, P&L, bills, fees, and fund transfers on OKX exchange. \n \n Read and manage trading and funding account balances, open/closed positions, realized and unrealized P&L, transaction history, and fee tiers via CLI commands \n Requires OKX API credentials configured locally; supports both live (实盘) and demo (模拟盘) profiles with mandatory profile selection before each command \n Write operations (fund transfers, position mode switching) require explicit confirmation
gws-events
googleworkspace/cli · Productivity
Real-time event streaming and subscription management for Google Workspace. \n \n Provides three core resource types: subscriptions (create, list, get, delete, patch, reactivate), operations (poll long-running tasks), and message/task streaming for real-time event delivery \n Includes helper commands for subscribing to Workspace events as NDJSON streams and renewing suspended subscriptions \n Requires Google Workspace authentication and the gws binary; use gws schema to inspect method parameters
swift-concurrency
avdlee/swift-concurrency-agent-skill · Productivity
Diagnose data races, migrate to async/await, and resolve Swift 6 concurrency issues with structured guidance. \n \n Analyzes project settings (language mode, strict concurrency level, default isolation) before proposing fixes to ensure recommendations match your build configuration \n Covers all major concurrency diagnostics: main actor isolation, actor conformance, Sendable violations, and SwiftLint warnings with smallest-safe-fix strategies \n Provides Quick Fix Mode for localized, single-file
tushare
waditu-tushare/skills · Productivity
Standardized financial data API with 400+ endpoints covering stocks, funds, futures, bonds, and macroeconomic indicators. \n \n Provides market data across multiple asset classes: stocks, ETFs, funds, futures, options, bonds, forex, and commodities with real-time and historical coverage \n Supports multiple timeframes from 1-minute bars to monthly data, with real-time streaming via WebSocket and REST API access \n Includes fundamental data such as financial statements, company management, shareh
component-refactoring
langgenius/dify · Productivity
Refactor high-complexity React components in Dify frontend with structured patterns and incremental extraction. \n \n Targets components with complexity > 50 or line count > 300; use pnpm analyze-component --json to measure and pnpm refactor-component to generate refactoring prompts \n Six core patterns: custom hooks for state/logic, sub-components for UI sections, simplified conditionals, API/data extraction, modal management, and form logic \n Dify-specific conventions for context providers, w