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

vibe-next-template

vibe-next-template 收录了来自 yutna 的 36 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
36
Stars
2
更新
2026-04-07
Forks
0
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

code-conventions
软件开发工程师

This skill should be used when implementing code, creating files, or writing new features. Provides complete file structure, naming patterns, and import rules.

2026-04-07
decompose-requirements
项目管理专家

Decompose large requirements into phased task files that fit AI context windows using Gherkin + State Machine approach.

2026-04-07
drizzle-patterns
软件开发工程师

This skill should be used when working with database, Drizzle ORM, entities, schemas, migrations, and seeds. It provides Rails-style DB conventions, local sqlite/libSQL file defaults, and Effect-friendly data patterns.

2026-04-07
enterprise-ui-recipes
网页开发工程师

Use this skill when generating enterprise admin, back-office, or operations module UI. Activates on: new module screen, admin panel, dashboard, operations list, approval queue, entity detail, multi-step form wizard, RBAC console, audit log, analytics cockpit, support console, settings page, or any layout described as "enterprise", "compact", or "admin-heavy". Provides recipe selection, page anatomy contract, density mode, state checklist, and AI prompt template.

2026-04-07
nextjs-browser-qa
软件质量保证分析师与测试员

This skill should be used when performing browser testing, verifying in browser, or runtime checks. Guides browser verification patterns.

2026-04-07
nextjs-chakra-ui
网页开发工程师

This skill should be used when working with Chakra UI, UI components, or the design system. Guides Chakra UI v3 and Ark UI patterns.

2026-04-07
nextjs-i18n
软件开发工程师

This skill should be used when working with i18n, translation, locale, or internationalization. Guides next-intl setup, locale routing, and message management.

2026-04-07
nextjs-route-design
网页开发工程师

Use this skill when designing routes, planning URL structure, creating new pages or features, or deciding how to handle navigation patterns in Next.js App Router. Activates on: "design routes", "route structure", "URL design", "parallel routes", "intercepting routes", "modal with URL", "deep link modal", "tab routing", "conditional layout", "route group", "new feature planning", "decompose requirements" (always include route design questions), or any task that introduces new pages or navigation flows. Provides file-convention reference, routing pattern decision tree, parallel/intercepting route recipes, and workflow integration hooks for discovery and planning phases.

2026-04-07
nextjs-storybook
软件开发工程师网页开发工程师

This skill should be used when working with Storybook, stories, or component documentation. Guides Storybook integration patterns.

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

This skill should be used when writing tests, using Vitest, or implementing Testing Library patterns. Guides Vitest and Testing Library setup.

2026-04-07
ui-ascii-wireframe
网页与数字界面设计师

Use this skill when generating ASCII text wireframes for enterprise web UI. Activates on: "wireframe", "ASCII UI", "text prototype", "design UI", "UI layout", "design enterprise screen", "prototype from requirements", "visualize states", or any request to turn a feature spec or state machine into a visual text mockup. Provides the ASCII component vocabulary, state visualization patterns, app shell grammar, and rendering rules for producing production-quality text wireframes.

2026-04-07
state-sync
软件开发工程师

This skill should be used when the task changes phase, new files are touched, a gate result changes, or a blocker appears. Keeps workflow state current across phases.

2026-04-03
effect-patterns
软件开发工程师

This skill should be used when writing backend code with Effect. Provides Effect-TS patterns for services, repositories, error handling, and testing.

2026-04-02
convention-tiering
软件开发工程师

This skill should be used when a task changes architecture, naming, folder structure, boundaries, or repository conventions. Classifies design decisions into hard conventions, strong defaults, and local freedom so plans and reviews stay contract-driven.

2026-04-02
delivery-validation
软件质量保证分析师与测试员

This skill should be used after quality gates and verification are complete or nearly complete. Validates readiness for delivery and produces a user-ready handoff.

2026-04-02
email-service
软件开发工程师

