Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
vercel
GitHub creator profile

vercel

Repository-level view of 89 collected skills across 16 GitHub repositories, including approximate occupation coverage.

skills collected
89
repositories
16
occupation fields
1
updated
2026-05-23
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
vercel-plugin
37 skills · 2026-05-18
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者コンピュータネットワークアーキテクトデータベース管理者
8 occupation categories · 100% classified
42%share
#02
next.js
17 skills · 2026-05-23
ソフトウェア開発者コンピュータプログラマーソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者ウェブ開発者
5 occupation categories · 100% classified
19%share
#03
ai
10 skills · 2026-05-18
ソフトウェア開発者コンピュータプログラマーコンピュータシステムアナリストその他コンピュータ職ソフトウェア品質保証アナリスト・テスター
5 occupation categories · 100% classified
11%share
#04
shop
7 skills · 2026-05-21
ウェブ開発者ソフトウェア開発者
2 occupation categories · 100% classified
7.9%share
#05
workflow
4 skills · 2026-05-05
ソフトウェア開発者
1 occupation categories · 100% classified
4.5%share
#06
vercel-deploy-claude-code-plugin
3 skills · 2025-12-18
ネットワーク・コンピュータシステム管理者その他コンピュータ職
2 occupation categories · 100% classified
3.4%share
#07
chat
2 skills · 2026-05-08
ソフトウェア開発者
1 occupation categories · 100% classified
2.2%share
#08
turborepo
1 skills · 2026-05-23
ソフトウェア開発者
1 occupation categories · 100% classified
1.1%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
vercel-plugin
37 skills16823updated 2026-05-18
42% of creator
vercel-firewall
情報セキュリティアナリスト

Vercel Firewall expert guidance — automatic DDoS mitigation, the Vercel WAF (custom rules, IP blocking, managed rulesets, rate limiting), Attack Mode, system bypass, bot management, and the `vercel firewall` CLI. Use when configuring platform-level security, responding to attacks, or staging firewall rules.

2026-05-18
vercel-cli
ネットワーク・コンピュータシステム管理者

Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, querying metrics, managing domains, or interacting with the Vercel platform from the command line.

2026-05-06
vercel-cli
ウェブ開発者

Deploy, manage, and develop projects on Vercel from the command line

2026-05-06
workflow
ソフトウェア開発者

Vercel Workflow DevKit (WDK) expert guidance. Use when building durable workflows, long-running tasks, API routes or agents that need pause/resume, retries, step-based execution, or crash-safe orchestration with Vercel Workflow.

2026-04-30
ai-gateway
コンピュータネットワークアーキテクト

Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.

2026-04-14
knowledge-update
ソフトウェア開発者

Corrects outdated LLM knowledge about the Vercel platform and introduces new products. Injected at session start.

2026-04-11
next-forge
ソフトウェア開発者

