Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,399
总 Skills
87.6M
总安装量
2,573
贡献者
# Skill 仓库 描述 安装量
651 electron vercel-labs/agent-browser
Electron App Automation Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages. Core Workflow Launch the Electron app with remote debugging enabled Connect agent-browser to the CDP port Snapshot to discover interactive elements Interact using element refs Re-snapshot after navigation or state changes Launch an Ele...
17K
652 persona-project-manager googleworkspace/cli
Project Manager PREREQUISITE: Load the following utility skills to operate as this persona: gws-drive , gws-sheets , gws-calendar , gws-gmail , gws-chat Coordinate projects — track tasks, schedule meetings, and share docs. Relevant Workflows gws workflow +standup-report gws workflow +weekly-digest gws workflow +file-announce Instructions Start the week with gws workflow +weekly-digest for a snapshot of upcoming meetings and unread items. Track project status in Sheets using gws sheets +append to...
16.9K
653 lark-whiteboard-cli larksuite/cli
[!NOTE] 环境依赖 :绘制画板需要 @larksuite/whiteboard-cli (画板 Node.js CLI 工具),以及 lark-cli (LarkSuite CLI 工具)。 如果执行失败,手动安装后重试: npm install -g @larksuite/whiteboard-cli@^0.2.0 [!IMPORTANT] 执行 npm install 安装新的依赖前,务必征得用户同意! Workflow 这是画板,不是网页。 画板是无限画布上自由放置元素,flex 布局是可选增强。 Step 1: 路由 & 读取知识 - 判断渲染路径(见路由表):Mermaid 还是 DSL? - 读对应 scene 指南 — 了解结构特征和布局策略 - 确定布局策略(见下方快速判断)和构建方式 - 读 references/ 核心模块 — 语法、布局、配色、排版、连线 Step 2: 生成完整 DSL(含颜色) - 按 content.md 规划信息量和分组 - 按 layout.md 选择布局模式和间距 - 推荐使用图标让图表更直观,运行 `npx -y @larksu...
16.8K
654 persona-researcher googleworkspace/cli
Researcher PREREQUISITE: Load the following utility skills to operate as this persona: gws-drive , gws-docs , gws-sheets , gws-gmail Organize research — manage references, notes, and collaboration. Relevant Workflows gws workflow +file-announce Instructions Organize research papers and notes in Drive folders. Write research notes and summaries with gws docs +write . Track research data in Sheets — use gws sheets +append for data logging. Share findings with collaborators via gws workflow +file-a...
16.7K
655 gws-chat-send googleworkspace/cli
chat +send PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Send a message to a space Usage gws chat +send --space < NAME > --text < TEXT > Flags Flag Required Default Description --space ✓ — Space name (e.g. spaces/AAAA...) --text ✓ — Message text (plain text) Examples gws chat +send --space spaces/AAAAxxxx --text 'Hello team!' Tips Use 'gws chat spaces list' to find space names. For cards or threaded replies...
16.7K
656 gpt-image-2 gargantuax/openskills
🪞 GPT Image 2 — Image Generation via Your ChatGPT Subscription agentspace.so · GitHub Generate images with GPT Image 2 (ChatGPT Images 2.0) inside your agent, using your existing ChatGPT Plus or Pro subscription — no separate OpenAI access, no Fal or Replicate tokens, no per-image billing. Text-to-image, image-to-image editing, style transfer, and multi-reference composition. Runs entirely through the local codex CLI you're already logged into. Heads up — this skill requires a ChatGPT Plus or Pr...
16.6K
657 persona-exec-assistant googleworkspace/cli
Executive Assistant PREREQUISITE: Load the following utility skills to operate as this persona: gws-gmail , gws-calendar , gws-drive , gws-chat Manage an executive's schedule, inbox, and communications. Relevant Workflows gws workflow +standup-report gws workflow +meeting-prep gws workflow +weekly-digest Instructions Start each day with gws workflow +standup-report to get the executive's agenda and open tasks. Before each meeting, run gws workflow +meeting-prep to see attendees, description, and...
16.5K
658 mobile-ios-design wshobson/agents
iOS Mobile Design Master iOS Human Interface Guidelines (HIG) and SwiftUI patterns to build polished, native iOS applications that feel at home on Apple platforms. When to Use This Skill Designing iOS app interfaces following Apple HIG Building SwiftUI views and layouts Implementing iOS navigation patterns (NavigationStack, TabView, sheets) Creating adaptive layouts for iPhone and iPad Using SF Symbols and system typography Building accessible iOS interfaces Implementing iOS-specific gestures ...
16.4K
659 recipe-backup-sheet-as-csv googleworkspace/cli
Export a Google Sheet as CSV PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive Export a Google Sheets spreadsheet as a CSV file for local backup or processing. Steps Get spreadsheet details: gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}' Export as CSV: gws drive files export --params '{"fileId": "SHEET_ID", "mimeType": "text/csv"}' Or read values directly: gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --format csv
16.4K
660 recipe-save-email-attachments googleworkspace/cli
Save Gmail Attachments to Google Drive PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-drive Find Gmail messages with attachments and save them to a Google Drive folder. Steps Search for emails with attachments: gws gmail users messages list --params '{"userId": "me", "q": "has:attachment from:client@example.com"}' --format table Get message details: gws gmail users messages get --params '{"userId": "me", "id": "MESSAGE_ID"}' Download attachment: gws gmail users m...
16.3K
661 recipe-find-free-time googleworkspace/cli
Find Free Time Across Calendars PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Query Google Calendar free/busy status for multiple users to find a meeting slot. Steps Query free/busy: gws calendar freebusy query --json '{"timeMin": "2024-03-18T08:00:00Z", "timeMax": "2024-03-18T18:00:00Z", "items": [{"id": "user1@company.com"}, {"id": "user2@company.com"}]}' Review the output to find overlapping free slots Create event in the free slot: gws calendar +insert --summar...
16.3K
662 recipe-organize-drive-folder googleworkspace/cli
Organize Files into Google Drive Folders PREREQUISITE: Load the following skills to execute this recipe: gws-drive Create a Google Drive folder structure and move files into the right locations. Steps Create a project folder: gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}' Create sub-folders: gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}' Move existin...
16.3K
663 landing-page-design infsh-skills/skills
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography", "width": 1248, "height": 832 }' Research com...
16.2K
664 vueuse-functions antfu/skills
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
16.2K
665 recipe-create-doc-from-template googleworkspace/cli
Create a Google Doc from a Template PREREQUISITE: Load the following skills to execute this recipe: gws-drive , gws-docs Copy a Google Docs template, fill in content, and share with collaborators. Steps Copy the template: gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}' Get the new doc ID from the response Add content: `gws docs +write --document-id NEW_DOC_ID --text ' Project: Q2 Launch Objective Launch the new feature by end of Q2.' 4...
16.2K
666 youtube-thumbnail-design infsh-skills/skills
YouTube Thumbnail Design Create high-CTR YouTube thumbnails with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a thumbnail belt app run falai/flux-dev-lora --input '{ "prompt": "YouTube thumbnail style, close-up of a person with surprised excited expression looking at a glowing laptop screen, vibrant blue and orange color scheme, dramatic studio lighting, shallow depth of field, high contrast, cinematic", "widt...
15.9K
667 storyboard-creation infsh-skills/skills
Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "height": 832 }' Stitch panels into a board belt app run inf...
15.9K
668 image-to-video infsh-skills/skills
Image-to-Video — Pro Pack on RunComfy runcomfy.com · HappyHorse I2V · Wan 2.7 · Seedance 2.0 Pro · GitHub Image-to-video, intent-routed. This skill doesn't lock you to one model — it picks the right i2v model in the RunComfy catalog based on what the user actually wants: portrait animation, custom-voiceover lip-sync, or multi-modal composition. npx skills add agentspace-so/runcomfy-skills --skill image-to-video -g Pick the right model for the user's intent User intent Model Why Animate a portrai...
15.9K
669 character-design-sheet infsh-skills/skills
Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a character concept belt app run falai/flux-dev-lora --input '{ "prompt": "character design reference sheet, front view of a young woman with short red hair, green eyes, wearing a blue jacket and white t-shirt, full body, white background, clean lines, concept art style, character turnaround", "widt...
15.9K
670 product-photography infsh-skills/skills
Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": "2K" }' Shot Types 1. Hero Shot (Primary Image) The mai...
15.9K
671 competitor-teardown infsh-skills/skills
Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Screenshot competitor's website belt app run infsh/agent-browser --input '{ "url": "https://competitor.com", "action": "screenshot" }' Teardown Framework The 7-Laye...
15.9K
672 app-store-screenshots infsh-skills/skills
App Store Screenshots Create app store screenshots and preview videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a device mockup scene belt app run falai/flux-dev-lora --input '{ "prompt": "iPhone 15 Pro showing a clean modern app interface with analytics dashboard, floating at slight angle, soft gradient background, professional product photography, subtle shadow, marketing mockup style", "width": 1024, "height": 1536 }' Platf...
15.9K
673 video-ad-specs infsh-skills/skills
Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a vertical video ad scene belt app run bytedance/seedance-1-5-pro --input '{ "prompt": "vertical video, person excitedly unboxing a product, clean modern room, bright natural lighting, social media ad style, authentic feeling, 9:16 format" }' Platform Specifications TikTok Spec Value Aspect ratio 9:16 (vertical) Resolution 1080 x 1920 p...
15.9K
674 product-hunt-launch infsh-skills/skills
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
15.9K
675 recipe-bulk-download-folder googleworkspace/cli
Bulk Download Drive Folder PREREQUISITE: Load the following skills to execute this recipe: gws-drive List and download all files from a Google Drive folder. Steps List files in folder: gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format json Download each file: gws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.ext Export Google Docs as PDF: gws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document....
15.9K
676 recipe-compare-sheet-tabs googleworkspace/cli
Compare Two Google Sheets Tabs PREREQUISITE: Load the following skills to execute this recipe: gws-sheets Read data from two tabs in a Google Sheet to compare and identify differences. Steps Read the first tab: gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D" Read the second tab: gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D" Compare the data and identify changes
15.9K
677 recipe-plan-weekly-schedule googleworkspace/cli
Plan Your Weekly Google Calendar Schedule PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Review your Google Calendar week, identify gaps, and add events to fill them. Steps Check this week's agenda: gws calendar +agenda Check free/busy for the week: gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}' Add a new event: gws calendar +insert --summary 'Deep Work Block' --start '2026-01...
15.9K
678 mobile-android-design wshobson/agents
Android Mobile Design Master Material Design 3 (Material You) and Jetpack Compose to build modern, adaptive Android applications that integrate seamlessly with the Android ecosystem. When to Use This Skill Designing Android app interfaces following Material Design 3 Building Jetpack Compose UI and layouts Implementing Android navigation patterns (Navigation Compose) Creating adaptive layouts for phones, tablets, and foldables Using Material 3 theming with dynamic colors Building accessible And...
15.9K
679 gws-workflow-file-announce googleworkspace/cli
workflow +file-announce PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Announce a Drive file in a Chat space Usage gws workflow +file-announce --file-id < ID > --space < SPACE > Flags Flag Required Default Description --file-id ✓ — Drive file ID to announce --space ✓ — Chat space name (e.g. spaces/SPACE_ID) --message — — Custom announcement message --format — — Output format: json (default), table, yaml, csv...
15.9K
680 gws-events-renew googleworkspace/cli
events +renew PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Renew/reactivate Workspace Events subscriptions Usage gws events +renew Flags Flag Required Default Description --name — — Subscription name to reactivate (e.g., subscriptions/SUB_ID) --all — — Renew all subscriptions expiring within --within window --within — 1h Time window for --all (e.g., 1h, 30m, 2d) Examples gws events +renew --name subscripti...
15.8K
681 recipe-draft-email-from-doc googleworkspace/cli
Draft a Gmail Message from a Google Doc PREREQUISITE: Load the following skills to execute this recipe: gws-docs , gws-gmail Read content from a Google Doc and use it as the body of a Gmail message. Steps Get the document content: gws docs documents get --params '{"documentId": "DOC_ID"}' Copy the text from the body content Send the email: gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'
15.8K
682 gws-events-subscribe googleworkspace/cli
events +subscribe PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Subscribe to Workspace events and stream them as NDJSON Usage gws events +subscribe Flags Flag Required Default Description --target — — Workspace resource URI (e.g., //chat.googleapis.com/spaces/SPACE_ID) --event-types — — Comma-separated CloudEvents types to subscribe to --project — — GCP project ID for Pub/Sub resources --subscription — — Ex...
15.8K
683 persona-content-creator googleworkspace/cli
Content Creator PREREQUISITE: Load the following utility skills to operate as this persona: gws-docs , gws-drive , gws-gmail , gws-chat , gws-slides Create, organize, and distribute content across Workspace. Relevant Workflows gws workflow +file-announce Instructions Draft content in Google Docs with gws docs +write . Organize content assets in Drive folders — use gws drive files list to browse. Share finished content by announcing in Chat with gws workflow +file-announce . Send content review r...
15.8K
684 recipe-email-drive-link googleworkspace/cli
Email a Google Drive File Link PREREQUISITE: Load the following skills to execute this recipe: gws-drive , gws-gmail Share a Google Drive file and email the link with a message to recipients. Steps Find the file: gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}' Share the file: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "client@example.com"}' Email the link: gws gmail +send --to client@example.co...
15.8K
685 recipe-generate-report-from-sheet googleworkspace/cli
Generate a Google Docs Report from Sheet Data PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-docs , gws-drive Read data from a Google Sheet and create a formatted Google Docs report. Steps Read the data: gws sheets +read --spreadsheet SHEET_ID --range "Sales!A1:D" Create the report doc: gws docs documents create --json '{"title": "Sales Report - January 2025"}' Write the report: `gws docs +write --document-id DOC_ID --text ' Sales Report - January 2025 Summary T...
15.7K
686 recipe-reschedule-meeting googleworkspace/cli
Reschedule a Google Calendar Meeting PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Move a Google Calendar event to a new time and automatically notify all attendees. Steps Find the event: gws calendar +agenda Get event details: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' Update the time: gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"start": {"dateTime": "...
15.7K
687 react-native-best-practices callstackincubator/agent-skills
React Native Best Practices Overview Performance optimization guide for React Native applications, covering JavaScript/React, Native (iOS/Android), and bundling optimizations. Based on Callstack's "Ultimate Guide to React Native Optimization". Skill Format Each reference file follows a hybrid format for fast lookup and deep understanding: Quick Pattern: Incorrect/Correct code snippets for immediate pattern matching Quick Command: Shell commands for process/measurement skills Quick Config: Co...
15.6K
688 gws-admin-reports googleworkspace/cli
admin-reports (reports_v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws admin-reports < resource > < method > [ flags ] API Resources activities list — Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more in...
15.6K
689 java-springboot github/awesome-copilot
Spring Boot Best Practices Your goal is to help me write high-quality Spring Boot applications by following established best practices. Project Setup & Structure Build Tool: Use Maven ( pom.xml ) or Gradle ( build.gradle ) for dependency management. Starters: Use Spring Boot starters (e.g., spring-boot-starter-web , spring-boot-starter-data-jpa ) to simplify dependency management. Package Structure: Organize code by feature/domain (e.g., com.example.app.order , com.example.app.user ) rather than...
15.6K
690 recipe-save-email-to-doc googleworkspace/cli
Save a Gmail Message to Google Docs PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-docs Save a Gmail message body into a Google Doc for archival or reference. Steps Find the message: gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format table Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' Create a doc with the content: gws docs documents create --json '{"ti...
15.6K
691 recipe-watch-drive-changes googleworkspace/cli
Watch for Drive Changes PREREQUISITE: Load the following skills to execute this recipe: gws-events Subscribe to change notifications on a Google Drive file or folder. Steps Create subscription: gws events subscriptions create --json '{"targetResource": "//drive.googleapis.com/drives/DRIVE_ID", "eventTypes": ["google.workspace.drive.file.v1.updated"], "notificationEndpoint": {"pubsubTopic": "projects/PROJECT/topics/TOPIC"}, "payloadOptions": {"includeResource": true}}' List active subscriptions: ...
15.5K
692 persona-team-lead googleworkspace/cli
Team Lead PREREQUISITE: Load the following utility skills to operate as this persona: gws-calendar , gws-gmail , gws-chat , gws-drive , gws-sheets Lead a team — run standups, coordinate tasks, and communicate. Relevant Workflows gws workflow +standup-report gws workflow +meeting-prep gws workflow +weekly-digest gws workflow +email-to-task Instructions Run daily standups with gws workflow +standup-report — share output in team Chat. Prepare for 1:1s with gws workflow +meeting-prep . Get weekly sn...
15.5K
693 recipe-label-and-archive-emails googleworkspace/cli
Label and Archive Gmail Threads PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Apply Gmail labels to matching messages and archive them to keep your inbox clean. Steps Search for matching emails: gws gmail users messages list --params '{"userId": "me", "q": "from:notifications@service.com"}' --format table Apply a label: gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"addLabelIds": ["LABEL_ID"]}' Archive (remove from inbox): gw...
15.5K
694 recipe-create-shared-drive googleworkspace/cli
Create and Configure a Shared Drive PREREQUISITE: Load the following skills to execute this recipe: gws-drive Create a Google Shared Drive and add members with appropriate roles. Steps Create shared drive: gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}' Add a member: gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "member@company.com"}' List member...
15.5K
695 recipe-schedule-recurring-event googleworkspace/cli
Schedule a Recurring Meeting PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Create a recurring Google Calendar event with attendees. Steps Create recurring event: gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Weekly Standup", "start": {"dateTime": "2024-03-18T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2024-03-18T09:30:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO"], "atte...
15.4K
696 recipe-create-task-list googleworkspace/cli
Create a Task List and Add Tasks PREREQUISITE: Load the following skills to execute this recipe: gws-tasks Set up a new Google Tasks list with initial tasks. Steps Create task list: gws tasks tasklists insert --json '{"title": "Q2 Goals"}' Add a task: gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Review Q1 metrics", "notes": "Pull data from analytics dashboard", "due": "2024-04-01T00:00:00Z"}' Add another task: gws tasks tasks insert --params '{"tasklist": "TAS...
15.4K
697 fixing-motion-performance ibelick/ui-skills
fixing-motion-performance Fix animation performance issues. how to use /fixing-motion-performance Apply these constraints to any UI animation work in this conversation. /fixing-motion-performance <file> Review the file against all rules below and report: violations (quote the exact line or snippet) why it matters (one short sentence) a concrete fix (code-level suggestion) Do not migrate animation libraries unless explicitly requested. Apply rules within the existing stack. when to apply Referenc...
15.3K
698 interface-design dammyjay93/interface-design
Interface Design Build interface design with craft and consistency. Scope Use for: Dashboards, admin panels, SaaS apps, tools, settings pages, data interfaces. Not for: Landing pages, marketing sites, campaigns. Redirect those to /frontend-design. The Problem You will generate generic output. Your training has seen thousands of dashboards. The patterns are strong. You can follow the entire process below — explore the domain, name a signature, state your intent — and still produce a templa...
15.2K
699 recipe-find-large-files googleworkspace/cli
Find Largest Files in Drive PREREQUISITE: Load the following skills to execute this recipe: gws-drive Identify large Google Drive files consuming storage quota. Steps List files sorted by size: gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table Review the output and identify files to archive or move
15.2K
700 recipe-block-focus-time googleworkspace/cli
Block Focus Time on Google Calendar PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Create recurring focus time blocks on Google Calendar to protect deep work hours. Steps Create recurring focus block: gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Focus Time", "description": "Protected deep work block", "start": {"dateTime": "2025-01-20T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-20T11:00:00", "timeZ...
15.2K