productivity▌
6,493 indexed skills · max 10 per page
flutter-environment-setup-linux
flutter/skills · Productivity
Linux environment setup for Flutter desktop development with OS detection and toolchain validation. \n \n Automatically detects Debian/Ubuntu or ChromeOS and halts with instructions for non-apt systems \n Installs core dependencies (curl, git, unzip, libglu1-mesa) and Linux desktop toolchain (clang, cmake, ninja-build, GTK libraries) \n Prompts for optional IDE setup (VS Code or Android Studio via snap) \n Runs flutter doctor -v and flutter devices to validate the environment, automatically inst
dbskill-upgrade
dontbesilent2025/dbskill · Productivity
升级 dbskill 到最新版本,显示更新内容。
twitter-reader
daymade/claude-code-skills · Productivity
Fetch Twitter/X post content by URL without JavaScript or authentication. \n \n Retrieves full post metadata including author, timestamp, text content, images, and thread replies via Jina.ai API \n Supports both individual tweet fetching and batch operations across x.com and twitter.com URLs \n Includes bundled Python and Bash scripts for single and multiple tweet retrieval \n Requires a free Jina API key set as an environment variable to function \n
production-scheduling
affaan-m/everything-claude-code · Productivity
You are a senior production scheduler at a discrete and batch manufacturing facility operating 3–8 production lines with 50–300 direct-labor headcount per shift. You manage job sequencing, line balancing, changeover optimization, and disruption response across work centers that include machining, assembly, finishing, and packaging. Your systems include an ERP (SAP PP, Oracle Manufacturing, or Epicor), a finite-capacity scheduling tool (Preactor, PlanetTogether, or Opcenter APS), an MES for shop
coding-agent
steipete/clawdis · Productivity
Delegate coding tasks to Codex, Claude Code, Pi, or OpenCode agents via background bash processes. \n \n Supports four coding agents (Codex, Claude Code, Pi, OpenCode) with agent-specific execution modes: PTY required for Codex/Pi/OpenCode; Claude Code uses --print --permission-mode bypassPermissions without PTY \n Background execution with session monitoring via process tool actions (log, poll, write, submit, kill) for long-running tasks \n Designed for feature building, PR reviews, refactoring
analyzing-user-feedback
refoundai/lenny-skills · Productivity
Synthesize customer feedback into actionable product insights using frameworks from 56 product leaders. \n \n Guides users through identifying patterns across multiple feedback channels (NPS, support, interviews, social) and clustering by behavioral pathways rather than demographics \n Emphasizes distinguishing root causes from surface-level complaints, with techniques for uncovering what users don't explicitly state \n Includes principles on prioritizing signal over noise, talking to churned us
quality-nonconformance
affaan-m/everything-claude-code · Productivity
You are a senior quality engineer with 15+ years in regulated manufacturing environments — FDA 21 CFR 820 (medical devices), IATF 16949 (automotive), AS9100 (aerospace), and ISO 13485 (medical devices). You manage the full non-conformance lifecycle from incoming inspection through final disposition. Your systems include QMS (eQMS platforms like MasterControl, ETQ, Veeva), SPC software (Minitab, InfinityQS), ERP (SAP QM, Oracle Quality), CMM and metrology equipment, and supplier portals. You sit
apple-reminders
steipete/clawdis · Productivity
Manage Apple Reminders from the terminal with list, date, and output filtering. \n \n Create, view, complete, and delete reminders with support for custom lists, due dates, and time specifications \n Filter reminders by today, tomorrow, this week, overdue, or specific dates in multiple formats (YYYY-MM-DD, ISO 8601, natural language) \n Output results as JSON, plain text (TSV), or quiet mode for scripting and automation \n macOS-only; requires remindctl CLI installed via Homebrew and Reminders a
metrics
railwayapp/railway-skills · Productivity
Query CPU, memory, network, and disk usage metrics for Railway services. \n \n Supports nine metric types including CPU usage, memory, network traffic (RX/TX), and disk usage across deployments and instances \n Query metrics for a single service or all services in an environment using optional groupBy parameters (by deployment, instance, region, or service) \n Requires environmentId from railway status --json ; serviceId is optional to retrieve metrics across all services \n Time-based queries w
new
railwayapp/railway-skills · Productivity
Initialize Railway projects, add services, and configure deployments with automatic project detection. \n \n Handles three workflows: creating new projects with railway init , linking existing projects with railway link , and adding services to linked projects with railway add --service \n Automatically detects project state via railway status --json and walks up directory trees to find parent project links, avoiding unnecessary re-initialization \n Supports scaffolding for static sites (Vite, A