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

deni-ai

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

已收集 skills
9
Stars
9
更新
2026-07-10
Forks
3
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

migrate-radix-to-base
网页开发工程师

Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.

2026-07-10
shadcn
网页开发工程师

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".

2026-07-10
commit
软件开发工程师

Create a git commit for staged and unstaged changes in this repository. Use when the user asks to commit the current work, prepare a commit message, or stage and commit changes. Review git status and diffs, follow recent commit message style, avoid staging secrets such as .env files, create a concise conventional commit message, make the commit, and verify the result.

2026-03-07
db-migrate
数据库管理员

Generate and optionally apply Drizzle database migrations for this repository. Use when the user asks to create migrations from schema changes, inspect generated SQL, or run database migrations. Execute `bun run db:generate`, show the generated SQL for review, and only run `bun run db:migrate` if the user explicitly asked to apply migrations.

2026-03-07
dev
软件开发工程师

Start the local development server for this repository. Use when the user asks to run the app locally, start the Next.js dev server, or check whether the dev server boots. Execute `bun dev` and report when the server is ready or if startup errors occur.

2026-03-07
lint-fix
软件质量保证分析师与测试员

Run repository linting and formatting with auto-fix. Use when the user asks to fix lint issues, run formatting, or clean up code style. Execute `bun run lint:fix`, then `bun run format`, and report any remaining issues that need manual attention.

2026-03-07
translate
口译员与笔译员

Sync `messages/en.json` and `messages/ja.json` for this repository. Use when the user asks to update translations, fill missing Japanese strings, or remove stale i18n keys. Run `bun run build` before reading translations, then add missing Japanese entries, fill empty values, remove stale keys, preserve key order from `en.json`, and keep placeholders, ICU syntax, and brand names unchanged.

2026-03-07
typecheck
软件开发工程师

Run TypeScript type checking for this repository. Use when the user asks to typecheck, validate TypeScript changes, or inspect compiler errors. Execute `bun run typecheck`, summarize any errors, and suggest targeted fixes when type errors remain.

2026-03-07
vercel-react-best-practices
网页开发工程师

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-02-07