Trending Skills

The hottest skills gaining momentum in the community right now.

Showing 49657-49680 of 50587 skills
makgunay

macos-distribution

by makgunay

macOS app distribution covering code signing (Developer ID, App Store certificates), notarization (notarytool), DMG/pkg creation, App Store submission workflow, sandboxing entitlements, StoreKit for in-app purchases and subscriptions (SubscriptionOfferView, appTransactionID, Transaction.currentEntitlements, subscriptionStatusTask), StoreKit testing with local configuration files, PrivacyInfo.xcprivacy manifest, and dual distribution strategies (App Store + direct). Use when preparing an app for distribution, implementing purchases/subscriptions, configuring signing, or troubleshooting App Store rejection.

Code Gen 0 3mo ago
LauraFlorentin

proposal-sow

by LauraFlorentin

Develop professional proposals, statements of work, and engagement letters for client projects. Trigger on proposals, SOWs, scoping, pricing, bid responses, RFP responses, engagement letters, and contract initiation.

Processing 0 3mo ago
LauraFlorentin

Routing

by LauraFlorentin

A control flow pattern where a central component classifies an input request and directs it to the most appropriate specialized agent or tool.

Agents 0 3mo ago
LauraFlorentin

Exception Handling & Recovery

by LauraFlorentin

Patterns for ensuring system resilience by detecting failures (API errors, hallucinations, validation errors) and executing predefined fallback logic.

0 1mo ago
makgunay

charts-3d

by makgunay

Swift Charts 3D visualization with Chart3D container, SurfacePlot for 3D surface rendering from functions or data, Chart3DPose for viewing angle control (predefined poses and custom azimuth/inclination), Chart3DSurfaceStyle for gradient coloring, interactive rotation via @State binding, axis customization (labels, gridlines, value ranges), and visionOS volumetric rendering. Use when building data visualization with 3D surfaces, scientific plots, or immersive chart experiences.

Analytics 0 3mo ago
makgunay

accessibility

by makgunay

"Concrete accessibility implementations for SwiftUI apps on macOS and iOS. Covers: adaptive glass effects that fall back to solid backgrounds when Reduce Transparency is enabled, motion-safe animations that respect Reduce Motion, VoiceOver support (accessible labels, custom actions, rotor entries, state change announcements for both macOS and iOS), Dynamic Type with @ScaledMetric and adaptive grid layouts, keyboard navigation with FocusState and onKeyPress, Commands menus with keyboard shortcuts, high contrast mode detection, color-blind safe status indicators using accessibilityDifferentiateWithoutColor, and a complete testing checklist. Use when building any user-facing SwiftUI app to ensure it meets accessibility standards. Especially important when using Liquid Glass (which needs Reduce Transparency fallbacks) or custom animations (which need Reduce Motion handling)."

Accessibility 0 3mo ago
bjesuiter

sweetlink

by bjesuiter

Use SweetLink to connect your AI agent to a real browser tab. Like Playwright, but works in your current tab. Enables authentication, screenshots, smoke tests, and DevTools telemetry without headless automation.

Auth 0 3mo ago
jovermier

quality-severity

by jovermier

This skill should be used when classifying issues, findings, or code review problems with severity levels. Triggers on requests like "classify severity", "what is P1/P2/P3", "determine issue priority".

Processing 0 4mo ago
bjesuiter

mcporter

by bjesuiter

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

Auth 0 3mo ago
bjesuiter

jb-docs-scraper

by bjesuiter

Scrape documentation websites into local markdown files for AI context. Takes a base URL and crawls the documentation, storing results in ./docs (or custom path). Uses crawl4ai with BFS deep crawling.

Docs Gen 0 3mo ago
bjesuiter

jb-bgproc

by bjesuiter

Manage and inspect background processes for agents using the bgproc CLI. Use when asked to start, stop, list, clean, check status, or view logs for bgproc-managed processes, or when a task needs a JSON-outputting process manager.

CLI Tools 0 3mo ago
jovermier

context7-skill-generator

by jovermier

Automatically generates skills from Context7 MCP documentation responses

Code Gen 0 4mo ago
yuanxiao0115

read-github

by yuanxiao0115

Read and search GitHub repository documentation via gitmcp.io MCP service. Use when given a GitHub repo URL or owner/repo path and asked to read docs, understand the codebase, search code, or explore repository contents. Converts github.com URLs to gitmcp.io for LLM-friendly access.

Embeddings 0 4mo ago
yuanxiao0115

browserpilot-executor

by yuanxiao0115

Control browser automation through HTTP API. Supports page navigation, element interaction (click, type, select), data extraction, semantic tree analysis, screenshot, JavaScript execution, and batch operations.

API Dev 0 4mo ago
yuanxiao0115

planner

by yuanxiao0115

Create comprehensive, phased implementation plans with sprints and atomic tasks. Use when user says: "make a plan", "create a plan", "plan this out", "plan the implementation", "help me plan", "design a plan", "draft a plan", "write a plan", "outline the steps", "break this down into tasks", "what's the plan for", or any similar planning request. Also triggers on explicit "/planner" or "/plan" commands.

Auth 0 4mo ago
jovermier

coder-convex

by jovermier

Self-hosted Convex development in Coder workspaces with authentication, queries, mutations, React integration, and environment configuration

API Dev 0 4mo ago
jovermier

skill-optimizer

by jovermier

Refactors Claude Code skills to reduce token usage 80-95% using Progressive Disclosure Architecture (PDA). Splits monolithic skills into orchestrator + reference files, extracts scripts, creates reference/ directories. Use when optimizing skills, improving skill efficiency, refactoring large/bloated skills, reducing token costs, applying PDA, modularizing skills, breaking down skills, or converting encyclopedia-style skills to orchestrator pattern.

Code Gen 0 4mo ago
yuanxiao0115

plan-harder

by yuanxiao0115

Use when user specfically says 'plan harder'.

Auth 0 4mo ago
yuanxiao0115

dev-browser

by yuanxiao0115

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.

Automation 0 4mo ago
yuanxiao0115

vue-best-practices

by yuanxiao0115

Vue 3 TypeScript, vue-tsc, Volar, Vite, component props, testing, composition API.

Debugging 0 4mo ago
yuanxiao0115

codex-subagent

by yuanxiao0115

Spawn Codex subagents via background shell to offload context-heavy work. Use for: deep research (3+ searches), codebase exploration (8+ files), multi-step workflows, exploratory tasks, long-running operations, documentation generation, or any other task where the intermediate steps will use large numbers of tokens.

Code Review 0 4mo ago
jovermier

graphql-workflow

by jovermier

Activate when creating, modifying, troubleshooting, or managing GraphQL operations with codegen. This includes scaffolding .graphql files, running code generation, validating naming conventions, fixing codegen errors, or updating GraphQL types and hooks.

API Dev 0 4mo ago
yuanxiao0115

backend-dev-guidelines

by yuanxiao0115

Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.

Database 0 4mo ago
yuanxiao0115

parallel-task

by yuanxiao0115

Execute plan files by launching multiple parallel subagents to complete tasks simultaneously. Triggers on explicit "/parallel-task" commands.

Automation 0 4mo ago