All authors
pleaseai avatar

Claude Skills by pleaseai

github.com/pleaseai
199 skillsA× 186B× 10C× 2F× 11 installs38 views
Recipe Create Expense TrackerA

Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.

toolsgo
0
9
Recipe Create Feedback FormA

Create a Google Form for feedback and share it via Gmail.

toolsgo
0
9
Recipe Create Gmail FilterA

Create a Gmail filter to automatically label, star, or categorize incoming messages.

toolsgo
0
9
Recipe Create Meet SpaceA

Create a Google Meet meeting space and share the join link.

businessgo
0
9
Recipe Create PresentationA

Create a new Google Slides presentation and add initial slides.

toolsgo
0
9
Recipe Create Shared DriveA

Create a Google Shared Drive and add members with appropriate roles.

toolsgo
0
9
Recipe Create Task ListA

Set up a new Google Tasks list with initial tasks.

toolsgo
0
9
Recipe Create Vacation ResponderA

Enable a Gmail out-of-office auto-reply with a custom message and date range.

toolsgo
0
9
Recipe Deploy Apps ScriptA

Push local files to a Google Apps Script project.

devopsgo
0
9
Recipe Draft Email From DocA

Read content from a Google Doc and use it as the body of a Gmail message.

toolsgo
0
9
Recipe Email Drive LinkA

Share a Google Drive file and email the link with a message to recipients.

toolsgo
0
9
Recipe Find Free TimeA

Query Google Calendar free/busy status for multiple users to find a meeting slot.

lifestylego
0
9
Recipe Find Large FilesA

Identify large Google Drive files consuming storage quota.

toolsgo
0
9
Recipe Forward Labeled EmailsA

Find Gmail messages with a specific label and forward them to another address.

toolsgo
0
9
Recipe Generate Report From SheetA

Read data from a Google Sheet and create a formatted Google Docs report.

businessgo
0
9
Recipe Label And Archive EmailsA

Apply Gmail labels to matching messages and archive them to keep your inbox clean.

toolsgo
0
9
Recipe Log Deal UpdateA

Append a deal status update to a Google Sheets sales tracking spreadsheet.

businessgo
0
9
Recipe Organize Drive FolderA

Create a Google Drive folder structure and move files into the right locations.

toolsgo
0
9
Recipe Plan Weekly ScheduleA

Review your Google Calendar week, identify gaps, and add events to fill them.

lifestylego
0
9
Recipe Post Mortem SetupA

Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.

lifestylego
0
9
Recipe Reschedule MeetingA

Move a Google Calendar event to a new time and automatically notify all attendees.

lifestylego
0
9
Recipe Review Meet ParticipantsA

Review who attended a Google Meet conference and for how long.

toolsgo
0
9
Recipe Review Overdue TasksA

Find Google Tasks that are past due and need attention.

toolsgo
0
9
Recipe Save Email AttachmentsA

Find Gmail messages with attachments and save them to a Google Drive folder.

toolsgo
0
9
Recipe Save Email To DocA

Save a Gmail message body into a Google Doc for archival or reference.

toolsgo
0
9
Recipe Schedule Recurring EventA

Create a recurring Google Calendar event with attendees.

businessgo
0
9
Recipe Search And Export EmailsA

Find Gmail messages matching a query and export them for review.

toolsgo
0
9
Recipe Send Personalized EmailsA

Read recipient data from Google Sheets and send personalized Gmail messages to each row.

toolsgo
0
9
Recipe Send Team AnnouncementA

Send a team announcement via both Gmail and a Google Chat space.

businessgo
0
9
Recipe Share Doc And NotifyA

Share a Google Docs document with edit access and email collaborators the link.

toolsgo
0
9
Recipe Share Event MaterialsA

Share Google Drive files with all attendees of a Google Calendar event.

toolsgo
0
9
Recipe Share Folder With TeamA

Share a Google Drive folder and all its contents with a list of collaborators.

toolsgo
0
9
Recipe Sync Contacts To SheetA

Export Google Contacts directory to a Google Sheets spreadsheet.

toolsgo
0
9
Recipe Transfer File OwnershipA