This skill should be used when working with email, mailers, or transactional email. Provides React Email + Resend patterns (Rails ActionMailer equivalent).

2026-04-02
entity-hooks
软件开发工程师

This skill should be used when implementing entity lifecycle hooks (Rails callbacks equivalent). Provides patterns for before_save, after_create, and other lifecycle events.

2026-04-02
error-recovery
软件质量保证分析师与测试员

This skill should be used when tests, lint, type checks, reviews, or verification fail. Recovers from failures by classifying the problem, choosing the rollback phase, and fixing deliberately.

2026-04-02
form-objects
软件开发工程师

This skill should be used when implementing complex form handling patterns (Rails form objects equivalent). Provides patterns for multi-step forms, complex validation, and form-to-entity transformation.

2026-04-02
implementation-planning
项目管理专家

This skill should be used when the user asks to "create a plan", "plan implementation", or after requirements are clarified and before implementation starts. Creates a concrete implementation plan with sequencing, dependencies, risks, and validation strategy.

2026-04-02
nextjs-architecture
网页开发工程师

This skill should be used when discussing architecture, App Router, RSC, or server components. Provides Next.js App Router fundamentals and React Server Component patterns.

2026-04-02
nextjs-client-boundary
软件开发工程师

This skill should be used when deciding about "use client", client components, or client boundaries. Guides when to use client components.

2026-04-02
nextjs-data-access
软件开发工程师

This skill should be used when fetching data, setting up SWR, or implementing data fetching patterns. Guides data access patterns for Next.js.

2026-04-02
nextjs-error-handling
网页开发工程师

This skill should be used when implementing error handling, error boundaries, or app error patterns. Guides error handling architecture.

2026-04-02
nextjs-logging
软件开发工程师

This skill should be used when implementing logging, Pino, or structured logging patterns. Guides Pino structured logging setup.

2026-04-02
nextjs-module-design
网页开发工程师

This skill should be used when creating a module, feature module, or new feature. Guides module structure with containers, screens, components, and actions.

2026-04-02
nextjs-server-actions
软件开发工程师

This skill should be used when creating server actions, mutations, or form actions. Guides next-safe-action + Zod patterns for type-safe server mutations.

2026-04-02
nextjs-state-machines
软件开发工程师

This skill should be used when working with state machines, XState, or Zag.js. Guides XState and Zag.js integration patterns.

2026-04-02
pattern-selector
软件开发工程师

Use this skill when planning implementation to select the correct architectural patterns. Helps decide between state machines vs hooks, presenters vs inline, form objects vs schemas, etc.

2026-04-02
presenters
软件开发工程师

This skill should be used when transforming entities for API responses or client display. Provides presenter patterns (Rails serializers equivalent).

2026-04-02
quality-gates
软件质量保证分析师与测试员

This skill should be used after implementation changes or after any fix that could affect correctness. Runs and interprets automated quality gates in the canonical order.

2026-04-02
query-scopes
软件开发工程师

This skill should be used when implementing composable query filters (Rails scopes equivalent). Provides patterns for reusable, chainable query conditions.

2026-04-02
realtime-channels
软件开发工程师

This skill should be used when working with real-time communication, WebSockets, or live updates. Provides patterns for SSE and Pusher/Ably integration (Rails ActionCable equivalent).

2026-04-02
requirements-clarification
项目管理专家

This skill should be used when the user asks to "clarify requirements", "start discovery", "define scope", or when the user intent is incomplete, ambiguous, or likely to cause implementation rework. Clarifies vague requests into scope, constraints, and acceptance criteria.

2026-04-02
trigger-dev-patterns
软件开发工程师

This skill should be used when working with background jobs, queues, or async tasks. Provides Trigger.dev job patterns, scheduling, and error handling.

2026-04-02
ui-design-system
平面设计师网页开发工程师

This skill should be used when implementing UI layouts, animations, or making design decisions. Provides structured guidance for consistent UI patterns.

2026-04-02