Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Cobalt

Cobalt 收录了来自 Cobalt-Money 的 26 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
26
Stars
7
更新
2026-05-28
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

rocicorp-zero
软件开发工程师

Guides Rocicorp Zero sync (schema, ZQL, queries, mutators, zero-cache, Postgres providers, deployment, debugging, React). Use when working with Zero, real-time sync, ZQL, zero-cache, mutators, query sync, connection issues, Supabase/PlanetScale Postgres, or troubleshooting Zero.

2026-05-28
cobalt-api-endpoints
软件开发工程师

How to lay out a new REST endpoint in Cobalt — folder structure, schema naming, Drizzle query patterns, ownership checks, response drift validation. Load when adding/restructuring routes in `apps/server/src/api/internal/<feature>/` + their data layer in `packages/server-data/src/<feature>/`.

2026-05-23
cobalt
软件开发工程师

Monorepo-specific conventions for the Cobalt stack (web, server, Zero, TanStack). Use when implementing features in this repo, choosing data layers, or aligning with established patterns.

2026-05-23
cobalt-type-rules
软件开发工程师

When to annotate function return types vs let TS infer, and when to derive types from zod schemas vs hand-declare interfaces. Load when writing or reviewing TS in this monorepo so signatures stay consistent across packages.

2026-05-19
evalite
软件质量保证分析师与测试员

Write and run LLM evaluations using the evalite TypeScript library (built on Vitest). Use when creating .eval.ts files, writing scorers, tracing LLM calls, comparing model variants, configuring evalite, running evals in CI, or when the user mentions "evalite", "evals", "LLM evaluation", "scoring LLM output", or "eval runner". Also trigger when you see imports from "evalite", "evalite/traces", "evalite/ai-sdk", "evalite/config", "evalite/runner", or "autoevals".

2026-05-17
error-handling-patterns
软件开发工程师

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

2026-05-12
raycast-extension
软件开发工程师

Build Raycast extensions with React and TypeScript. Use when the user asks to create a Raycast extension, command, or tool.

2026-05-04
sandbox
软件开发工程师

Creates isolated Linux MicroVMs using Vercel Sandbox SDK. Use when building code execution environments, running untrusted code, spinning up dev servers, testing in isolation, or when the user mentions "sandbox", "microvm", "isolated execution", or "@vercel/sandbox".

2026-04-30
streamdown
软件开发工程师

Implement, configure, and customize Streamdown — a streaming-optimized React Markdown renderer with syntax highlighting, Mermaid diagrams, math rendering, and CJK support. Use when working with Streamdown setup, configuration, plugins, styling, security, or integration with AI streaming (e.g., Vercel AI SDK). Triggers on: (1) Installing or setting up Streamdown, (2) Configuring plugins (code, mermaid, math, cjk), (3) Styling or theming Streamdown output, (4) Integrating with AI chat/streaming, (5) Configuring security, link safety, or custom HTML tags, (6) Using carets, static mode, or custom components, (7) Troubleshooting Tailwind, Shiki, or Vite issues.

2026-04-22
cobalt-testing
软件质量保证分析师与测试员

Where unit and integration tests live, what to mock vs run for real, how to verify DB-shape drift, and how the server-based integration harness works. Load when adding tests, refactoring test infra, or debugging a flaky integration run.

2026-04-21
cobalt-mutations
软件开发工程师

How Cobalt handles writes — when to use a Zero custom mutator vs a REST (Hono RPC) endpoint, how to structure ownership checks, cascade behavior, client invocation (optimistic vs pessimistic), and when both paths need to exist side-by-side. Load when adding a feature that modifies data (create / update / delete).

2026-04-20
cobalt-webhooks
软件开发工程师

How to structure provider webhook handlers in apps/server/src/webhooks — thin HTTP transport, verification + SDK work in server-data, business logic in a workflow. Load when adding or refactoring a webhook receiver (Stripe, Plaid, SnapTrade, App Store, …).

2026-04-19
cobalt-workflows
软件开发工程师

How to structure Vercel Workflow (WDK) features in apps/server — thin workflow.ts, one concern per "use step", server-data for DB only, colocated lib mappers. Load when adding or refactoring durable workflows, Plaid/SnapTrade sync, or webhook-driven jobs.

2026-04-19
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-16
radix-to-baseui-migration
软件开发工程师

Migrate shadcn components and custom Radix UI primitives to Base UI with a manual, low-risk workflow. Use when users ask to move from Radix UI to Base UI, replace asChild patterns, fix migration TypeScript errors, update renamed props/types, or adapt dropdown/popover/dialog positioning to Base UI positioner patterns.

2026-04-16
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-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
copy-editing
编辑

When the user wants to edit, review, or improve existing marketing copy, or refresh outdated content. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' 'copy sweep,' 'tighten this up,' 'this reads awkwardly,' 'clean up this text,' 'too wordy,' 'sharpen the messaging,' 'refresh this content,' 'update this page,' 'this content is outdated,' or 'content audit.' Use this when the user already has copy and wants it improved or refreshed rather than rewritten from scratch. For writing new copy, see copywriting.

2026-04-15
ai-elements
软件开发工程师

Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a chatbot, AI assistant UI, or any AI-powered chat interface.

2026-04-10
emil-design-eng
网页与数字界面设计师

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

2026-04-08
mcp-builder
软件开发工程师

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-04-02
tailwind-design-system
软件开发工程师

Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

2026-03-23
vitest
软件质量保证分析师与测试员

Vitest testing framework patterns for test setup, async testing, mocking with vi.*, snapshots, and test performance (formerly test-vitest). This skill should be used when writing or debugging Vitest tests. This skill does NOT cover TDD methodology (use test-tdd skill), API mocking with MSW (use test-msw skill), or Jest-specific APIs.

2026-03-23
agentation
软件开发工程师

Add Agentation visual feedback toolbar to a Next.js project

2026-03-23
functional-programming-fundamentals
软件开发工程师

Core FP concepts including pure functions, currying, composition, and pointfree style - the foundation for mastering functional TypeScript

2026-03-22
drizzle-orm
软件开发工程师

Type-safe SQL ORM for TypeScript with zero runtime overhead

2026-03-15
Cobalt GitHub Agent Skills | SkillsMP