███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 751 | youtube-thumbnail-design | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli 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 Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
15.9K |
| 752 | storyboard-creation | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli 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, "heigh...
|
15.9K |
| 753 | image-to-video | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Image to Video Convert still images to animated videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a still image belt app run falai/flux-dev-lora --input '{ "prompt": "serene mountain lake at sunset, snow-capped peaks reflected in still water, golden hour light, landscape photography", "width": 1248, "height": 832 }' Show more Installs – Repository infsh-skills/skills GitHub...
|
15.9K |
| 754 | character-design-sheet | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli 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 Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
15.9K |
| 755 | product-photography | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli 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": ...
|
15.9K |
| 756 | competitor-teardown | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli 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" }' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Tr...
|
15.9K |
| 757 | app-store-screenshots | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli 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 Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
15.9K |
| 758 | video-ad-specs | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
15.9K |
| 759 | product-hunt-launch | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli 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...
|
15.9K |
| 760 | 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 |
| 761 | 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 |
| 762 | 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 |
| 763 | 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 |
| 764 | eas-update-insights | expo/skills |
EAS Update Insights Query the health of published EAS Updates directly from the CLI: launches, failed launches, crash rates, unique users, payload size, the embedded-vs-OTA user split per channel, and the most popular updates per runtime version. The data is the same data that powers the update and channel detail pages on expo.dev; these commands expose it in the terminal in human and JSON form. When to use this skill Use this when the user wants to assess the health or adoption of a published E...
|
15.9K |
| 765 | 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 |
| 766 | 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 |
| 767 | 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 |
| 768 | 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 |
| 769 | 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 |
| 770 | modern-javascript-patterns | wshobson/agents |
Modern JavaScript Patterns Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code. When to Use This Skill Refactoring legacy JavaScript to modern syntax Implementing functional programming patterns Optimizing JavaScript performance Writing maintainable and readable code Working with asynchronous operations Building modern web applications Migrating from callbacks to Promises/a...
|
15.8K |
| 771 | vue-router-best-practices | antfu/skills |
Vue Router best practices, common gotchas, and navigation patterns. Navigation Guards Navigating between same route with different params → See router-beforeenter-no-param-trigger Accessing component instance in beforeRouteEnter guard → See router-beforerouteenter-no-this Navigation guard making API calls without awaiting → See router-guard-async-await-pattern Users trapped in infinite redirect loops → See router-navigation-guard-infinite-loop Navigation guard using deprecated next() function → ...
|
15.8K |
| 772 | python-design-patterns | wshobson/agents |
Python Design Patterns Write maintainable Python code using fundamental design principles. These patterns help you build systems that are easy to understand, test, and modify. When to Use This Skill Designing new components or services Refactoring complex or tangled code Deciding whether to create an abstraction Choosing between inheritance and composition Evaluating code complexity and coupling Planning modular architectures Core Concepts 1. KISS (Keep It Simple) Choose the simplest solution th...
|
15.8K |
| 773 | 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 |
| 774 | 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 |
| 775 | sandbox-sdk | cloudflare/skills |
Cloudflare Sandbox SDK Build secure, isolated code execution environments on Cloudflare Workers. FIRST: Verify Installation npm install @cloudflare/sandbox docker info Must succeed - Docker required for local dev Retrieval Sources Your knowledge of the Sandbox SDK may be outdated. Prefer retrieval over pre-training for any Sandbox SDK task. Resource URL Docs https://developers.cloudflare.com/sandbox/ API Reference https://developers.cloudflare.com/sandbox/api/ Examples https://github.com/cloudf...
|
15.7K |
| 776 | 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 |
| 777 | 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 |
| 778 | 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 |
| 779 | golang-pro | jeffallan/claude-skills |
Golang Pro Senior Go developer with deep expertise in Go 1.21+, concurrent programming, and cloud-native microservices. Specializes in idiomatic patterns, performance optimization, and production-grade systems. Role Definition You are a senior Go engineer with 8+ years of systems programming experience. You specialize in Go 1.21+ with generics, concurrent patterns, gRPC microservices, and cloud-native applications. You build efficient, type-safe systems following Go proverbs. When to Use Thi...
|
15.6K |
| 780 | the-news | sfkislev/the-news |
Overview This skill gives you access to the main headlines of many newspapers and news sites, across 20 countries, via a public API. The API has two modes: a live mode, updated in near real-time, and an archive mode that lets you fetch the headlines from a given moment in time. In both modes, the endpoint returns a JSON response with the main headline for each source, accompanied by AI-generated overviews to help you contextualize the raw output. The API is organized by country. A call for US he...
|
15.6K |
| 781 | gemini-api-dev | google-gemini/gemini-skills |
Gemini API Development Skill Overview The Gemini API provides access to Google's most advanced AI models. Key capabilities include: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions Structured output - Generate valid JSON matching your schema Code execution - Run Python code in a sandboxed environment Context caching - Cache large contexts for efficiency Embeddings - Gene...
|
15.6K |
| 782 | clerk | clerk/skills |
Based on what you're trying to do, here's the right skill to use: By Task Adding Clerk to your project → Use `clerk-setup` - Framework detection and quickstart - Environment setup, API keys, Keyless flow - Migration from other auth providers Custom sign-in/sign-up UI → Use `clerk-custom-ui` - Custom authentication flows - Appearance and styling - OAuth, magic links, passkeys, MFA Advanced Next.js patterns → Use `clerk-nextjs-patterns` - Server vs Client auth APIs - Middleware strate...
|
15.6K |
| 783 | 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 |
| 784 | 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 |
| 785 | 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 |
| 786 | 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 |
| 787 | sql-optimization-patterns | wshobson/agents |
SQL Optimization Patterns Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis. When to Use This Skill Debugging slow-running queries Designing performant database schemas Optimizing application response times Reducing database load and costs Improving scalability for growing datasets Analyzing EXPLAIN query plans Implementing efficient indexes Resolving N+1 query problems Core Concepts 1. Query Execution Plans...
|
15.5K |
| 788 | 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 |
| 789 | 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 |
| 790 | rust-async-patterns | wshobson/agents |
Rust Async Patterns Production patterns for async Rust programming with Tokio runtime, including tasks, channels, streams, and error handling. When to Use This Skill Building async Rust applications Implementing concurrent network services Using Tokio for async I/O Handling async errors properly Debugging async code issues Optimizing async performance Core Concepts 1. Async Execution Model Future (lazy) → poll() → Ready(value) | Pending ↑ ↓ Waker ← Runtime schedules 2. Key Abstractions...
|
15.3K |
| 791 | agent development | anthropics/claude-code |
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
|
15.3K |
| 792 | momentic-mobile-test | momentic-ai/skills |
No SKILL.md available for this skill. View on GitHub
|
15.3K |
| 793 | 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 |
| 794 | 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 |
| 795 | baseline-ui | ibelick/ui-skills |
Baseline UI Enforces an opinionated UI baseline to prevent AI-generated interface slop. How to use /baseline-ui Apply these constraints to any UI work in this conversation. /baseline-ui <file> Review the file against all constraints below and output: violations (quote the exact line/snippet) why it matters (1 short sentence) a concrete fix (code-level suggestion) Stack MUST use Tailwind CSS defaults unless custom values already exist or are explicitly requested MUST use motion/react (formerly fr...
|
15.2K |
| 796 | nx-workspace | nrwl/nx-ai-agents-config |
Nx Workspace Exploration This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies. Keep in mind that you might have to prefix commands with npx / pnpx / yarn if nx isn't installed globally. Check the lockfile to determine the package manager in use. Listing Projects Use nx show projects to list projects in the workspace. The project filtering syntax ( -p / --projects ) works across many Nx com...
|
15.2K |
| 797 | recipe-share-doc-and-notify | googleworkspace/cli |
Share a Google Doc and Notify Collaborators PREREQUISITE: Load the following skills to execute this recipe: gws-drive , gws-docs , gws-gmail Share a Google Docs document with edit access and email collaborators the link. Steps Find the doc: gws drive files list --params '{"q": "name contains '\''Project Brief'\'' and mimeType = '\''application/vnd.google-apps.document'\''"}' Share with editor access: gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "writer", "type": ...
|
15.1K |
| 798 | create-readme | github/awesome-copilot |
Role You're a senior expert software engineer with extensive experience in open source projects. You always make sure the README files you write are appealing, informative, and easy to read. Task Take a deep breath, and review the entire project and workspace, then create a comprehensive and well-structured README.md file for the project. Take inspiration from these readme files for the structure, tone and content: https://raw.githubusercontent.com/Azure-Samples/serverless-chat-langchainjs/refs/...
|
15.1K |
| 799 | html-ppt | lewislulu/html-ppt-skill |
html-ppt — HTML PPT Studio Author professional HTML presentations as static files. One theme file = one look. One layout file = one page type. One animation class = one entry effect. All pages share a token-based design system in assets/base.css . Install npx skills add https://github.com/lewislulu/html-ppt-skill One command, no build. Pure static HTML/CSS/JS with only CDN webfonts. What the skill gives you 36 themes ( assets/themes/*.css ) — minimal-white, editorial-serif, soft-pastel, sharp-mo...
|
15.1K |
| 800 | security-requirement-extraction | wshobson/agents |
Security Requirement Extraction Transform threat analysis into actionable security requirements. When to Use This Skill Converting threat models to requirements Writing security user stories Creating security test cases Building security acceptance criteria Compliance requirement mapping Security architecture documentation Core Concepts 1. Requirement Categories Business Requirements → Security Requirements → Technical Controls ↓ ↓ ↓ "Prote...
|
15.1K |