███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 701 | gstack | garrytan/gstack |
gstack browse: QA Testing & Dogfooding Persistent headless Chromium. First call auto-starts (~3s), then ~100-200ms per command. Auto-shuts down after 30 min idle. State persists between calls (cookies, tabs, sessions). SETUP (run this check BEFORE any browse command) B = $( browse/bin/find-browse 2 > /dev/null || ~/.claude/skills/gstack/browse/bin/find-browse 2 > /dev/null ) if [ -n " $B " ] ; then echo "READY: $B " else echo "NEEDS_SETUP" fi If NEEDS_SETUP : Tell the user: "gstack browse needs ...
|
17.9K |
| 702 | insforge | insforge/agent-skills |
InsForge SDK Skill This skill covers client-side SDK integration using @insforge/sdk . For backend infrastructure operations (creating tables, inspecting schema, deploying functions, secrets, managing storage buckets, website deployments, cron job and schedules, logs, etc.), use the insforge-cli skill. Quick Setup npm install @insforge/sdk@latest import { createClient } from '@insforge/sdk' const insforge = createClient ( { baseUrl : 'https://your-project.region.insforge.app' , anonKey : 'your-a...
|
17.9K |
| 703 | recipe-log-deal-update | googleworkspace/cli |
Log Deal Update to Sheet PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive Append a deal status update to a Google Sheets sales tracking spreadsheet. Steps Find the tracking sheet: gws drive files list --params '{"q": "name = '\''Sales Pipeline'\'' and mimeType = '\''application/vnd.google-apps.spreadsheet'\''"}' Read current data: gws sheets +read --spreadsheet SHEET_ID --range "Pipeline!A1:F" Append new row: gws sheets +append --spreadsheet SHEET_ID --range...
|
17.8K |
| 704 | gws-modelarmor-sanitize-prompt | googleworkspace/cli |
modelarmor +sanitize-prompt PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Sanitize a user prompt through a Model Armor template Usage gws modelarmor +sanitize-prompt --template < NAME > Flags Flag Required Default Description --template ✓ — Full template resource name (projects/PROJECT/locations/LOCATION/templates/TEMPLATE) --text — — Text content to sanitize --json — — Full JSON request body (overrides --t...
|
17.8K |
| 705 | insforge-cli | insforge/agent-skills |
InsForge CLI Command-line tool for managing InsForge Backend-as-a-Service projects. Critical: Session Start Checks insforge whoami verify authentication insforge current verify linked project If not authenticated: insforge login If no project linked: insforge create (new) or insforge link (existing) Global Options Flag Description --json Structured JSON output (for scripts and agents) -y, --yes Skip confirmation prompts Exit Codes Code Meaning 0 Success 1 General error (e.g., HTTP 400+ from fu...
|
17.8K |
| 706 | improve | shadcn/improve |
Improve You are a senior advisor, not an implementer . Your job is to deeply understand a codebase, find the highest-value improvement opportunities, and write implementation plans good enough that a different, less capable model with zero context from this session can execute, test, and maintain them. The economics of this skill: an expensive, high-ceiling model does the part where intelligence compounds (understanding, judging, specifying). Cheaper models do the execution. The plan is the prod...
|
17.8K |
| 707 | design-doc-mermaid | spillwavesolutions/design-doc-mermaid |
Mermaid Architect - Hierarchical Diagram and Documentation Skill Mermaid diagram and documentation system with specialized guides and code-to-diagram capabilities. Table of Contents Decision Tree Available Guides and Resources Usage Patterns Resilient Workflow Unicode Semantic Symbols Python Utilities Decision Tree Examples High-Contrast Styling File Organization Workflow Summary When to Use What Best Practices Learning Path Decision Tree How this skill works: User makes a request → Skill analyz...
|
17.8K |
| 708 | e2e-testing-patterns | wshobson/agents |
E2E Testing Patterns Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do. When to Use This Skill Implementing end-to-end test automation Debugging flaky or unreliable tests Testing critical user workflows Setting up CI/CD test pipelines Testing across multiple browsers Validating accessibility requirements Testing responsive designs Establishing E2E testing standards Core Concepts 1. E2E Testing Fundam...
|
17.7K |
| 709 | gws-modelarmor-sanitize-response | googleworkspace/cli |
modelarmor +sanitize-response PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Sanitize a model response through a Model Armor template Usage gws modelarmor +sanitize-response --template < NAME > Flags Flag Required Default Description --template ✓ — Full template resource name (projects/PROJECT/locations/LOCATION/templates/TEMPLATE) --text — — Text content to sanitize --json — — Full JSON request body (overri...
|
17.7K |
| 710 | recipe-create-classroom-course | googleworkspace/cli |
Create a Google Classroom Course PREREQUISITE: Load the following skills to execute this recipe: gws-classroom Create a Google Classroom course and invite students. Steps Create the course: gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}' Invite a student: gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}' List enrolled students: gws classroom course...
|
17.7K |
| 711 | gws-classroom | googleworkspace/cli |
classroom (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws classroom < resource > < method > [ flags ] API Resources courses create — Creates a course. The user specified in ownerId is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This met...
|
17.7K |
| 712 | clerk-testing | clerk/skills |
Test auth = isolated session state. Each test needs fresh auth context. - `clerkSetup()` initializes test environment - `setupClerkTestingToken()` bypasses bot detection - `storageState` persists auth between tests for speed Workflow - Identify test framework (Playwright or Cypress) - WebFetch the appropriate URL from decision tree above - Follow official setup instructions - Use `pk_test_*` and `sk_test_*` keys only Best Practices - Use `setupClerkTestingToken()` before navigating t...
|
17.6K |
| 713 | gws-workflow-meeting-prep | googleworkspace/cli |
workflow +meeting-prep PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Prepare for your next meeting: agenda, attendees, and linked docs Usage gws workflow +meeting-prep Flags Flag Required Default Description --calendar — primary Calendar ID (default: primary) --format — — Output format: json (default), table, yaml, csv Examples gws workflow +meeting-prep gws workflow +meeting-prep --calendar Work Tips Read-...
|
17.5K |
| 714 | laravel-specialist | jeffallan/claude-skills |
Laravel Specialist Senior Laravel specialist with deep expertise in Laravel 10+, Eloquent ORM, and modern PHP 8.2+ development. Role Definition You are a senior PHP engineer with 10+ years of Laravel experience. You specialize in Laravel 10+ with PHP 8.2+, Eloquent ORM, API resources, queue systems, and modern Laravel patterns. You build elegant, scalable applications with powerful features. When to Use This Skill Building Laravel 10+ applications Implementing Eloquent models and relationshi...
|
17.5K |
| 715 | 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...
|
17.5K |
| 716 | error-handling-patterns | wshobson/agents |
Error Handling Patterns Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences. When to Use This Skill Implementing error handling in new features Designing error-resilient APIs Debugging production issues Improving application reliability Creating better error messages for users and developers Implementing retry and circuit breaker patterns Handling async/concurrent errors Building fault-tolerant distribut...
|
17.4K |
| 717 | karpathy-guidelines | forrestchang/andrej-karpathy-skills |
Karpathy Guidelines Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls. Tradeoff: These guidelines bias toward caution over speed. For trivial tasks, use judgment. 1. Think Before Coding Don't assume. Don't hide confusion. Surface tradeoffs. Before implementing: State your assumptions explicitly. If uncertain, ask. If multiple interpretations exist, present them - don't pick silently. If a simpler approach exists, say so...
|
17.4K |
| 718 | agents-sdk | cloudflare/skills |
Cloudflare Agents SDK Build persistent, stateful AI agents on Cloudflare Workers using the agents npm package. FIRST: Verify Installation npm install agents Agents require a binding in wrangler.jsonc: { "durable_objects": { // "class_name" must match your Agent class name exactly "bindings": [{ "name": "Counter", "class_name": "Counter" }] }, "migrations": [ // Required: list all Agent classes for SQLite storage { "tag": "v1", "new_sqlite_classes": ["Counter"] } ] } ...
|
17.4K |
| 719 | last30days | mvanhorn/last30days-skill |
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
|
17.3K |
| 720 | clerk-custom-ui | clerk/skills |
Prerequisite: Ensure `ClerkProvider` wraps your app. See `setup/`. Component Customization Options | Appearance prop overview | [https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/overview](https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/overview) | Layout (structure, logo, buttons) | [https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/layout](https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/layout) | T...
|
17.3K |
| 721 | prompt-engineering-patterns | wshobson/agents |
Prompt Engineering Patterns Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. When to Use This Skill Designing complex prompts for production LLM applications Optimizing prompt performance and consistency Implementing structured reasoning patterns (chain-of-thought, tree-of-thought) Building few-shot learning systems with dynamic example selection Creating reusable prompt templates with variable interpolation Debugging and refining pro...
|
17.3K |
| 722 | architecture-patterns | wshobson/agents |
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
|
17.2K |
| 723 | gws-workflow-standup-report | googleworkspace/cli |
workflow +standup-report PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Today's meetings + open tasks as a standup summary Usage gws workflow +standup-report Flags Flag Required Default Description --format — — Output format: json (default), table, yaml, csv Examples gws workflow +standup-report gws workflow +standup-report --format table Tips Read-only — never modifies data. Combines calendar agenda (today)...
|
17.2K |
| 724 | gws-workflow-weekly-digest | googleworkspace/cli |
workflow +weekly-digest PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Weekly summary: this week's meetings + unread email count Usage gws workflow +weekly-digest Flags Flag Required Default Description --format — — Output format: json (default), table, yaml, csv Examples gws workflow +weekly-digest gws workflow +weekly-digest --format table Tips Read-only — never modifies data. Combines calendar agenda (wee...
|
17.2K |
| 725 | nuxt | antfu/skills |
Nuxt is a full-stack Vue framework that provides server-side rendering, file-based routing, auto-imports, and a powerful module system. It uses Nitro as its server engine for universal deployment across Node.js, serverless, and edge platforms. The skill is based on Nuxt 3.x, generated at 2026-01-28. Core Topic Description Reference Directory Structure Project folder structure, conventions, file organization core-directory-structure Configuration nuxt.config.ts, app.config.ts, runtime config, env...
|
17.2K |
| 726 | clerk-setup | clerk/skills |
This skill sets up Clerk for authentication by following the official quickstart documentation. Quick Reference | 1. Detect framework | Check `package.json` dependencies | 2. Fetch quickstart | Use WebFetch on the appropriate docs URL | 3. Follow instructions | Execute the steps from the official guide | 4. Get API keys | From [dashboard.clerk.com](https://dashboard.clerk.com/last-active?path=api-keys) Framework Detection Check `package.json` to identify the framework: | `next`...
|
17.2K |
| 727 | recipe-create-gmail-filter | googleworkspace/cli |
Create a Gmail Filter PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Create a Gmail filter to automatically label, star, or categorize incoming messages. Steps List existing labels: gws gmail users labels list --params '{"userId": "me"}' --format table Create a new label: gws gmail users labels create --params '{"userId": "me"}' --json '{"name": "Receipts"}' Create a filter: gws gmail users settings filters create --params '{"userId": "me"}' --json '{"criteria": {"from...
|
17.1K |
| 728 | gws-events | googleworkspace/cli |
events (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws events < resource > < method > [ flags ] Helper Commands Command Description +subscribe Subscribe to Workspace events and stream them as NDJSON +renew Renew/reactivate Workspace Events subscriptions API Resources message stream — SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an inter...
|
17.1K |
| 729 | web-perf | cloudflare/skills |
Web Performance Audit Audit web page performance using Chrome DevTools MCP tools. This skill focuses on Core Web Vitals, network optimization, and high-level accessibility gaps. FIRST: Verify MCP Tools Available Run this before starting. Try calling navigate_page or performance_start_trace. If unavailable, STOP—the chrome-devtools MCP server isn't configured. Ask the user to add this to their MCP config: "chrome-devtools": { "type": "local", "command": ["npx", "-y", "chrome-devtools-mcp...
|
17.1K |
| 730 | 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 |
| 731 | 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 |
| 732 | 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.9K |
| 733 | clerk-orgs | clerk/skills |
Prerequisite: Enable Organizations in Clerk Dashboard first. Quick Start - Create an organization via dashboard or through Clerk API - Use OrganizationSwitcher to let users switch between orgs - Protect routes using orgSlug from URL and role checks Documentation Reference | Overview | [https://clerk.com/docs/guides/organizations/overview](https://clerk.com/docs/guides/organizations/overview) | Org slugs in URLs | [https://clerk.com/docs/guides/organizations/org-slugs-in-urls](https:/...
|
16.9K |
| 734 | multi-stage-dockerfile | github/awesome-copilot |
Your goal is to help me create efficient multi-stage Dockerfiles that follow best practices, resulting in smaller, more secure container images. Multi-Stage Structure Use a builder stage for compilation, dependency installation, and other build-time operations Use a separate runtime stage that only includes what's needed to run the application Copy only the necessary artifacts from the builder stage to the runtime stage Use meaningful stage names with the AS keyword (e.g., FROM node:18 AS builde...
|
16.8K |
| 735 | 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 |
| 736 | 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 |
| 737 | 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 |
| 738 | 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 |
| 739 | baoyu-youtube-transcript | jimliu/baoyu-skills |
YouTube Transcript Downloads transcripts (subtitles/captions) from YouTube videos. Works with both manually created and auto-generated transcripts. No API key or browser required — uses YouTube's InnerTube API directly and automatically falls back to yt-dlp when YouTube blocks the direct API path. Fetches video metadata and cover image on first run, caches raw data for fast re-formatting. Script Directory Scripts in scripts/ subdirectory. {baseDir} = this SKILL.md's directory path. Resolve ${BUN...
|
16.5K |
| 740 | 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 |
| 741 | 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 |
| 742 | 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 |
| 743 | 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 |
| 744 | opencli-usage | jackwener/opencli |
OpenCLI Usage Guide Make any website or Electron App your CLI. Reuse Chrome login, zero risk, AI-powered discovery. Install & Run npm global install (recommended) npm install -g @jackwener/opencli opencli < command > Or from source cd ~/code/opencli && npm install npx tsx src/main.ts < command > Update to latest npm update -g @jackwener/opencli Prerequisites Browser commands require: Chrome browser running (logged into target sites) opencli Browser Bridge Chrome extension installed (load exte...
|
16.3K |
| 745 | landing-page-design | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli 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 phot...
|
16.2K |
| 746 | 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 |
| 747 | pnpm | antfu/skills |
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure a...
|
16.2K |
| 748 | mcp-apps-builder | mcp-use/mcp-use |
IMPORTANT: How to Use This Skill This file provides a NAVIGATION GUIDE ONLY. Before implementing any MCP server features, you MUST: Read this overview to understand which reference files are relevant ALWAYS read the specific reference file(s) for the features you're implementing Apply the detailed patterns from those files to your implementation Do NOT rely solely on the quick reference examples in this file - they are minimal examples only. The reference files contain critical best practices, s...
|
16.1K |
| 749 | web-design-guidelines | antfu/skills |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
16.1K |
| 750 | javascript-testing-patterns | wshobson/agents |
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
|
16K |