next-forge expert guidance — production-grade Turborepo monorepo SaaS starter by Vercel. Use when working in a next-forge project, scaffolding with `npx next-forge init`, or editing @repo/* workspace packages.

2026-04-06
ai-sdk
ソフトウェア開発者

Vercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.

2026-03-30
Showing top 8 of 37 collected skills in this repository.
#002
next.js
17 skills139.6k31.1kupdated 2026-05-23
19% of creator
backport-pr
ソフトウェア開発者

Backport a merged Next.js pull request from canary to a previous release branch such as next-16-2. Use when the user asks to backport, cherry-pick, or open a backport PR from a PR number to an older Next.js version. Covers finding the merged PR commit, creating a backport branch from the target release branch, cherry-picking from canary, validating, and opening the PR with the release branch as the base.

2026-05-23
create-pr
ソフトウェア開発者

Create Git branches, commits, pushes, and GitHub pull requests for Next.js. Use when the user asks to create a branch, commit current changes, open a PR or draft PR, publish a pull request, or recover from gh pr create / PR template issues. Covers .github/pull_request_template.md, --body formatting, NEXT_JS_LLM_PR, codex/ branch names, and Codex app git directives.

2026-05-23
next-dev-loop
ソフトウェア品質保証アナリスト・テスター

Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or type-checks. Combines /_next/mcp (Next.js's view) with agent-browser (the browser's view). Requires a running `next dev`.

2026-05-22
next-ppr-optimizer
ウェブ開発者

Optimize the static shell of a `cacheComponents` page. Use this skill when a Next.js page feels slow on first paint and you want to maximize what's prerendered before any dynamic data streams in.

2026-05-22
authoring-skills
ソフトウェア開発者

How to create and maintain agent skills in .agents/skills/. Use when creating a new SKILL.md, writing skill descriptions, choosing frontmatter fields, or deciding what content belongs in a skill vs AGENTS.md. Covers the supported spec fields, description writing, naming conventions, and the relationship between always-loaded AGENTS.md and on-demand skills.

2026-05-14
dce-edge
コンピュータプログラマーソフトウェア開発者

DCE-safe require() patterns and edge runtime constraints. Use when writing conditional require() calls, guarding Node-only imports (node:stream etc.), or editing define-env-plugin.ts / app-render / stream-utils for edge builds. Covers if/else branching for webpack DCE, TypeScript definite assignment, the NEXT_RUNTIME vs real feature flag distinction, and forcing flags false for edge in define-env.ts.

2026-05-14
flags
ソフトウェア開発者コンピュータプログラマー

How to add or modify Next.js experimental feature flags end-to-end. Use when editing config-shared.ts, config-schema.ts, define-env-plugin.ts, next-server.ts, export/worker.ts, or module.compiled.js. Covers type declaration, zod schema, build-time injection, runtime env plumbing, and the decision between runtime env-var branching vs separate bundle variants.

2026-05-14
gh-stack
ネットワーク・コンピュータシステム管理者

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

2026-05-14
Showing top 8 of 17 collected skills in this repository.
#003
ai
10 skills24.4k4.5kupdated 2026-05-18
11% of creator
add-provider-package
ソフトウェア開発者

Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK.

2026-05-18
adr-skill
コンピュータシステムアナリスト

Create and maintain Architecture Decision Records (ADRs) optimized for agentic coding workflows. Use when you need to propose, write, update, accept/reject, deprecate, or supersede an ADR; bootstrap an adr folder and index; consult existing ADRs before implementing changes; or enforce ADR conventions. This skill uses Socratic questioning to capture intent before drafting, and validates output against an agent-readiness checklist.

2026-05-08
major-version-mode
ソフトウェア開発者

Context for working on the next AI SDK major release. Only use when explicitly invoked by the user (e.g. via '/major-version-mode'). Do NOT trigger autonomously based on task content.

2026-05-08
ai-sdk
ソフトウェア開発者

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

2026-04-29
add-function-examples
ソフトウェア開発者

Guide for adding new AI function examples, for testing specific features against the actual provider APIs.

2026-04-03
update-provider-models
コンピュータプログラマーソフトウェア開発者

Add new or remove obsolete model IDs for existing AI SDK providers. Use when adding a model to a provider, removing an obsolete model, or processing a list of model changes from an issue. Triggers on "add model", "remove model", "new model ID", "obsolete model", "update model IDs".

2026-03-03
island-rescue
その他コンピュータ職ソフトウェア開発者

How to be rescued from a lonely island

2026-02-18
capture-api-response-test-fixture
ソフトウェア品質保証アナリスト・テスター

Capture API response test fixture.

2026-01-27
Showing top 8 of 10 collected skills in this repository.
#004
shop
7 skills173updated 2026-05-21
7.9% of creator
enable-i18n
ウェブ開発者

Enable next-intl-based i18n in the shop template — locale-prefixed URLs, per-locale message catalogs, and a locale switcher. Use when the user wants "locale URLs", "multi-language", or "i18n" without Shopify Markets integration. For full Shopify Markets multi-region commerce (region-aware pricing, inventory, payments), use `enable-shopify-markets` instead — this skill is the routing/i18n layer only.

2026-05-21
enable-shopify-cms
ウェブ開発者

Wire Shopify metaobjects as the CMS for homepage and marketing page content. Adds GraphQL queries for cms_homepage and cms_page metaobject types and transforms them into domain types.

2026-05-07
enable-shopify-menus
ウェブ開発者

Replace the hardcoded nav and footer menus with Shopify-powered menus.

2026-05-07
shopify-graphql-reference
ソフトウェア開発者

Reference Vercel Shop GraphQL patterns, fragments, cache conventions, and transforms for any Shopify GraphQL work in the template.

2026-05-07
enable-shopify-markets
ウェブ開発者

Enable Shopify Markets with multi-locale routing using next-intl. Use when the user wants to add internationalization, multi-locale support, locale-prefixed URLs, or Shopify Markets. Supports sub-path and per-domain routing strategies.

2026-05-01
enable-analytics
ウェブ開発者

Add Vercel Analytics, Vercel Speed Insights, and Google Tag Manager to the storefront.

2026-05-01
fetch-shopify-schema
ソフトウェア開発者

Use Shopify AI Toolkit to inspect live Storefront and Customer Account GraphQL schemas for Vercel Shop work.

2026-04-14
#005
workflow
4 skills2.0k262updated 2026-05-05
4.5% of creator
internal-dev-workbench
ソフトウェア開発者

Spin up a portless + tmux dev session for the Workflow SDK that gives each git worktree isolated `<branch>.<name>.localhost` URLs for the Next.js workbench and the observability UI, plus a Claude statusline that surfaces those URLs. Use only when the user asks for a "portless dev session", a "tmux dev layout for workflow", "worktree-isolated dev URLs", or wants to wire workflow dev URLs into the Claude statusline. Do not activate for the generic "start the dev server" / "run pnpm dev" task.

2026-05-05
workflow-init
ソフトウェア開発者

Install and configure Vercel Workflow SDK before it exists in node_modules. Use when the user asks to "install workflow", "set up workflow", "add durable workflows", "configure workflow sdk", or "init workflow" for Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, or Vite.

2026-04-28
migrating-to-workflow-sdk
ソフトウェア開発者

Migrates Temporal, Inngest, Trigger.dev, and AWS Step Functions workflows to the Workflow SDK. Use when porting Activities, Workers, Signals, step.run(), step.waitForEvent(), Trigger.dev tasks / wait.forToken / triggerAndWait, ASL JSON state machines, Task/Choice/Wait/Parallel states, task tokens, or child workflows.

2026-04-16
workflow
ソフトウェア開発者

Creates durable, resumable workflows using Vercel's Workflow SDK. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow sdk", "queue", "event", "push", "subscribe", or step-based orchestration.

2026-04-16
#006
vercel-deploy-claude-code-plugin
3 skills134updated 2025-12-18
3.4% of creator
#007
chat
2 skills2.0k207updated 2026-05-08
2.2% of creator
#008
turborepo
1 skills30.4k2.3kupdated 2026-05-23
1.1% of creator
#009
vercel
1 skills15.5k3.6kupdated 2026-05-13
1.1% of creator
#011
streamdown
1 skills5.2k262updated 2026-03-04
1.1% of creator
16 件中 12 件のリポジトリを表示