Explorar el registro
Todas las entradas, por orden alfabético — 57.265 en total. Página 183 de 230.
- react-core-architectureUse when reasoning about React's rendering model, understanding the component tree, or debugging unexpected up
- react-core-concurrentUse when implementing loading states, optimizing perceived performance, handling slow renders, or adding Suspe
- react-core-stateUse when designing state architecture, choosing between state management approaches, or solving state-related
- react-devThis skill should be used when building React components with TypeScript, typing hooks, handling events, or wh
- react-developmentReact-specific development patterns including hooks (useState, useEffect, useReducer, useContext), component a
- react-doctorScans React code for anti-patterns. Finds unnecessary useEffect, prop drilling, accessibility issues. Run repe
- react-effects-auditUse when auditing React or Next.js components for unnecessary or unsafe useEffect usage -- detects 9 anti-patt
- react-error-loading-empty-statesDesign and implement React loading, error, empty, offline, retry, not-found, Suspense, skeleton, and route-bou
- react-errors-boundariesUse when building React components that need error recovery and graceful failure handling. Prevents the common
- react-errors-debuggingUse when debugging React applications, interpreting console warnings, profiling performance, or understanding
- react-errors-hooksUse when encountering hook-related errors, infinite re-render loops, stale state issues, or eslint-plugin-reac
- react-errors-hydrationUse when encountering hydration warnings, debugging SSR/SSG mismatches, or implementing server-rendered React
- react-expertReact 컴포넌트를 설계·구현·리팩터링하거나 상태 관리, useEffect 남용, 리렌더 성능, 접근성 문제를 다룰 때 사용한다. React 19 기준.
- react-form-patternsImplement polished React form patterns. Use for contact forms, lead forms, booking forms, waitlists, checkout
- react-frontendReact, TypeScript, and Next.js patterns for frontend development. Use when building React components, managing
- react-guideUse when building or editing React 19+ components, hooks, or app routing. Triggers on `.tsx`/`.jsx` files with
- react-hook-builderCreates custom React hooks for common patterns including data fetching, forms, authentication, local storage,
- react-hooksBest practices for React Hooks usage and custom hook creation.
- react-hooks-best-practicesProvides React patterns for hooks, effects, refs, and component design. Covers escape hatches, anti-patterns,
- react-hooks-reviewReview React (functional component + hooks) code before you PR for common regressions. `useEffect` dependency-
- react-impl-data-fetchingUse when fetching data from APIs, managing server state, implementing loading and error states, or choosing a
- react-impl-performanceUse when optimizing render performance, profiling components, reducing bundle size, or implementing code split
- react-impl-project-setupUse when creating a new React project, configuring Vite, setting up TypeScript, or establishing project conven
- react-impl-routingUse when implementing client-side routing, setting up route configuration, handling navigation, or building pr
- react-impl-server-componentsUse when building with Server Components, deciding server vs client boundaries, implementing Server Actions, o
- react-impl-stylingUse when styling React components, choosing a CSS approach, implementing responsive design, or managing CSS ar
- react-impl-testingUse when writing component tests, testing hooks, setting up test infrastructure, or debugging test failures. P
- react-modernizationUpgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent fe
- react-nativeReact Native and Expo patterns for building performant mobile apps. Covers list performance, animations with R
- react-native-architectureBuild production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform pat
- react-native-best-practicesProvides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders,
- react-native-brownfield-migrationProvides an incremental adoption strategy to migrate native iOS or Android apps to React Native or Expo using
- react-native-coreReact Native core components, layout, styling, animations, lists, platform APIs, and best practices. Use when
- react-native-devReact Native and Expo development guide covering components, styling, animations, navigation, state management
- react-native-ecosystemReact Native ecosystem — navigation, state, data fetching, Reanimated, storage, TypeScript patterns, accessibi
- react-native-expertSenior React Native and Expo engineer for building production-ready cross-platform mobile apps. Use when build
- react-native-expoExpo toolchain for React Native — Expo Router, EAS Build/Update/Deploy, native modules, SDK upgrading, and Exp
- react-native-handbookPersonal rulebook/handbook for building React Native mobile apps (Expo or bare RN CLI) with this user. Covers
- react-native-mmkvFast synchronous key-value storage for React Native via react-native-mmkv (Nitro-backed). Covers creating and
- react-native-performanceDeep React Native performance — FPS profiling, bundle size, TTI measurement, native threading, memory leaks, a
- react-native-performance-reviewerReview React Native and Expo Go code changes for mobile performance, memory usage, CPU pressure, battery impac
- react-native-reusablesshadcn/ui-style components for React Native with NativeWind v4, RN Primitives, and CLI scaffolding. Use when b
- react-native-testingDeep React Native Testing Library (RNTL) reference — v13 (React 18 sync) and v14 (React 19 async), queries, us
- react-native-vision-cameraBest-practices guide for react-native-vision-camera v5 (Nitro rewrite, April 2026) and migrating from v4. Use
- react-patternsReact 19+ best practices and patterns. Covers hooks, composition, server components, performance optimization,
- react-performanceOptimization strategies for React applications (Client & Server).
- react-python-appScaffold and build full-stack React + FastAPI applications. Use this skill whenever the user wants to create a
- react-query-best-practicesUse this skill whenever writing, reviewing, or refactoring code that uses TanStack Query / React Query (any of
- react-relay-table>
- react-responsive-componentsBuild responsive React components and sections for premium websites. Use when components need mobile, tablet,
- react-securitySecurity practices for React (XSS, Auth, Dependencies).
- react-senior-code-reviewSenior-level review of a React feature, by theSeniorDev — structure & boundaries, state & data flow, performan
- react-senior-interviewInteractive 10-question multiple-choice React interview, by theSeniorDev — drawn from the same principles as `
- react-state-and-effects-disciplineDiscipline React state, derived data, effects, refs, reducers, context, and event handlers. Use when component
- react-state-managementMaster modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up
- react-syntax-componentsUse when creating components, typing props with TypeScript, forwarding refs, or implementing component composi
- react-syntax-contextUse when sharing state across components without prop drilling, implementing theme/auth/locale providers, or o
- react-syntax-eventsUse when handling user interactions, typing event handlers with TypeScript, working with form inputs, or imple
- react-syntax-formsUse when building forms, handling form submission, implementing form validation, or using React 19 form action
- react-syntax-hooks-advancedUse when working with advanced hooks, integrating external stores, or using React 19 form and promise hooks. P
- react-syntax-hooks-basicUse when using any core React hook, writing side effects, managing component state, or optimizing re-renders.
- react-syntax-jsxUse when writing JSX/TSX, rendering lists, implementing conditional rendering, or typing components with TypeS
- react-syntax-refsUse when accessing DOM elements, forwarding refs to child components, implementing imperative APIs, or managin
- react-testingFrontend testing standards using Vitest, React Testing Library, and Playwright. Use when writing UI tests.
- react-to-iosUse React/React Native code as the source of truth and implement the equivalent feature in iOS/Swift. Understa
- react-useeffectReact useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived
- react-viteGuidelines for building React + Vite web apps in the pnpm monorepo with design subagent delegation.
- react-vite-best-practicesReact and Vite performance optimization guidelines. Use when writing, reviewing, or optimizing React component
- react-vite-performance-reviewerReview React and Vite web app code changes for browser performance, memory usage, CPU pressure, bundle size, n
- react-vitestUse when adding or improving tests in a React project that uses Vitest — covers component testing with Testing
- react18-batching-patternsProvides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components.
- react19Patrones y APIs de React 19. Usa cuando trabajes con componentes, hooks, o cualquier codigo React para asegura
- reactions-stoichiometryBalancing chemical equations, reaction classification, stoichiometric calculations, acid-base chemistry, oxida
- reactivation-specialistUse when the user asks to "build a win-back campaign", "re-engage lapsed subscribers", "run a re-permission /
- reactive-dashboard-performanceExpert in building blazing-fast reactive dashboards with comprehensive testing. Masters React performance patt
- reactive-integration-designObserve facts, not promises — prefer kernel/runtime event streams (docker events, inotify, K8s watch, fanotify
- reactor-sub-agent專責處理 RIF (Required Behavior Frame) 類型的需求。讀取規格目錄結構,生成/審查 Event Handler 設計與實作。支援冪等性、重試、死信佇列。
- readFetches any URL or PDF as clean Markdown via a proxy cascade. Handles paywalls, JS-heavy pages, GitHub, X/Twit
- read-and-edit-fileAutocreates skill.md files from Claude Code logs dataset
- read-anything即时分析:任意链接(网页/博客/YouTube/B站/小宇宙播客/X)或本地录音(会议录音/语音备忘录)→ 抓取或本地转写 → 中文结构化解读(精读稿/快扫/访谈拆解/会议纪要/论文拆解/选题素材六种模板+自定义)→ 基
- read-arxiv-paperUse this skill when asked to read an arxiv paper given an arxiv URL
- read-before-editUse when about to modify code in a file or function you haven't actually read yet — making a change in an unfa
- read-bin-docsStraightforward text extraction from document files (text-based PDF only for now, no OCR or docx). Use when yo
- read-bookWhen you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text,
- read-deleted-pagesRecover deleted, edited or historical web content using the Wayback Machine and its CDX API, archive.today, Co
- read-docs-firstAutocreates skill.md files from Claude Code logs dataset
- read-memoriesSearch past Claude Code session logs to recover context from previous conversations. Finds past decisions, dat
- read-multiple-filesAutocreates skill.md files from Claude Code logs dataset
- read-not-decorateUse when someone hands you a finished long-form markdown document (a report, an essay, an archived article, a
- read-notesRead reference papers from /notes/ for theoretical context. Lists available PDFs and asks the user which to re
- read-only-opsRead-only exploration, inspection, and reporting without modifications. Explore and report on code/config/stat
- read-paperDeep-dive a single paper — methodology, assumptions, implications. Triggers on "read this paper", "读论文", "expl
- read-qcWorkflow for sequencing read QC, trimming, contamination screening, and pre-alignment cleanup.
- read-research-paperRenders ANY research paper (URL / arXiv ID / DOI / PDF / pasted text) into a visually engaging multi-format re
- read-the-source-firstWhen a dependency behaves unexpectedly, read its source code before chasing maintainers, Stack Overflow, or st
- read-then-editAutocreates skill.md files from Claude Code logs dataset
- read-then-edit-twiceAutocreates skill.md files from Claude Code logs dataset
- readabilityAnalyze text readability with Flesch-Kincaid, Gunning Fog, SMOG, and other metrics. Returns objective scores w
- readability-checkRuns a readability audit on a blog post draft or other multi-paragraph prose, calibrated for readers who read
- readability-guidanceSurfaces Han's shared Human-Readable Output Standard — the readability rule and the writing-voice profile — in
- readable-codeLanguage-agnostic local-clarity craft -- shape control flow, the naming of a whole set, and reading order so a
- readable-measureSet line length and measure for comfortable reading across type sizes and breakpoints. Use when tuning body te
- reader-testUse when a spec, plan, proposal, estimate or client-facing document has been written or substantially revised
- reading-compassDistill any of 61 books (from 行者老师's 100-book reading list) for the user's specific life stage and role. The s
- reading-deduction-cert控除証明書(生命保険料・地震保険料等)の画像を読み取り構造化データを返す。 他のスキルから呼び出されるほか、直接ユーザーが呼び出すことも可能。
- reading-invoice請求書の画像を読み取り構造化データを返す。 他のスキルから呼び出されるほか、直接ユーザーが呼び出すことも可能。
- reading-list-prioritizerPrioritize and group your reading list from a local md-file by topic and relevance to your role. Use when you
- reading-payment-statement支払調書の画像を読み取り構造化データを返す。 他のスキルから呼び出されるほか、直接ユーザーが呼び出すことも可能。
- reading-receiptレシート・領収書・ふるさと納税受領証明書の画像を読み取り構造化データを返す。 他のスキルから呼び出されるほか、直接ユーザーが呼び出すことも可能。
- reading-withholding源泉徴収票の画像を読み取り構造化データを返す。 他のスキルから呼び出されるほか、直接ユーザーが呼び出すことも可能。
- readme345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- readme-blueprint-generatorIntelligent README.md generation prompt that analyzes project documentation structure and creates comprehensiv
- readme-creatorWrites or rewrites a project's README.md as a public-facing shop window with a centered header, one fast insta
- readme-docGenerate a complete README.md file for any software project. Use whenever the user asks to create, write, gene
- readme-docsCreate or refresh a distinctive, evidence-backed `README.md` landing page for newcomers. Use when a README is
- readme-doctorAudit a GitHub repo's README against best-practice patterns and produce a prioritized punch list of fixes. Run
- readme-forgeGenerate a README in alxx's personal style. Use when user says "write a README", "create README", "readme for
- readme-gen当用户想写 README、生成项目文档、补充项目说明时使用 — 自动从代码中提取生成专业 README
- readme-generateGenerates comprehensive README.md files for Spring Boot modules based on task specification requirements
- readme-generatorGenerate comprehensive README.md files for projects. Use when the user asks to create a README, document a pro
- readme-generator-freeGenerate polished README files from project code. Use when the user says "generate readme", "create README", "
- readme-hardeningUse when a README cannot be followed verbatim -- setup or test commands fail or are vague, environment require
- readme-i18nUse when the user wants to translate a repository README, make a repo multilingual, localize docs, add a langu
- readme-polishAudit a GitHub README and rewrite it using modern 2025-2026 patterns — centered header, badges, hero image, Gi
- readme-proSchreibt oder verbessert ein README für das aktuelle Projekt. Nutzen wenn der User "schreib mir ein README", "
- readme-skill生成一份对外可分享、脱敏的 AI-Native 开发者 README。 量化展示我对 Claude Code + Codex CLI + Kiro (AWS) + Trae (ByteDance) + Gemini An
- readme-syncRegenerate catalog counts, layout claims, and README summaries from canonical sources. Run after adding, remov
- readme-upgradeAudit and upgrade project documentation quality — README.md, CONTRIBUTING.md, plugin READMEs — against the dev
- readme-writerCreate professional, comprehensive README.md files for software projects. Generates badges, installation instr
- readme-writingUse when creating, rewriting, or improving README files for public repositories
- readme2skillA Python demo project used to test readme2skill.
- readonly-with-bashA docs lookup helper. Use when the user wants documentation references.
- readwise-ui-skillsReadwise's UI design system. Use when building interfaces inspired by Readwise's aesthetic - light mode, Inter
- real-assetsAnalyze real estate and infrastructure investments including REITs, direct property valuation, and infrastruct
- real-estate-asset-managementReal estate and private equity asset management — quarterly reviews, LP reporting (IRR, MOIC, TVPI, waterfall)
- real-estate-auction-analysis한국 법원 주택(아파트·다세대·단독) 경매 물건의 권리관계를 분석해 인수 위험과 실입찰가를 판단한다. 토지·상가·공장·특수물건은 범위 밖. "이 경매 물건 분석해줘", "권리분석 해줘", "이거 낙
- real-estate-compliance-rera-guardianExpert UAE real estate compliance agent ensuring all brokerage operations, outreach campaigns, property transa
- real-problemRoot-cause and question-reframing skill that answers the question behind the question. Activates when the user
- real-world-metaphorsUI patterns borrowed from the physical world feel immediately intuitive — cards feel graspable, carousels feel
- realisation-reviewThis skill should be used when the user asks to "run our benefits realisation review," "how did we do against
- realistic-stylePhotorealistic AAA art direction for Blender including photogrammetry cleanup, real-world scale, high-poly wor
- reality-checkCompare a claimed state with observable
- reality-check-modeUse for grounding or AI-loop escalation when the user treats ordinary artifacts, numbers, phrases, coincidence
- reality-skillConverts demo UIs into believable, end-to-end product workflows. Use when building, reviewing, or finishing ap
- reality-verificationThis skill should be used when the user asks to "verify a fix", "reproduce failure", "diagnose issue", "check
- realitykitBuild iOS augmented reality and 3D experiences with RealityKit and ARKit. Use when adding RealityView content,
- realtime-dashboardComplete guide to building real-time dashboards with streaming data, WebSocket/SSE, and live updates. Orchestr
- realtime-monitoringRealtime Monitoring — Skill especializada para realtime monitoring
- realtime-react-hooksReact hooks for real-time data with SSE, WebSocket, and SWR integration. Covers connection management, reconne
- realtime-websocketsUse when building realtime features with WebSockets or Server-Sent Events. Covers protocol choice, connection
- realtyapi-apiFetch real estate data from 30+ property portals worldwide using the RealtyAPI REST API. Covers Redfin, Realto
- reaperRun the full Reaper research pipeline: analyze a paper (optional), review literature, formalize the problem, i
- reasoningTo apply structured meta-cognitive thinking to complex problems. Invoke on explicit only.
- reasoning-doctrineThe working method — how to think, stage, self-check, and hold alignment across long tasks without needing rem
- reasoning-effort-throttleStop paying for deep reasoning on easy turns by setting a modest default reasoning effort and escalating per t
- reasoning-quality-shootoutCompares model answers with an explicit reasoning-quality scorecard.
- reasoning-semiformallyApply semi-formal certificate reasoning to code analysis — patch verification, fault localization, patch equiv
- reasoning-trailGenerate a concise, reviewer-optimised PR description by extracting decisions and reasoning from the current c
- reasoningbank-agentdbImplement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory trac
- reasoningbank-intelligenceImplement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous
- reasoningbank-with-agentdbImplement adaptive learning for AI agents using AgentDB's vector database backend for trajectory tracking, ver
- rebalancingMaintain portfolio allocations over time using calendar-based, threshold-based, and tax-efficient rebalancing
- rebase-onto-mainFetch and rebase the current feature branch onto the base branch (usually main), handling conflicts per commit
- rebel028-skillRun an idea through a gauntlet of independent skeptic subagents, each attacking it from a different angle, so
- rebrandRebrand the app — change the product name, logo, description, theme, and navigation. Use when porting this tem
- rebrandingPlan and execute a brand transformation — from diagnosis to new brand definition to rollout. Use when the user
- rebuttal-writing当需要撰写、重构或压缩 AI/ML conference rebuttal、reviewer response、AC response 或给 AC 的私密审稿问题说明时使用;覆盖匿名性、开头感谢、陈述式 Q 标题、问题弱
- rebuttaldraftDraft grounded, paste-ready responses to academic peer reviews. Use when the user asks for help writing a rebu
- recallSearch memories and decisions to answer questions about past learnings, choices, and context
- recall-contextUse at session start, before significant decisions, or when a new task references a known project to recall mn
- recall-reasoningRecall the reasoning behind a past change by locating the Claude Code transcript that produced it. Use when th
- recallloomUse when a task involves continuing a project, restoring project context, maintaining file-based project memor
- recallmaxEnhances AI memory capabilities with long-context support.
- recapQuick summary of the last session — commands run, files changed, and what to do next.
- recap-askInteractive Q&A over an existing recap document. Use when: user wants to ask follow-up questions about a brief
- recap-docPost-development recap document generator. Use when: AI/Codex has implemented a feature and the user needs a g
- receipt-classify-kr한국 사업자용 영수증·카드·현금 지출 분류. 계정과목 제안, 부가세 매입세액 공제/불공제 후보, 종합소득세 필요경비 후보 구분, 엑셀 분류표 작성. 영수증 분류, 카드 내역 정리, 계정과목, 접대비
- receiptsGenerate a personal Claude Code usage & impact report ("receipts") from this machine's local session transcrip
- receipts-to-expensesRead a batch of receipt images directly via vision, classify each into expense categories, optionally reconcil
- receive-feedbackProcess external code review feedback with technical rigor. Use when receiving feedback from another LLM, huma
- receive-reviewProcess code review feedback with technical rigor. Activates when the user shares review comments, PR feedback
- receiving-code-reviewUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear
- receiving-critical-reviewUse when receiving critical feedback on an analysis or manuscript, before implementing suggestions, especially
- receiving-feedbackUse when receiving code review comments, reviewer suggestions, or technical corrections — before implementing
- receptionistExpert receptionist with advanced skills in visitor management, phone etiquette, front desk operations, and ad
- recharge-webhooksReceive and verify Recharge (subscription commerce) webhooks. Use when setting up Recharge webhook handlers, d
- recheckDrift-check an issue before work begins — fails fast when code has evolved (git-drift, symbol-missing, dep-res
- recherche-juridiqueMéthodologie rigoureuse de recherche en droit français (sources
- recherche-jurisprudenceSearch and cite French case law and statutes with the LibreJustice MCP tools. Use whenever the user asks about
- recherche-normesFind and quote statutory and regulatory law with the LibreJustice MCP tools — French codes at any date, EU law
- recht-erbe-verfahrenAustrian probate and inheritance procedure — Verlassenschaftsverfahren (AußStrG §§143ff), Erbantrittserklärung
- recipe-add-integration-testsAdd integration/E2E tests to existing codebase using Design Docs
- recipe-backup-sheet-as-csvExport a Google Sheets spreadsheet as a CSV file for local backup or processing.
- recipe-batch-invite-to-eventAdd a list of attendees to an existing Google Calendar event and send notifications.
- recipe-block-focus-timeCreate recurring focus time blocks on Google Calendar to protect deep work hours.
- recipe-buildExecute materialized task files in autonomous execution mode
- recipe-bulk-download-folderList and download all files from a Google Drive folder.
- recipe-collect-form-responsesRetrieve and review responses from a Google Form.
- recipe-compare-sheet-tabsRead data from two tabs in a Google Sheet to compare and identify differences.
- recipe-copy-sheet-for-new-monthDuplicate a Google Sheets template tab for a new month of tracking.
- recipe-create-classroom-courseCreate a Google Classroom course and invite students.
- recipe-create-doc-from-templateCopy a Google Docs template, fill in content, and share with collaborators.
- recipe-create-events-from-sheetRead event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
- recipe-create-expense-trackerSet up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.
- recipe-create-feedback-formCreate a Google Form for feedback and share it via Gmail.
- recipe-create-gmail-filterCreate a Gmail filter to automatically label, star, or categorize incoming messages.
- recipe-create-meet-spaceCreate a Google Meet meeting space and share the join link.
- recipe-create-presentationCreate a new Google Slides presentation and add initial slides.
- recipe-create-shared-driveCreate a Google Shared Drive and add members with appropriate roles.
- recipe-create-task-listSet up a new Google Tasks list with initial tasks.
- recipe-create-vacation-responderEnable a Gmail out-of-office auto-reply with a custom message and date range.
- recipe-designExecute from codebase-scoped analysis through optional ADR decisions to complete Design Doc approval
- recipe-diagnoseInvestigate problem, verify findings, and derive solutions
- recipe-draft-email-from-docRead content from a Google Doc and use it as the body of a Gmail message.
- recipe-email-drive-linkShare a Google Drive file and email the link with a message to recipients.
- recipe-eval-promptCompares original and optimized prompts through repeated blind paired execution in git worktrees. Use when eva
- recipe-eval-skillCreates or updates Claude Code skills through interactive dialog, then evaluates effectiveness with sequential
- recipe-find-free-timeQuery Google Calendar free/busy status for multiple users to find a meeting slot.
- recipe-find-large-filesIdentify large Google Drive files consuming storage quota.
- recipe-fit-assessorMatch user goals to BlendOps recipes and packs; flag scope gaps; recommend closest canonical workflow and skil
- recipe-forward-labeled-emailsFind Gmail messages with a specific label and forward them to another address.
- recipe-front-adjustAdjust an already-implemented UI in-session with verification against the design source
- recipe-front-buildExecute materialized frontend task files in autonomous execution mode
- recipe-front-designExecute from repository evidence through applicable UI Spec and optional ADR decisions to complete frontend De
- recipe-front-planCreate frontend work plan from design document and obtain plan approval
- recipe-front-reviewDesign Doc compliance and security validation with optional auto-fixes
- recipe-fullstack-buildExecute materialized fullstack task files with layer-aware agent routing
- recipe-fullstack-implementOrchestrate full-cycle implementation across backend and frontend layers
- recipe-generate-report-from-sheetRead data from a Google Sheet and create a formatted Google Docs report.
- recipe-implementOrchestrate the complete implementation lifecycle from requirements to deployment
- recipe-label-and-archive-emailsApply Gmail labels to matching messages and archive them to keep your inbox clean.
- recipe-log-deal-updateAppend a deal status update to a Google Sheets sales tracking spreadsheet.
- recipe-organize-drive-folderCreate a Google Drive folder structure and move files into the right locations.
- recipe-planCreate work plan from design document and obtain plan approval
- recipe-plan-weekly-scheduleReview your Google Calendar week, identify gaps, and add events to fill them.
- recipe-post-mortem-setupCreate a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
- recipe-reschedule-meetingMove a Google Calendar event to a new time and automatically notify all attendees.
- recipe-reverse-engineerGenerate PRD and Design Docs from existing codebase through discovery, generation, verification, and review wo
- recipe-reviewDesign Doc compliance and security validation with optional auto-fixes
- recipe-review-meet-participantsReview who attended a Google Meet conference and for how long.
- recipe-review-overdue-tasksFind Google Tasks that are past due and need attention.
- recipe-save-email-attachmentsFind Gmail messages with attachments and save them to a Google Drive folder.
- recipe-save-email-to-docSave a Gmail message body into a Google Doc for archival or reference.
- recipe-schedule-recurring-eventCreate a recurring Google Calendar event with attendees.
- recipe-send-team-announcementSend a team announcement via both Gmail and a Google Chat space.
- recipe-share-doc-and-notifyShare a Google Docs document with edit access and email collaborators the link.
- recipe-share-event-materialsShare Google Drive files with all attendees of a Google Calendar event.
- recipe-share-folder-with-teamShare a Google Drive folder and all its contents with a list of collaborators.
- recipe-sync-contacts-to-sheetExport Google Contacts directory to a Google Sheets spreadsheet.
- recipe-taskExecute tasks following appropriate rules with rule-advisor metacognition