Transfer ownership of Google Drive files from one user to another.

toolsgo
0
9
Recipe Triage Security AlertsA

List and review Google Workspace security alerts from Alert Center.

toolsgosecurity
0
9
Recipe Watch Drive ChangesA

Subscribe to change notifications on a Google Drive file or folder.

toolsgoapi
0
9
Graphite Merge QueueA

Operate the Graphite Merge Queue — enqueue PRs via label, dequeue, monitor queue status, and reason about stacked-PR queueing. Use when the user mentions Graphite merge queue, "merge when ready", queueing a PR, dequeueing, fast-track, the merge-queue label, "enqueue", "the queue", or when they ask to merge a PR/stack through Graphite (not directly). Triggers on phrases like "queue this PR", "add to merge queue", "enqueue stack", "remove from queue", "why didn't my PR merge", and on edits to `...

toolsgoshell
0
9
Graphite SetupA

Configure a GitHub repository for Graphite — branch protection, merge queue, CI triggers, and stack-aware CI optimizations. Use when the user is onboarding a repo to Graphite, mentions Graphite branch protection / required checks / signed commits / merge queue, sees CI failing on `graphite-base/*` branches, asks about merge-queue choice (Graphite vs GitHub vs external), or wants to reduce CI cost for stacked PRs (CI Optimizations, stack-aware CI, `needs.optimize_ci.outputs.skip`). Triggers on...

devopsgobash
0
9
GraphiteA

Drive the Graphite CLI (`gt`) for stacked pull-request workflows. Use when the user works with stacked PRs, mentions Graphite, gt, "the stack", or wants to create/submit/sync/restack/split/squash/fold branches. Triggers on `gt` commands, "stack of PRs", "stacked diffs", "trunk-based", `.graphite_repo_config`, branches prefixed by a Graphite user (e.g. `lms--`, `pp--`).

toolsgobash
0
9
MarkitdownA

Convert documents to Markdown using MarkItDown MCP tools. Use when the user wants to convert PDF, read PPTX, extract text from DOCX, convert document to markdown, or mentions .pdf/.docx/.pptx/.xlsx/.xls/.ppt/.doc files for reading or conversion. Triggers on phrases like "convert to markdown", "read this document", "extract text from", "parse this file" with binary document formats.

data-aijava
0
9
MastraA

Comprehensive Mastra framework guide. Teaches how to find current documentation, verify API signatures, and build agents and workflows. Covers documentation lookup strategies (embedded docs, remote docs), core concepts (agents vs workflows, tools, memory, RAG), TypeScript requirements, and common patterns. Use this skill for all Mastra development to ensure you're using current APIs from the installed version or latest documentation.

developmenttypescriptrust
0
9
Use MastraB

Answer questions about the Mastra AI framework and help build agents, workflows, tools, memory, and RAG features. Use when developers: (1) ask about Mastra APIs like `Mastra`, `Agent`, `createWorkflow`, `createTool`, `createStep`, `Memory`, or run the `mastra` CLI; (2) wire up agents, workflows, or step-based orchestration; (3) integrate `@mastra/*` packages (`@mastra/core`, `@mastra/memory`, `@mastra/rag`, `@mastra/evals`, `@mastra/deployer`, `@mastra/server`, `@mastra/pg`, `@mastra/libsql`,...

developmenttypescriptrust
0
9
Mcp BuilderA

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

documentationtypescriptpython
0
9
Next Best PracticesA

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

developmentgoreact
0
9
Next Cache ComponentsA

Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag

developmentgoshell
0
9
Next UpgradeA

Upgrade Next.js to the latest version following official migration guides and codemods

developmenttypescriptbash
0
9
Nuxt I18nA

Nuxt i18n internationalization module for locale routing, lazy-loaded translations, SEO, browser detection, and multi-domain setups. Use when working with @nuxtjs/i18n, locale switching, translated routes, or i18n composables.

developmentvueapi
0
9
Nuxt SeoA

Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data.

toolsbashgit
0
9
Nuxt UiA

Build UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces.

developmentgobash
0
9
NuxtA

Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.

developmentvuenode
0
9