███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7951 | build-loop-claude-code | buildgreatproducts/builder-os |
Claude Code Build Loop Quality-gated feature work: nothing ships on "it compiles" — every increment is built, reviewed, tested end to end, and fixed before the user hears "done." Source of work A plan file exists (roadmap, refactor plan, or task list with - [ ] checkboxes — search the repo): work the first unchecked task. Tasks are ordered intentionally — never skip ahead. If the plan references spec docs, read only the sections relevant to the current task. No plan (or the request is outside it...
|
1.5K |
| 7952 | gemini-live-api | google/skills |
LiveAPI Service Skill This skill provides instructions for generating a LiveAPI client service class that connects to the Gemini Enterprise Live API over WebSockets. The generated client handles bidirectional streaming, bearer-token authentication via Application Default Credentials (ADC), transparent session resumption, and ClientMessage / ServerMessage proto exchange. The skill also produces a demo frontend + backend service so the user can interactively validate the generated client (text, au...
|
1.5K |
| 7953 | dotnet-webapi | dotnet/skills |
ASP.NET Core Web API Produce well-structured ASP.NET Core Web API endpoints with proper HTTP semantics, OpenAPI documentation, and error handling. When to Use Use this skill when working on ASP.NET Core HTTP APIs, including: adding or modifying Web API endpoints implemented with controllers or minimal APIs; wiring up OpenAPI/Swagger metadata and endpoint documentation; defining request/response DTOs and consistent HTTP status code behavior; adding .http files or similar request-based API testing...
|
1.5K |
| 7954 | codebase-documenter | ailabs-393/ai-labs-claude-skills |
Codebase Documenter Overview This skill enables creating comprehensive, beginner-friendly documentation for codebases. It provides structured templates and best practices for writing READMEs, architecture guides, code comments, and API documentation that help new users quickly understand and contribute to projects. Core Principles for Beginner-Friendly Documentation When documenting code for new users, follow these fundamental principles: Start with the "Why" - Explain the purpose before div...
|
1.5K |
| 7955 | ruff-recursive-fix | github/awesome-copilot |
Ruff Recursive Fix Overview Use this skill to enforce code quality with Ruff in a controlled, iterative workflow. It supports: Optional scope limitation to a specific folder. Default project settings from pyproject.toml . Flexible Ruff invocation ( uv , direct ruff , python -m ruff , or equivalent). Optional per-run rule overrides ( --select , --ignore , --extend-select , --extend-ignore ). Automatic safe then unsafe autofixes. Diff review after each fix pass. Recursive repetition until findings...
|
1.5K |
| 7956 | verify-this | cursor/plugins |
Verify This Verification is not a recap. It proves or disproves a specific claim with repeatable evidence. When To Use The user asks "verify this", "prove it works", "did this fix it", or "show me the evidence". A bug fix needs a before/after repro. A UI, CLI, API, performance, or memory claim needs measurement. A test passes but the user-visible behavior still needs confirmation. Do not use this for vague claims like "the code is cleaner". Ask for a measurable claim first. Workflow Show more In...
|
1.5K |
| 7957 | steam-publish | gamedev-skills/awesome-gamedev-agent-skills |
Steam Publish (Steamworks + SteamPipe) Take a finished build to a live Steam store page. Two tracks run in parallel and both must be approved before release: the store page (presence) and the build (SteamPipe upload + the release checklists). This skill is the operational checklist; deep build-script, CI/CD, and troubleshooting detail lives in references/steampipe-build-scripts.md . When to use Use when setting up a Steam app, building/editing the store page, configuring depots and packages, upl...
|
1.5K |
| 7958 | scss-best-practices | mindrally/skills |
SCSS Best Practices You are an expert in SCSS (Sassy CSS), CSS architecture, and maintainable stylesheet development. Key Principles Write modular, reusable SCSS that scales with project complexity Follow the DRY (Don't Repeat Yourself) principle using variables, mixins, and functions Maintain clear separation between structure, skin, and state styles Prioritize readability and maintainability over clever abstractions File Organization Architecture Pattern (7-1 Pattern) scss/ ├── abstracts/ │ ...
|
1.5K |
| 7959 | qdrant-performance-optimization | qdrant/skills |
Qdrant Performance Optimization There are different aspects of Qdrant performance, this document serves as a navigation hub for different aspects of performance optimization in Qdrant. Search Speed Optimization There are two different criteria for search speed: latency and throughput. Latency is the time it takes to get a response for a single query, while throughput is the number of queries that can be processed in a given time frame. Depending on your use case, you may want to optimize for one...
|
1.5K |
| 7960 | ib-check-deck | anthropics/financial-services |
IB Deck Checker Perform comprehensive QC on the presentation across four dimensions. Read every slide, then report findings. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting: Add-in — read from the live open deck. Chat — read from the uploaded .pptx file. This is read-and-report only — no edits — so the workflow is identical in both. Workflow Read the deck Pull text from every slide, keeping track of which slide each line came fr...
|
1.5K |
| 7961 | dd-monitors | datadog-labs/agent-skills |
Datadog Monitors Create, manage, and maintain monitors for alerting. Prerequisites This requires Go or the pup binary in your path. pup - go install github.com/datadog-labs/pup@latest Ensure ~/go/bin is in $PATH . Quick Start pup auth login Common Operations List Monitors pup monitors list pup monitors list --tags "team:platform" pup monitors list --status "Alert" Get Monitor pup monitors get < id > --json Create Monitor pup monitors create \ --name "High CPU on web servers" \ --type "metric ale...
|
1.5K |
| 7962 | diffity-resolve | nilbuild/diffity |
Diffity Resolve Skill You are reading open review comments and resolving them by making the requested code changes. Arguments thread-id (optional): Resolve a specific thread by ID instead of all open threads. Example: /diffity-resolve abc123 CLI Reference diffity agent diff diffity agent list [--status open|resolved|dismissed] [--json] diffity agent comment --file <path> --line <n> [--end-line <n>] [--side new|old] --body "<text>" diffity agent general-comment --body "<text>" diffity agent resol...
|
1.5K |
| 7963 | illustration-style | owl-listener/designer-skills |
Illustration Style You are an expert in defining illustration systems that support product communication and brand identity. What You Do You create illustration style guides ensuring consistent visual storytelling across a product. Style Definition Geometric vs organic : Angular/structured or flowing/natural Flat vs dimensional : 2D flat, 2.5D isometric, or 3D Detailed vs minimal : Level of detail and complexity Abstract vs representational : Symbolic or realistic Line style : Stroke weight, cor...
|
1.5K |
| 7964 | redis-security | redis/agent-skills |
Redis Security Production hardening for Redis: authentication, ACL-based access control, and network exposure. Cover all three together — any one of them on its own leaves an exploitable gap. When to apply Deploying or reviewing a Redis instance destined for production. Setting up application credentials beyond a shared password. Auditing a Redis deployment against a security checklist. Receiving "Redis exposed to the internet" findings from a scanner. 1. Always authenticate (and use TLS) Never ...
|
1.5K |
| 7965 | release-skills | jimliu/baoyu-design |
Release Skills Universal release workflow supporting any project type with multi-language changelog. Quick Start Just run /release-skills - auto-detects your project configuration. Supported Projects Project Type Version File Auto-Detected Node.js package.json ✓ Python pyproject.toml ✓ Rust Cargo.toml ✓ Claude Plugin marketplace.json ✓ Generic VERSION / version.txt ✓ Options Flag Description --dry-run Preview changes without executing --major Force major version bump --minor Force minor vers...
|
1.5K |
| 7966 | unity-animation | gamedev-skills/awesome-gamedev-agent-skills |
Unity Animation (Animator / Mecanim) Control animation state with Unity 6.3 LTS's Animator and Animator Controllers: parameters, transitions, blend trees, layers, and humanoid IK. Targets Unity 6.3 LTS (6000.3) . When to use Use when connecting animation clips into a state machine, driving them from script via parameters, blending locomotion (idle→walk→run), layering an upper-body action over movement, or adding foot/hand IK on a humanoid rig. Use when the project has *.controller (Animator Cont...
|
1.5K |
| 7967 | godot-csharp | gamedev-skills/awesome-gamedev-agent-skills |
Godot C / .NET (4.x) Write Godot game code in C: node subclasses, the engine lifecycle, exports, signals as events, and GDScript interop. Targets Godot 4.7 (.NET / C) and .NET 8 . When to use Use when scripting a Godot game in C ( .cs + .csproj ), translating GDScript idioms to C, exposing [Export] fields, or wiring [Signal] delegates and GetNode. When not to use: GDScript-specific syntax → godot-gdscript ; engine concepts that are language-neutral (scenes, physics, animation) → the relevant god...
|
1.5K |
| 7968 | godot-multiplayer | gamedev-skills/awesome-gamedev-agent-skills |
Godot Multiplayer (4.x high-level) Connect peers, call functions remotely with @rpc , assign authority, and replicate state with MultiplayerSpawner / MultiplayerSynchronizer . Targets Godot 4.7 (ENet). Treat all client input as untrusted; keep the server authoritative. When to use Use when adding networked multiplayer: hosting/joining over ENet, calling RPCs, assigning per-node authority, or auto-spawning/syncing nodes across peers. When not to use: local split-screen (no networking); raw TCP/UD...
|
1.5K |
| 7969 | agent-browser | brianlovin/agent-config |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
1.5K |
| 7970 | mapbox-token-security | mapbox/mapbox-agent-skills |
Mapbox Token Security Skill This skill provides security expertise for managing Mapbox access tokens safely and effectively. Token Types and When to Use Them Public Tokens (pk.*) Characteristics: Can be safely exposed in client-side code Limited to specific public scopes only Can have URL restrictions Cannot access sensitive APIs When to use: Client-side web applications Mobile apps Public-facing demos Embedded maps on websites Allowed scopes: styles:tiles - Display style tiles (raster) styles:r...
|
1.5K |
| 7971 | semgrep | semgrep/skills |
Semgrep Static Analysis When to Use Semgrep Ideal scenarios: Quick security scans (minutes, not hours) Pattern-based bug detection Enforcing coding standards and best practices Finding known vulnerability patterns Single-file analysis without complex data flow First-pass analysis before deeper tools Consider CodeQL instead when: Need interprocedural taint tracking across files Complex data flow analysis required Analyzing custom proprietary frameworks When NOT to Use Do NOT use this skill f...
|
1.5K |
| 7972 | dotnet-aot-compat | dotnet/skills |
No SKILL.md available for this skill. View on GitHub Installs 333 Repository dotnet/skills GitHub Stars 2.1K First Seen Mar 10, 2026
|
1.5K |
| 7973 | gke-cost-optimization | google/skills |
GKE Cost Optimization This reference covers strategies and workflows for reducing Google Kubernetes Engine (GKE) costs while maintaining a secure and reliable posture. MCP Tools: get_k8s_resource , describe_k8s_resource , apply_k8s_manifest , patch_k8s_resource , get_cluster Golden Path Cost Features The golden path already includes cost-optimizing settings: Show more Installs 859 Repository google/skills GitHub Stars 17.2K First Seen Jul 22, 2026 Security Audits Gen Agent Trust Hub Pass Socket ...
|
1.5K |
| 7974 | architect | cursor/plugins |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
1.5K |
| 7975 | tilegym-improve-cutile-kernel-perf | nvidia/skills |
Iterative cuTile Kernel Performance Optimization Systematically profile, diagnose bottlenecks, and iteratively tune a cuTile kernel's performance in the TileGym repository. Instructions Follow the three phases in order: Setup the environment and baseline, run the Experimentation loop with a tracked log, then iterate The experiment loop until perf goals are met or further gains plateau. Setup Work with user to prepare optimization environment: Create a fresh git branch: Propose a branch name, e.g...
|
1.5K |
| 7976 | google-cloud-solution-rag-enterprise-search-gke-sqldb | google/skills |
RAG for enterprise search using GKE and AlloyDB This skill provides a workflow to design and implement a secure, low-latency, and high-accuracy RAG-enabled conversational search solution for private enterprise content by using an AlloyDB database, Cloud Storage, and a Google Kubernetes Engine (GKE) cluster to host all the application components, including an open model and an open-source inference framework. Overview of the workflow Show more Installs 868 Repository google/skills GitHub Stars 17...
|
1.5K |
| 7977 | gke-cost-analysis | google/skills |
GKE Cost Analysis This skill provides guidance on answering natural language questions about GKE-related costs, billing reports, and utilization analysis. Overview When users ask about GKE costs (e.g., "What are my costs across projects?", "What's my most expensive namespace?", "Why is my cluster cost spiking?"), use this skill to provide a structured and expert response using BigQuery billing exports, cost allocation metadata, and live cluster metrics. Instructions When handling a cost-related ...
|
1.5K |
| 7978 | blackforge | blackforge-so/skill |
BlackForge market-data BlackForge is a raw market-data product: for every (exchange, symbol) it stores one wide row per closed 5-minute window , 120 measurement columns across ~11,800 spot pairs — order-book depth, resting-liquidity dynamics, trade-flow and trade-timing measurements, plus market-cap and attention enrichment, and a per-row quality bitmask. This skill lets you answer a plain-language market-data question by calling BlackForge's own tools and reading the rows back as measurements ....
|
1.5K |
| 7979 | minimax-music-gen | minimax-ai/skills |
MiniMax Music Generation Skill Generate songs (vocal or instrumental) using the MiniMax Music API. Supports two creation modes: Basic (one-sentence-in, song-out) and Advanced Control (edit lyrics, refine prompt, plan before generating). Prerequisites mmx CLI (required): Music generation uses the mmx command-line tool. Check if installed: command -v mmx && mmx --version || echo "mmx not found" Install (requires Node.js): npm install -g mmx-cli Authenticate (first time only): mmx auth login --api-...
|
1.5K |
| 7980 | rev-idapython | p4nda0s/reverse-skills |
rev-idapython - IDAPython / IDALib Script Reference IDAPython script snippets for IDA interactive use and IDALib headless analysis. Use as reference when generating IDAPython code. IDAPython : scripts run inside IDA GUI (Script Command, plugin, or IDC console) IDALib : headless mode introduced in IDA 9.0 — run analysis scripts without opening the IDA GUI Common API Register Operations idc . get_reg_value ( 'rax' ) idaapi . set_reg_val ( "rax" , 1234 ) Debug Memory Operations idc . read_dbg_byte ...
|
1.5K |
| 7981 | threejs-audio-generator | majidmanzarpour/threejs-game-skills |
Three.js Audio Generator Purpose Create game-ready audio assets for Three.js projects. This skill consolidates game sound generation, voice generation/conversion, audio cleanup, credential probing, and runtime integration into one Three.js-focused production workflow. Provider: ElevenLabs. Resolve <this-skill-dir> in the commands below in this order: ~/.claude/skills/threejs-audio-generator , ~/.codex/skills/threejs-audio-generator , ~/.agents/skills/threejs-audio-generator , or repo skills/thre...
|
1.5K |
| 7982 | visual-hierarchy | owl-listener/designer-skills |
Visual Hierarchy You are an expert in creating clear visual hierarchy that guides users through interfaces. What You Do You establish visual hierarchy ensuring users see the most important content first and can scan efficiently. Hierarchy Tools Size Larger elements draw attention first. Use size differences of at least 1.5x for clear distinction. Weight Bold text, thicker strokes, and filled icons carry more visual weight than light variants. Color and Contrast High contrast attracts attention. ...
|
1.5K |
| 7983 | datalineage-summary | google/skills |
Data Lineage Summary This skill guides the agent in investigating and summarizing the Data Lineage graph for a specific focal asset (Table-Level Lineage) or specific fields (Column-Level Lineage). It provides an intuitive left-to-right walkthrough of how data enters and leaves the asset, abstracting away complex node and link details into plain English. Prerequisites This skill relies on the Google Cloud Data Lineage (Knowledge Catalog) MCP Server for graph traversal. Ensure you can run search_l...
|
1.5K |
| 7984 | unity-scriptableobjects | gamedev-skills/awesome-gamedev-agent-skills |
Unity ScriptableObject Architecture Use ScriptableObject assets to store shared data and decouple systems in Unity 6.3 LTS — configuration, event channels, and registries that live as project assets instead of being hard-wired into scenes or singletons. Targets Unity 6.3 LTS (6000.3) . When to use Use when you need designer-editable config (weapon stats, level data), to share one value between unrelated systems, to decouple senders from listeners via event channels, or to build a runtime registr...
|
1.5K |
| 7985 | google-cloud-solution-build-deploy-agents | google/skills |
Build and deploy AI agents on Google Cloud This skill guides agents through the workflow of designing and implementing a tailored multi-product solution in the cloud for a given workload, use case, or requirement. Workflow The solution design and implementation workflow is divided into the following phases: Show more Installs 821 Repository google/skills GitHub Stars 17.6K First Seen Jul 21, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.5K |
| 7986 | orca-emulator | stablyai/orca |
Orca Emulator This file is a discovery stub, not the usage guide. The full, version-matched Orca emulator reference is served by the orca binary itself — kept out of this file on purpose so it can never drift from the binary that will actually run your commands. Engage Orca whenever you drive a mobile (iOS) emulator / simulator stream from inside the Orca app: taps, gestures, typing, hardware buttons, camera injection, runtime permissions, the accessibility tree, and more — all while the live vi...
|
1.5K |
| 7987 | course-guide | rohitg00/ai-engineering-from-scratch |
Course Guide You are the wayfinding layer over the AI Engineering from Scratch curriculum: 503 lessons, 20 phases. The learner tells you what they want to understand, build, or fix; you tell them exactly where in the course that lives and which command to run next. Works with any agent. Routing table The curriculum's single source of truth is the Contents section of the repo README: every phase has a table listing each lesson's number, title, type (Build/Learn), language, and directory path. Rea...
|
1.5K |
| 7988 | hithink-finance | hithink-tech/financial-api |
hithink finance 这是“同花顺金融数据服务”的统一 Agent 入口和主路由。它负责识别需求、探测当前能力、处理配置边界并选择接入方式;选定方式后只读取对应的一级入口,由该入口继续按需披露详细契约。 直接描述需求 允许用户使用自然语言开始,不要求用户先理解命令、接口、 thscode 或复权参数。例如: “查一下贵州茅台今天的价格。” “比较茅台和平安银行最近一年的走势。” “查沪深 300 当前成分股。” “看看今天有哪些涨停股。” “把全市场历史行情导出到文件。” “检查我的本地行情库是否需要更新。” 先把自然语言转换为明确的数据任务,再按当前环境选择接入方式。不要把命令选择、代码后缀或参数枚举转嫁给用户。 任务与能力路由 Show more Installs 913 Repository hithink-tech/fi…cial-api GitHub Stars 722 First Seen Jul 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.5K |
| 7989 | senior-backend | alirezarezvani/claude-skills |
Senior Backend Complete toolkit for senior backend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Api Scaffolder python scripts/api_scaffolder.py [ options ] Script 2: Database Migration Tool python scripts/database_migration_tool.py [ options ] Script 3: Api Load Tester python scripts/api_load_tester.py [ options ] Core Capabilities 1. Api Scaffolder Automated tool for api scaffolder tasks. ...
|
1.5K |
| 7990 | deck-refresh | anthropics/financial-services |
Deck Refresh Update numbers across the deck. The deck is the source of truth for formatting; you're only changing values. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting — the edit mechanism differs, the intent doesn't: Add-in — the deck is open live; edit text runs, table cells, and chart data directly. Chat — the deck is an uploaded file; edit it by regenerating the affected slides with the new values and writing the result ba...
|
1.5K |
| 7991 | threejs-image-generator | majidmanzarpour/threejs-game-skills |
Three.js Image Generator Purpose Create game-useful 2D assets and references for Three.js projects. This skill is the image-generation layer for the Three.js game system: it produces concepts, textures, decals, UI art, and 2D inputs that can be handed to threejs-3d-generator for image-to-3D model creation. Provider: Google's Gemini image API. Resolve <this-skill-dir> in the commands below in this order: ~/.claude/skills/threejs-image-generator , ~/.codex/skills/threejs-image-generator , ~/.agent...
|
1.5K |
| 7992 | google-cloud-solution-agentic-analytics-spark-knowledge-catalog | google/skills |
Agentic analytics across cloud providers and data types This skill provides a workflow to design and implement a governed, secure pipeline for agentic analytics solution across structured and unstructured data that's distributed across Google Cloud, on-premises systems, and other cloud providers. Overview of the workflow Show more Installs 820 Repository google/skills GitHub Stars 17.2K First Seen Jul 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.5K |
| 7993 | seo-audit | every-app/open-seo |
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
|
1.5K |
| 7994 | platform-lsp-integrate | forcedotcom/sf-skills |
Using the Salesforce LSP The salesforce-development plugin hosts a local MCP server named salesforce-lsp that lazily spawns Salesforce Language Server children and exposes their semantic capabilities as MCP tools. This skill is the contract other skills follow when they call those tools, and the answer to "how do I use the Salesforce LSP?" — what each tool does, how to read its result, what every error code means, and how to fall back when the host is absent. This is a documentation/reference sk...
|
1.5K |
| 7995 | dx-project-create | forcedotcom/sf-skills |
Creating a New Salesforce Project Walk the user through a wizard that scaffolds a new Salesforce DX project, relocates this session into the new project, connects it to an org, and configures it for development. Run each step in order, confirming with the user before any environment-changing action. The salesforce-development plugin's MCP servers ( salesforce-api-context , salesforce-metadata-experts , salesforce-lsp ) are provided by the installed plugin , not by the project — so they stay avai...
|
1.5K |
| 7996 | apollo-router | apollographql/skills |
Apollo Router Config Generator Apollo Router is a high-performance graph router written in Rust for running Apollo Federation 2 supergraphs. It sits in front of your subgraphs and handles query planning, execution, and response composition. This skill generates version-correct configuration. Router v1 and v2 have incompatible config schemas in several critical sections (CORS, JWT auth, connectors). Always determine the target version before generating any config. Step 1: Version Selection Ask th...
|
1.5K |
| 7997 | gcp-cloud-run | sickn33/agentic-awesome-skills |
GCP Cloud Run Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub. Principles Cloud Run for containers, Functions for simple event handlers Optimize for cold starts with startup CPU boost and min instances Set concurrency based on workload (start with 8, adjust) Memory includes /tmp filesystem - plan accordingly Use VPC Con...
|
1.5K |
| 7998 | copywriting | sickn33/agentic-awesome-skills |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
|
1.5K |
| 7999 | list-npm-package-content | vercel/ai |
List npm Package Content This skill lists the exact contents of an npm package tarball - the same files that would be uploaded to npm and downloaded by users. Usage Run the script from the package directory (e.g., packages/ai): bash scripts/list-package-files.sh The script will build the package, create a tarball, list its contents, and clean up automatically. Understanding Package Contents The files included are determined by: files field in package.json - explicit allowlist of files/d...
|
1.5K |
| 8000 | find-models | replicate/skills |
Always search the API for current models The AI model landscape changes weekly. New models ship constantly and older ones are deprecated or surpassed. Don't rely on model names you've seen before, including names from past conversations or training data. A specific model you "know" may no longer be the best choice, may be slower than newer alternatives, or may not exist anymore. Always start by querying the Replicate API. Use search and collections to discover what's currently available, then re...
|
1.5K |