productivity▌
6,493 indexed skills · max 10 per page
comment-code-generate-a-tutorial
github/awesome-copilot · Productivity
Refactor Python scripts into beginner-friendly projects with instructional comments and markdown tutorials. \n \n Applies PEP 8 style guide compliance and standard Python best practices to improve code quality \n Adds instructional comments throughout the code explaining logic, reasoning, and importance for learners \n Generates a complete README.md tutorial with project overview, setup instructions, code breakdown, usage examples, and sample output \n Renames unclear variables and functions for
image-generation-mcp
supercent-io/skills-template · Productivity
Generate high-quality images via Gemini models with structured prompts, aspect ratios, and brand validation. \n \n Supports multiple Gemini models (gemini-3-pro-image, gemini-2.5-flash-image, gemini-2.5-pro-image) optimized for different quality and speed tradeoffs \n Enforces structured prompt format covering subject, style, lighting, mood, composition, aspect ratio, and brand colors to ensure consistent outputs \n Includes validation workflows across multiple agents for prompt completeness, st
baoyu-url-to-markdown
jimliu/baoyu-skills · Productivity
Fetch any URL and convert to clean markdown using Chrome CDP with intelligent fallback conversion. \n \n Supports two capture modes: auto-capture on page load or wait-for-user-signal for login-required and lazy-loading pages \n Saves rendered HTML snapshot alongside markdown output with YAML front matter including metadata, URL, title, and capture timestamp \n Upgraded Defuddle-based conversion pipeline with automatic fallback to legacy HTML-to-Markdown extractor; falls back to hosted defuddle.m
baoyu-post-to-x
jimliu/baoyu-skills · Productivity
Post text, images, videos, and long-form articles to X via real Chrome browser automation. \n \n Supports four post types: regular posts with images, video posts, quote tweets, and long-form Markdown articles (X Premium required) \n Uses real Chrome with Chrome DevTools Protocol to bypass anti-bot detection; session persists after first manual login \n Scripts fill content into the browser compose window; user reviews and publishes manually \n Requires bun runtime and Google Chrome or Chromium;
lark-sheets
larksuite/cli · Productivity
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理
gws-events-renew
googleworkspace/cli · Productivity
Renew or reactivate Google Workspace Events subscriptions before expiration. \n \n Renew individual subscriptions by name or bulk-renew all subscriptions expiring within a specified time window \n Supports flexible time windows (e.g., 1h, 30m, 2d) for batch renewal operations \n Designed for automation via cron jobs to maintain continuous subscription activity \n Requires Google Workspace authentication and the gws CLI tool with shared skill dependencies \n
autonomous-agent-patterns
davila7/claude-code-templates · Productivity
Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex.
recipe-reschedule-meeting
googleworkspace/cli · Productivity
Reschedule Google Calendar events and automatically notify all attendees of time changes. \n \n Requires the gws-calendar skill to function \n Uses a three-step workflow: find the event via agenda, retrieve full event details, then patch the event with new start and end times \n Automatically sends update notifications to all attendees through the sendUpdates: \"all\" parameter \n Supports timezone-aware scheduling with configurable date, time, and timezone fields \n
suggest-awesome-github-copilot-instructions
github/awesome-copilot · Productivity
Analyze current repository context and suggest relevant copilot-instruction files from the GitHub awesome-copilot repository that are not already available in this repository.
sadd:subagent-driven-development
neolabhq/context-engineering-kit · Productivity
Create and execute plan by dispatching fresh subagent per task or issue, with code and output review after each or batch of tasks.