productivity▌
6,493 indexed skills · max 10 per page
authenticate-wallet
coinbase/agentic-wallet-skills · Productivity
Email OTP-based wallet authentication with validation and status checking. \n \n Two-step login flow: initiate with email to receive a 6-digit OTP, then verify with the flowId and code to complete authentication \n Includes input validation rules for email, flowId, and OTP to prevent shell injection before executing commands \n Provides status checking, balance queries, address retrieval, and wallet window access via companion CLI commands \n All commands support --json output for machine-readab
image-enhancer
composiohq/awesome-claude-skills · Productivity
Enhance image resolution, sharpness, and clarity for professional-quality output. \n \n Analyzes and improves resolution, sharpness, and compression artifacts; intelligently upscales images while reducing noise \n Supports batch processing of entire directories and preserves original files automatically \n Optimizes output based on intended use case: web, print, social media, or presentations \n Works best with screenshots and digital images; accepts PNG and JPG formats with configurable output
service-mesh-observability
wshobson/agents · Productivity
Comprehensive observability for Istio and Linkerd service meshes with distributed tracing, metrics, and visualization. \n \n Covers three observability pillars: metrics (request rate, error rate, latency), traces (span context, dependencies, bottlenecks), and logs (access logs, error details) \n Includes ready-to-use templates for Prometheus, Grafana, Jaeger, Kiali, and OpenTelemetry integration with Istio and Linkerd \n Provides golden signals framework (latency, traffic, errors, saturation) wi
senior-architect
sickn33/antigravity-awesome-skills · Productivity
Three-script toolkit for analyzing, designing, and optimizing software architecture across modern tech stacks. \n \n Includes Architecture Diagram Generator for automated scaffolding with configurable templates, Project Architect for deep analysis with performance metrics and recommendations, and Dependency Analyzer for advanced dependency management \n Supports full-stack development: React, Next.js, React Native, Flutter on frontend; Node.js, Express, GraphQL on backend; PostgreSQL, Prisma for
scaffold-exercises
mattpocock/skills · Productivity
Create exercise directory structures that pass pnpm ai-hero-cli internal lint, then commit with git commit.
asc-submission-health
rudrankriyam/app-store-connect-cli-skills · Productivity
Preflight App Store submissions, validate builds, and monitor review status with asc command-line tools. \n \n Provides pre-submission checklist covering build validation, encryption compliance, content rights declarations, metadata completeness, and localization requirements \n Includes two submission workflows: the Review Submissions API (recommended) for granular control, and the simpler asc submit create command for direct version submission \n Offers monitoring and cancellation commands to
angular-tooling
analogjs/angular-skills · Productivity
Angular CLI and development tools for v20+ project setup, code generation, building, testing, and configuration. \n \n Covers project creation, component/service/directive/pipe generation, and schematic-based code scaffolding with inline templates and change detection options \n Includes development server configuration, production builds with budgets and hashing, and bundle analysis via stats-json output \n Supports unit and e2e testing, linting with auto-fix, and environment-based file replace
fix
facebook/react · Productivity
Automated code formatting and linting to resolve style issues before CI checks. \n \n Runs Prettier for code formatting and linc for lint validation in sequence \n Identifies remaining manual fixes needed after automated corrections \n Prevents CI failures by catching formatting and lint errors before commit \n
make-repo-contribution
github/awesome-copilot · Productivity
Enforce repository contribution guidelines before creating issues, branches, commits, or pull requests. \n \n Searches repository documentation (README, CONTRIBUTING.md, templates) to identify required contribution workflows, branch naming conventions, and commit message formats \n Applies security boundaries that prevent executing arbitrary commands, accessing files outside the repository, making network requests, or including secrets in contributions \n Treats issue and PR templates as formatt
recipe-bulk-download-folder
googleworkspace/cli · Productivity
Bulk download all files from a Google Drive folder with automatic format conversion. \n \n Requires the gws-drive skill and gws binary to execute \n Lists folder contents by querying parent folder ID, then downloads each file individually \n Supports exporting Google Docs and Sheets as PDF or other formats during download \n Workflow: query folder, iterate through results, download or export each file to local storage \n