Schedule multi-step calendar events from reusable instructions and run follow-up actions.
Project overview
Use this skill for workflows such as interviews, project reviews, or multi-day programs that require several linked events. A Markdown instruction file defines the required details, scheduling constraints, approval behavior, and follow-up actions for each event type. Claude checks availability, proposes a schedule, creates and verifies events through Google Apps Script, and can then send confirmations or other configured notifications. Gmail and Google Calendar connectors are required.
Route Claude Code tasks to Haiku, Sonnet, or Opus by complexity.
Project overview
Smart Router is a prompt-only Claude Code skill that classifies work with fast rules and multidimensional scoring, then delegates tasks to Haiku, Sonnet, or Opus through subagents. Multi-step requests can be routed one step at a time, and failed lower-tier attempts can escalate to a stronger model. The goal is to avoid expensive models for simple work without adding a server, package, or runtime service.
General skillProductivity and officeModel Context Protocol
email-triage
@sskaye·HTML
Classify Gmail messages with custom rules, apply labels, and archive suspected junk.
Project overview
This Claude skill reads your triage rules, scans Gmail through a read-only MCP connector, and classifies each message into built-in or custom labels. It sends an action plan to a Google Apps Script deployment, verifies the changes, and logs decisions for review. You can choose a review-first workflow or automatic labeling, but setup requires the Apps Script endpoint, a shared secret, and local rule and configuration files.
Prepare executive-ready EBR and QBR insights and presentation structures.
Project overview
This Claude skill is designed for Customer Success Managers preparing Executive Business Reviews and Quarterly Business Reviews. It focuses on organizing review material into executive-facing insights and a coherent slide structure, giving users a clearer narrative and presentation sequence for customer business-review meetings.
Review interfaces against usability heuristics, UX laws, Apple HIG, and WCAG.
Project overview
UI/UX Reviewer is a Claude Code plugin for auditing screens and components against Nielsen's ten heuristics, psychology-based UX laws, Apple Human Interface Guidelines, and WCAG 2.2. It organizes usability and accessibility findings by severity and provides actionable fixes. The bundled reference set is especially relevant to mobile and React Native work, while the review prompts can also be applied to general interface code.
Organize GitHub repositories and technical PDFs into a reusable knowledge base.
Project overview
Build a persistent technical knowledge base that can tag, search, compare, clone, and track changes across saved GitHub repositories. The skill also manages PDFs with token estimates and structured summaries for repeated reference, and requires Python, Git, and internet access for repository operations.
Manage Discord channels, roles, messages, and threads through stateless CLI commands.
Project overview
Discord Skill gives Claude Code a set of stateless commands for inspecting a server, reading and sending messages, and creating or updating channels, roles, and threads. Each command connects, returns structured JSON, and disconnects rather than running a persistent bot. Destructive operations require an explicit confirmation flag, and setup requires a Discord bot token and guild ID.
Manage Qiniu Kodo storage and CDN tasks through natural-language requests.
Project overview
qshell-copilot translates requests in Claude Code, Cursor, and other prompt-enabled IDEs into the appropriate qshell commands for uploads, downloads, file operations, buckets, CDN refreshes, and private links. It adds preflight checks, chooses upload methods by file size, and requires confirmation before destructive actions. Users still need qshell and Qiniu Cloud credentials configured locally.
General skillCommunication and collaborationModel Context Protocol
slack-to-email
@sskaye·JavaScript
Collect new Slack DMs and mentions, then email one summary per conversation.
Project overview
This Claude skill searches Slack for direct messages, group DMs, and channel mentions received since the last successful run. It removes your own messages, deduplicates results, groups them by conversation, and sends one email per source with timestamps, message text, and Slack links. State advances only after successful delivery, so failed messages can be retried. It requires a read-only Slack MCP connector, Google Apps Script, a local config file, and Python 3.
Validate a blueprint and Bash prototype before generating production-language code.
Project overview
This Claude skill guides a project through three developer-controlled stages: a non-executable `.bssh` blueprint, a working Bash prototype that you run and approve, and conversion into the chosen production language. Each gate requires explicit approval, reducing the chance that language-specific code is produced before the underlying logic has been tested. The final output can be a single file or a structured project.
Scaffold or starterSoftware developmentClaude Code
project-factory
@gastonmorixe·Shell
Create, scaffold, and push new GitHub repositories from Claude Code.
Project overview
Use an existing launchpad repository to start a completely new project from Claude Code on the web or mobile. After you describe the idea, it creates the GitHub repository, scaffolds the requested files, and pushes them; setup requires a suitably scoped fine-grained GitHub token and full network access.
Turn inline @feedback comments into reviewed code changes before committing.
Project overview
Leave requested changes directly beside the relevant source code using @feedback annotations in common comment styles. The plugin finds unaddressed notes, implements each request, and adds an @agent-response for review; once approved, a resolve command removes both annotation types and leaves clean code ready to commit.
Structure WordPress PHP projects with clearer architectural patterns in Claude Code.
Project overview
Use this skill to design or refactor WordPress PHP code with clearer responsibilities. It adapts repository patterns, service layers, domain-driven design, SOLID principles, and modern PHP practices to WordPress hooks and plugin or theme development rather than treating them as framework-neutral abstractions.
Search multiple engines or extract webpage content through Playwright.
Project overview
Anytime Search Skill drives Chromium with Playwright to query more than 18 search engines, including Google, Bing, Baidu, and DuckDuckGo, or fetch a URL and return its HTML body with scripts and styles removed. It supports text and JSON output, persistent cookies and storage, and headed or headless runs. The tool detects Google CAPTCHA pages and exits with a warning, and it requires Python 3.8+, Playwright, and Chromium.
Control and debug the active Chrome tab from Claude Code.
Project overview
BrowseLink connects Claude Code to Chrome through an extension and Native Messaging bridge. It can execute JavaScript, capture network and console activity, take screenshots, fill forms, inspect frames, and manage tabs for debugging, testing, or scraping. It operates on one active tab at a time, file-based commands add roughly one to two seconds of latency, and active debugger monitoring conflicts with open DevTools.
Check and fix PHP code against WordPress coding standards in Claude Code.
Project overview
Apply WordPress Coding Standards while writing or reviewing plugin and theme code in Claude Code. The skill covers Core, Extra, and VIP rules, with practical guidance for sanitization, escaping, nonce verification, Yoda conditions, documentation patterns, and automated fixes.
Diagnose Python dependency, package-manager, CUDA, and ABI conflicts.
Project overview
Python Environment Doctor uses conda-lens to investigate missing dependencies, version conflicts, duplicate pip and conda packages, Python or platform incompatibilities, CUDA mismatches, and ABI problems. The Claude Code workflow combines diagnostic output with project files and logs, explains likely causes, proposes fixes with trade-offs, and can apply and verify a change after permission. It requires conda-lens, which the skill can install if missing.
Find low branch coverage in Java projects and guide targeted test backfills.
Project overview
Java JaCoCo Coverage Backfill standardizes a repeatable workflow for Maven and Gradle projects: generate JaCoCo XML, rank classes by branch coverage, add targeted tests, and compare before-and-after snapshots. It supports single- and multi-module repositories and reports class, method, line, and branch metrics. The project must already generate JaCoCo XML, and the analysis scripts require Python 3.9 or later.