All authors
YuDefine avatar

Claude Skills by YuDefine

github.com/YuDefine
87 skillsA× 80B× 5C× 1D× 10 installs19 views
Server ApiA

Server API 設計規範。Use when creating server/api/**/*.ts files, building API endpoints, or working with defineEventHandler. Always use this skill for API route design, request validation, error handling, and response formatting.

developmenttypescriptapi
0
45
ShapeA

Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written.

developmentrustgo
0
45
ShipA

自動發布流程:check → push → PR

developmentbashgit
0
45
Spectra AnalyzeA

Analyze artifact consistency for a change

developmentbashrails
0
45
Spectra ApplyA

Implement or resume tasks from a Spectra change

developmentgoshell
0
45
Spectra ArchiveA

Archive a completed change

developmentrustgo
0
45
Spectra AskD

Query openspec/documents and answer questions

ai-agentsgoshell
0
45
Spectra AuditA

Audit changed code for security sharp edges — dangerous defaults, type confusion, and silent failures

developmentgoruby
0
45
Spectra CommitA

Commit files related to a specific Spectra change

developmentbashnode
0
45
Spectra DebugA

Systematically debug a problem using a four-phase workflow

developmentgorails
0
45
Spectra DiscussA

Have a focused discussion about a topic and reach a conclusion

developmenttypescriptrust
0
45
Spectra DriftA

Detect drift between a Spectra change and the current codebase state

developmentgobash
0
45
Spectra IngestA

Update an existing Spectra change from external context

developmentgobash
0
45
Spectra ProposeA

Create a change proposal with all required artifacts

developmentgoshell
0
45
Spectra VerifyA

Verify implementation matches artifacts

developmentgobash
0
45
SpectraA

Spectra orchestrator — auto-detect which spectra sub-skill to invoke based on project state and user intent

developmentgobash
0
45
Sprint StatusA

顯示當前開發狀態 Dashboard

developmentbashgit
0
45
Subagent DevA

Use when executing implementation plans with independent tasks via subagent dispatch and two-stage review

developmentgobash
0
45
Supabase ArchA

Supabase 架構決策指南。Use when planning new features, deciding between RPC vs Edge Function, choosing tech approaches, or asking architecture questions. Always use this skill for Supabase architecture decisions and technology routing.

developmentrustapi
0
45
Supabase MigrationA

Supabase Migration 規範。Use when running supabase migration new, editing migration SQL files, creating database functions, or modifying database schema. Always use this skill when you see CREATE FUNCTION, ALTER TABLE, CREATE INDEX, or migration-related work.

developmenttypescriptbash
0
45
Supabase Postgres Best PracticesA

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

developmentgosql
0
45
Supabase RlsA

Supabase RLS 政策規範。Use when creating or modifying RLS policies (CREATE POLICY, ALTER POLICY), setting up Row Level Security, or working with database access control. Always use this skill for RLS design, policy templates, and role-based access patterns.

developmentsqldatabase
0
45
Test Driven DevelopmentA

Use when implementing any feature or bugfix, before writing implementation code

developmenttypescriptrust
0
45
Ts LibraryA

Use when authoring TypeScript libraries or npm packages - covers project setup, package.json exports, build tooling (tsdown/unbuild), API design patterns, type inference tricks, testing, and publishing to npm. Use when bundling, configuring dual CJS/ESM output, or setting up release workflows.

developmenttypescriptvue
0
45
TypesetA

Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography.

designgoperformance
0
45
UnfreezeA

解凍已凍結的路徑

development
0
45
Validate StarterB

驗證 starter template 的完整性與文件一致性

developmenttypescriptbash
0
45
Vite TunnelA

在 Vite dev server 前掛 Cloudflare Named Tunnel,給固定 HTTPS hostname。Use when 跨裝置(手機 / 平板 / 另一台筆電)測 OAuth flow、跨裝置測 webhook callback、行動裝置 debug 需要穩定 HTTPS URL、Vite 加 Cloudflare tunnel、設定 dev HTTPS hostname、改 OAuth callback 不想每次回 provider 後台。對 Workers/Pages 用官方 @cloudflare/vite-plugin 內建 tunnel;對一般 Vite 走第三方 vite-plugin-cloudflare-tunnel。不適用於 prod tunnel(這 skill 只管 dev)、其他 provider(ngrok / localtunnel)、單機開發夠用的情境(用 vendor/snippets/dev-auth/ cookbook 繞 OAuth 更快)、需要 quick tunnel 隨機 hostname 的場景(直接跑 cl...

developmentgobash
0
45
VitepressA

VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.

developmentgovue
0
45
VitestA

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

developmenttypescriptnode
0
45
Vue Best PracticesB

MUST be used for Vue.js tasks. Covers Composition API, <script setup>, TypeScript, Vue 3, SSR, Volar, Vue Router, Pinia. ALWAYS use Composition API.

developmenttypescriptgo
0
45
Vue Testing Best PracticesA

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

developmentgovue
0
45
VueA

Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.

developmentjavascripttypescript
0
45
Vueuse FunctionsA

Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.

developmentgoreact
0
45
VueuseA

Use when working with VueUse composables. Check VueUse before writing custom composables — most reactive patterns already implemented.

developmentgobash
0
45
WranglerA

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

developmentbashnode
0
45
WtA

Orchestrate a coding task inside a fresh git worktree end-to-end. `/wt <task>` builds a worktree, dispatches a subagent into it with the task, and reports back — the worktree is preserved with its committed work until `/spectra-archive` absorbs it (per [[worktree-default]] §5.5). Supports parallel multi-task via `/wt A: ... B: ...`. The parent session's cwd never moves; the user never opens a new terminal or runs `git worktree` commands manually. Implements [[worktree-default]] §1 + §5 + §6.

developmentgoshell
0
45