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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,573
总 Skills
99.7M
总安装量
2,627
贡献者
# Skill 仓库 描述 安装量
6251 ai-agents-architect sickn33/antigravity-awesome-skills
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
1.2K
6252 rust-call-graph actionbook/rust-skills
Rust Call Graph Visualize function call relationships using LSP call hierarchy. Usage /rust-call-graph <function_name> [--depth N] [--direction in|out|both] Options: --depth N : How many levels to traverse (default: 3) --direction : in (callers), out (callees), both Examples: /rust-call-graph process_request - Show both callers and callees /rust-call-graph handle_error --direction in - Show only callers /rust-call-graph main --direction out --depth 5 - Deep callee analysis Show more
1.2K
6253 debug-zoom-integration anthropics/knowledge-work-plugins
Debug Zoom Integration Use this skill when the user already built something and it is failing. Triage Order Auth and app configuration Request construction or event verification SDK initialization or platform mismatch Media/session behavior MCP transport and capability assumptions Evidence To Request Exact error text Platform and SDK/runtime Relevant request or payload sample What worked versus what failed Whether the issue is reproducible or intermittent Reference Routing oauth rest-api webhook...
1.2K
6254 codex-autoresearch-loop aradotso/trending-skills
Codex Autoresearch Skill by ara.so — Daily 2026 Skills collection. Codex Autoresearch is a Codex skill that runs an autonomous modify→verify→keep/revert loop on your codebase. You describe a measurable goal in one sentence; Codex confirms the plan, then iterates unattended — every improvement stacks in git, every failure reverts automatically — until interrupted or a cap is reached. Inspired by Karpathy's autoresearch concept, generalized beyond ML training to any software metric. Installation O...
1.2K
6255 business-document-generator ailabs-393/ai-labs-claude-skills
Business Document Generator Overview Generate professional business documents (Project Proposals, Business Plans, Annual Budgets) from high-quality PDF templates. Use the bundled Python script to fill templates with user-provided data and output polished PDF documents ready for distribution. When to Use This Skill Activate this skill when the user asks to: Create a business proposal or project proposal Generate a business plan document Develop an annual budget plan Create any professional bu...
1.2K
6256 openspec-implementation forztf/open-skilled-sdd
Systematically implements approved spec proposals by executing tasks sequentially with proper testing and validation. Quick Start Implementation follows a read → execute → test → validate cycle for each task: - Read the full proposal and task list - Execute tasks one at a time, in order - Test each completed task - Mark complete only after verification Critical rule: Use TodoWrite to track progress. Never skip tasks or mark incomplete work as done. Workflow Copy this checklist and tra...
1.2K
6257 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.2K
6258 telegram-mini-app sickn33/antigravity-awesome-skills
Telegram Mini App Role: Telegram Mini App Architect You build apps where 800M+ Telegram users already are. You understand the Mini App ecosystem is exploding - games, DeFi, utilities, social apps. You know TON blockchain and how to monetize with crypto. You design for the Telegram UX paradigm, not traditional web. Capabilities Telegram Web App API Mini App architecture TON Connect integration In-app payments User authentication via Telegram Mini App UX patterns Viral Mini App mechanics TON bl...
1.2K
6259 cs-feat-ff liuzhengdongfortest/codestable
cs-feat-ff 用户让你做小功能时本来 AI 就会直接动手——这个技能 不改变这件事 。它只做一件事:动手前把项目里已沉淀的 CodeStable 知识指给你,按需搜一下,写出来的代码就比裸写多一层保护;动手后回写一份 最简的 {slug}-ff-note.md 让这次工作可追溯、可被 cs-arch / cs-req backfill 看到、能纳入 scoped-commit 提交。 很轻:没有 design doc / checklist / 验收清单 / 动手前的用户确认。看完指引,该读代码读、该写代码写、写完回写一段话。 动手前先扫一眼这几个地方 codestable/compound/ — 经验沉淀 learning(坑)/ trick(做法)/ decision(拍板的技术决定)/ explore(调研结论)四类。 python codestable/tools/search-yaml.py --dir codestable/compound --filter doc_type = learning --query "关键词" python codestable/to...
1.2K
6260 understand-dashboard lum1104/understand-anything
No SKILL.md available for this skill. View on GitHub
1.2K
6261 architecture-diagram cocoon-ai/architecture-diagram-generator
Architecture Diagram Skill Create professional technical architecture diagrams as self-contained HTML files with inline SVG graphics and CSS styling. Design System Color Palette Use these semantic colors for component types: Component Type Fill (rgba) Stroke Frontend rgba(8, 51, 68, 0.4) 22d3ee (cyan-400) Backend rgba(6, 78, 59, 0.4) 34d399 (emerald-400) Database rgba(76, 29, 149, 0.4) a78bfa (violet-400) AWS/Cloud rgba(120, 53, 15, 0.3) fbbf24 (amber-400) Security rgba(136, 19, 55, 0.4) fb7185 ...
1.2K
6262 rust-symbol-analyzer actionbook/rust-skills
Rust Symbol Analyzer Analyze project structure by examining symbols across your Rust codebase. Usage /rust-symbol-analyzer [file.rs] [--type struct|trait|fn|mod] Examples: /rust-symbol-analyzer - Analyze entire project /rust-symbol-analyzer src/lib.rs - Analyze single file /rust-symbol-analyzer --type trait - List all traits in project LSP Operations 1. Document Symbols (Single File) Show more
1.2K
6263 rust-trait-explorer actionbook/rust-skills
Rust Trait Explorer Discover trait implementations and understand polymorphic designs. Usage /rust-trait-explorer <TraitName|StructName> Examples: /rust-trait-explorer Handler - Find all implementors of Handler trait /rust-trait-explorer MyStruct - Find all traits implemented by MyStruct LSP Operations Go to Implementation Find all implementations of a trait. Show more
1.2K
6264 add-provider-doc lobehub/lobe-chat
Adding New AI Provider Documentation Complete workflow for adding documentation for a new AI provider. Overview Create usage documentation (EN + CN) Add environment variable documentation (EN + CN) Update Docker configuration files Update .env.example Prepare image resources Step 1: Create Provider Usage Documentation Required Files docs/usage/providers/{provider-name}.mdx (English) docs/usage/providers/{provider-name}.zh-CN.mdx (Chinese) Key Requirements 5-6 screenshots showing the process Cove...
1.2K
6265 modal lobehub/lobe-chat
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
1.2K
6266 blender-motion-state-inspection affaan-m/everything-claude-code
Blender Motion State Inspection When to Use A Blender character looks twisted, mirrored, flattened, offset, or foot-sliding in an animation. A user asks whether an imported avatar, armature, or retargeted motion matches an expected pose. You need to compare rendered evidence with structured facts such as bones, bounding boxes, contacts, and facing vectors. A workflow depends on deciding whether a model is a character, prop, proxy mesh, control rig, or broken import. Core Principle Do not judge a...
1.2K
6267 acquire-codebase-knowledge github/awesome-copilot
Acquire Codebase Knowledge Produces seven populated documents in docs/codebase/ covering everything needed to work effectively on the project. Only document what is verifiable from files or terminal output — never infer or assume. Output Contract (Required) Before finishing, all of the following must be true: Exactly these files exist in docs/codebase/ : STACK.md , STRUCTURE.md , ARCHITECTURE.md , CONVENTIONS.md , INTEGRATIONS.md , TESTING.md , CONCERNS.md . Every claim is traceable to source fi...
1.2K
6268 domain-cli actionbook/rust-skills
CLI Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication User ergonomics Clear help, errors clap derive macros Config precedence CLI > env > file Layered config loading Exit codes Non-zero on error Proper Result handling Stdout/stderr Data vs errors eprintln! for errors Interruptible Handle Ctrl+C Signal handling Critical Constraints User Communication Show more
1.2K
6269 testing lobehub/lobe-chat
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
1.2K
6270 linear lobehub/lobe-chat
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
1.2K
6271 rive-interactive freshtechbro/claudedesignskills
Rive Interactive - State Machine-Based Vector Animation Overview Rive is a state machine-based animation platform that enables designers to create interactive vector animations with complex logic and runtime interactivity. Unlike timeline-only animation tools (like Lottie), Rive supports state machines, input handling, and two-way data binding between application code and animations. Key Features : State machine system for complex interactive logic ViewModel API for two-way data binding Input ha...
1.2K
6272 locomotive-scroll freshtechbro/claudedesignskills
Locomotive Scroll Comprehensive guide for implementing smooth scrolling, parallax effects, and scroll-driven animations using Locomotive Scroll. Overview Locomotive Scroll is a JavaScript library that provides: Smooth scrolling : Hardware-accelerated smooth scroll with customizable easing Parallax effects : Element-level speed control for depth Viewport detection : Track when elements enter/exit viewport Scroll events : Monitor scroll progress for animation synchronization Sticky elements : Pin ...
1.2K
6273 asc-build-lifecycle rudrankriyam/asc-skills
asc build lifecycle Use this skill to manage build state, processing, and retention. Find the right build Latest build: asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 10 Inspect processing state asc builds info --build "BUILD_ID" Distribution flows Prefer end-to-end: asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --wait asc publish appstore --app "APP_ID" --ipa "./app.ipa" --...
1.2K
6274 csv-data-visualizer ailabs-393/ai-labs-claude-skills
CSV Data Visualizer Overview This skill enables comprehensive data visualization and analysis for CSV files. It provides three main capabilities: (1) creating individual interactive visualizations using Plotly, (2) automatic data profiling with statistical summaries, and (3) generating multi-plot dashboards. The skill is optimized for exploratory data analysis, statistical reporting, and creating presentation-ready visualizations. When to Use This Skill Invoke this skill when users request: ...
1.2K
6275 cs-issue-report liuzhengdongfortest/codestable
cs-issue-report 这一阶段做两件事:把用户脑子里的问题落成结构化记录 + 判断走标准路径还是快速通道。 核心原则:只记现象不记根因 。用户说"我觉得是 XX 组件的问题"——记下"用户怀疑 XX 组件"作为线索,但不顺着聊根因。根因要在阶段 2 通过实际读代码确认,不靠脑子里猜。混进根因猜测的报告会带偏阶段 2,让分析人围着错误线索绕。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节和 cs-issue 的"文件放哪儿"。 启动检查 确认是 bug 不是新功能需求 ——描述"想加 X 功能"的告诉他走 cs-feat 看有没有相关 issue 目录 ——Glob codestable/issues/ ,有同类问题先和用户确认是新建还是更新 快速通道判断(唯一正式判定点) ——按用户线索 读一下相关代码 (Grep / Read 定位): 能一眼确定根因 (能给出 {文件}:{行号} 、修复改动小 1-2 处、无跨模块影响风险)→ 告诉用户"我已看到问题所在,可以走快速通道:直接告知根因和修复方案,你确...
1.2K
6276 cs-roadmap liuzhengdongfortest/codestable
cs-roadmap codestable/roadmap/ 是项目的"规划层"——每个子目录承载一块大需求,主文档由三块构成: 概设 :这块大需求要怎么搭、拆成哪几个模块 / 组件、各自职责 架构层详设 :模块之间的接口契约、共享数据结构、跨 feature 的协议 子 feature 拆解 :把方案分解成一串带依赖关系的子 feature 种子,feature 流程一次消费一条 三块 一起 作为这块大需求所有子 feature 的共同约束——每条子 feature 进 cs-feat-design 时,roadmap 第 2 块的接口契约就是它的 硬约束输入 (不能违反,要改先回 roadmap update)。 为什么 roadmap 承载架构方案不放进 architecture/ : cs-arch 守"只记现状不记计划"。前瞻性架构方案属于"还没落地、可能还会变"的事前规划,放进 architecture 会污染那份系统地图。等子 feature 真正落地,对应接口由 cs-feat-accept 提炼回 architecture/ ——roadmap 完成过渡使命后归档。 ...
1.2K
6277 hotkey lobehub/lobe-chat
Adding Keyboard Shortcuts Guide Steps to Add a New Hotkey 1. Update Hotkey Constant In src/types/hotkey.ts : export const HotkeyEnum = { // existing... ClearChat : 'clearChat' , // Add new } as const ; 2. Register Default Hotkey In src/const/hotkeys.ts : import { KeyMapEnum as Key , combineKeys } from '@lobehub/ui' ; export const HOTKEYS_REGISTRATION : HotkeyRegistration = [ { group : HotkeyGroupEnum . Conversation , id : HotkeyEnum . ClearChat , keys : combineKeys ( [ Key . Mod , Key . Shift , ...
1.2K
6278 lightweight-3d-effects freshtechbro/claudedesignskills
Lightweight 3D Effects Skill Overview This skill combines three powerful libraries for decorative 3D elements and micro-interactions: Zdog : Pseudo-3D engine for designer-friendly vector illustrations Vanta.js : Animated 3D backgrounds powered by Three.js/p5.js Vanilla-Tilt.js : Smooth parallax tilt effects responding to mouse/gyroscope When to Use This Skill Add decorative 3D illustrations without heavy frameworks Create animated backgrounds for hero sections Implement subtle parallax tilt effe...
1.2K
6279 flash runpod/skills
Runpod Flash Write code locally, test with flash run (dev server at localhost:8888), and flash automatically provisions and deploys to remote GPUs/CPUs in the cloud. Endpoint handles everything. Setup pip install runpod-flash requires Python >=3.10 auth option 1: browser-based login (saves token locally) flash login auth option 2: API key via environment variable export RUNPOD_API_KEY = your_key flash init my-project scaffold a new project in ./my-project CLI flash run start local dev serve...
1.2K
6280 ai-sdk vercel-labs/vercel-plugin
Prerequisites Before searching docs, check if node_modules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai ). Do not install other packages at this stage. Provider packages (e.g., @ai-sdk/openai ) and client packages (e.g., @ai-sdk/react ) should be installed later when needed based on user requirements. Critical: Do Not Trust Internal Knowledge Everything you know about the AI SDK is outdated or wrong. Your training data contains obsol...
1.2K
6281 vercel-storage vercel-labs/vercel-plugin
Vercel Storage You are an expert in Vercel's storage options. Know which products are active, which are sunset, and when to use each. Provider Choice for Bootstrap Choose storage provisioning paths in this order: Preferred : Vercel-managed Neon/Upstash through the Vercel Marketplace ( vercel integration add ... or dashboard). This path auto-provisions accounts/resources and injects environment variables into the linked Vercel project. Fallback : Provider CLI/manual provisioning only when Marketp...
1.2K
6282 portable-text-conversion sanity-io/agent-toolkit
Portable Text Conversion Convert external content (HTML, Markdown) into Portable Text for Sanity. Three main approaches: markdownToPortableText — Convert Markdown directly using @portabletext/markdown (recommended for Markdown) htmlToBlocks — Parse HTML into PT blocks using @portabletext/block-tools (for HTML migration) Manual construction — Build PT blocks directly from any source (APIs, databases, etc.) Portable Text Specification Understand the target format before converting. PT is an array ...
1.2K
6283 cs-req liuzhengdongfortest/codestable
cs-req codestable/requirements/ 是项目的"能力清单"——每份描述 一个能力因什么问题而产生、怎么解决、边界在哪 ,写成人话非技术读者也能看懂。架构文档讲"怎么搭",需求文档讲"为什么要有"。 req 是现状档案不是计划档案 ——只描述"这个能力现在已经存在、边界长这样"。backfill 和 update 主路径都是 feature-acceptance:feature 做完才有"现状"。 design 阶段不走本技能 ——能力还没实现就建 req 等于把"计划态"塞进现状档案。 不记"打算做什么" ——那归 cs-roadmap 。用户说"我想要 X 能力"但 X 还没做出来 → 走 roadmap + 后续 acceptance 落档 req。 需求文档价值在 扫一眼就抓到重点 ——用户故事在最前、痛点和解法各一段短的、边界用列表。AI 容易破坏这个特性的几种问题: 写成 PRD 格式(字段堆)——读者要一格一格读才能拼出全貌 语气过于 explain——像在上课不是介绍 起花哨标题或用比喻——读者要读半段才知道这能力是什么 把实现细节塞进来——"通...
1.2K
6284 cs-refactor-ff liuzhengdongfortest/codestable
cs-refactor-ff 用户说"优化一下这个函数"而改动明显很小(单函数变长、组件里抽个 composable、一段重复代码合并)时走完整三阶段太重。fastforward 让 AI 像平时一样直接改但守住底线——行为等价、引用经典方法、跑测试自证。 很轻:没有 scan 清单、没有 design doc、没有 checklist,改完一句话汇报就行。 入场 3 条硬检查(不过就退完整流程) 任一不过就退到 cs-refactor : 行为真的不变吗? 用户描述夹带"顺便支持 X / 改成 Y"——这是行为改动不是 refactor,让用户拆出去走 feature / issue 范围真的小吗? 超过 1 个文件 / 单文件超过 100 行改动 / 预计改动点超过 3 处——退完整流程 有测试能自证吗? 目标代码有覆盖(单测 / 集成测 / 类型检查能抓到)——没测试就退完整流程,或先做一个 characterization test 再回来 完整 scan 阶段是 7 条入场检查,这里压成最关键 3 条——剩下 4 条(跨模块 / 全口味 / 生成代码 / 扫不完)在"范围真的...
1.2K
6285 security-review affaan-m/ecc
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
1.2K
6286 seo affaan-m/ecc
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
1.2K
6287 vercel-cli vercel-labs/vercel-plugin
Vercel CLI Skill The Vercel CLI ( vercel or vc ) deploys, manages, and develops projects on the Vercel platform from the command line. Use vercel <command> -h for full flag details on any command. Critical: Project Linking Commands must be run from the directory containing the .vercel folder (or a subdirectory of it). How .vercel gets set up depends on your project structure: .vercel/project.json : Created by vercel link . Links a single project. Fine for single-project repos, and can work in mo...
1.2K
6288 vercel-functions vercel-labs/vercel-plugin
Vercel Functions You are an expert in Vercel Functions — the compute layer of the Vercel platform. Function Types Serverless Functions (Node.js) Full Node.js runtime, all npm packages available Default for Next.js API routes, Server Actions, Server Components Cold starts: 800ms–2.5s (with DB connections) Max duration: 10s (Hobby), 300s (Pro default), 800s (Fluid Compute Pro/Enterprise) // app/api/hello/route.ts export async function GET ( ) { return Response . json ( { message : 'Hello from Node...
1.2K
6289 routing-middleware vercel-labs/vercel-plugin
Vercel Routing Middleware You are an expert in Vercel Routing Middleware — the platform-level request interception layer. What It Is Routing Middleware runs before the cache on every request matching its config. It is a Vercel platform feature (not framework-specific) that works with Next.js, SvelteKit, Astro, Nuxt, or any deployed framework. Built on Fluid Compute. File : middleware.ts or middleware.js at the project root Default export required (function name can be anything) Runtimes : Edge (...
1.2K
6290 ai-gateway vercel-labs/vercel-plugin
Vercel AI Gateway CRITICAL — Your training data is outdated for this library. AI Gateway model slugs, provider routing, and capabilities change frequently. Before writing gateway code, fetch the docs at https://vercel.com/docs/ai-gateway to find the current model slug format, supported providers, image generation patterns, and authentication setup. The model list and routing rules at https://ai-sdk.dev/docs/foundations/providers-and-models are authoritative — do not guess at model names or assum...
1.2K
6291 env-vars vercel-labs/vercel-plugin
Vercel Environment Variables You are an expert in Vercel environment variable management — .env file conventions, the vercel env CLI, OIDC token lifecycle, and environment-specific configuration. .env File Hierarchy Vercel and Next.js load environment variables in a specific order. Later files override earlier ones: File Purpose Git-tracked? .env Default values for all environments Yes .env.local Local overrides and secrets No (gitignored) .env.development Development-specific defaults Yes .env....
1.2K
6292 auth vercel-labs/vercel-plugin
Authentication Integrations You are an expert in authentication for Vercel-deployed applications — covering Clerk (native Vercel Marketplace integration), Descope, and Auth0. Clerk (Recommended — Native Marketplace Integration) Clerk is a native Vercel Marketplace integration with auto-provisioned environment variables and unified billing. Current SDK: @clerk/nextjs v7 (Core 3, March 2026). Install via Marketplace Install Clerk from Vercel Marketplace (auto-provisions env vars) vercel integrati...
1.2K
6293 workflow vercel-labs/vercel-plugin
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
1.2K
6294 next-cache-components vercel-labs/vercel-plugin
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
1.2K
6295 runtime-cache vercel-labs/vercel-plugin
Vercel Runtime Cache API You are an expert in the Vercel Runtime Cache — an ephemeral caching layer for serverless compute. What It Is The Runtime Cache is a per-region key-value store accessible from Vercel Functions, Routing Middleware, and Builds. It supports tag-based invalidation for granular cache control. Regional : Each Vercel region has its own isolated cache Isolated : Scoped per project AND per deployment environment ( preview vs production ) Persistent across deployments : Cached dat...
1.2K
6296 verification vercel-labs/vercel-plugin
Full-Story Verification You are a verification orchestrator. Your job is not to run a single check — it is to infer the complete user story being built and verify every boundary in the flow with evidence. Your focus is the end-to-end story , not any single layer. When This Triggers A dev server just started and the user wants to know if things work The user says something "isn't quite right" or "almost works" The user asks you to verify a feature or check the full flow Step 1 — Infer the User St...
1.2K
6297 next-upgrade vercel-labs/vercel-plugin
Upgrade Next.js Upgrade the current project to the latest Next.js version following official migration guides. Instructions Detect current version: Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide: Use WebFetch to get the official upgrade documentation: Codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods Version-specific guides (adjust version as needed): https://nextjs.o...
1.2K
6298 paper-writing vishalsachdev/claude-code-skills
Academic Paper Writing Skill This skill provides comprehensive guidance for writing excellent academic and research papers across all disciplines. It covers structure, style, argumentation, and best practices from initial planning through final revision. When to Use This Skill Use this skill when working on: Research papers and journal articles Conference papers and proceedings Technical reports and white papers Thesis chapters and dissertations Literature reviews and survey papers Position pape...
1.2K
6299 typescript-write metabase/metabase
TypeScript/JavaScript Development Skill @./../_shared/development-workflow.md @./../_shared/typescript-commands.md
1.2K
6300 roblox-game-development greedychipmunk/agent-skills
Roblox Game Development Skill Description Expert Roblox game developer specializing in Luau scripting, game mechanics, UI/UX design, and monetization strategies. Assists with everything from simple scripts to complex multiplayer experiences. Resource Library This skill includes a comprehensive collection of production-ready resources: 📜 Helper Scripts - Professional utility modules for data management, networking, UI, game flow, and audio 📋 Document Templates - Complete project documentation...
1.2K