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

skills-registry

skills-registry 收录了来自 tomevault-io 的 21,054 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
21,054
Stars
0
更新
2026-07-03
Forks
0
职业覆盖
162 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cate-theme
软件开发工程师

Author or edit a Cate IDE theme — one data-driven theme covering app chrome colors, the terminal ANSI palette, and Monaco editor syntax tokens. Use when the user asks to create, customize, recolor, or generate a Cate theme, mentions a color scheme (Dracula, Nord, "make Cate look like X"), or wants a new light/dark theme. Use when this capability is needed.

2026-07-03
wtc
网络与计算机系统管理员

Use when user invokes /wtc to work with Docker Compose worktree isolation, start/stop infra per worktree, or check worktree status

2026-07-03
wechat-publisher
网页开发工程师

一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。 Use when this capability is needed.

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

Apply this skill when reviewing code changes, scope, risks, or verification gaps. Use when this capability is needed.

2026-07-03
flutter-code-change
软件开发工程师

Apply this skill when Flutter widgets, screens, routing, state management, async UI, platform channels, assets, responsive layout, accessibility, or Flutter tests are created or changed. Use when this capability is needed.

2026-07-03
rust-code-change
软件开发工程师

Apply this skill when Rust source, Cargo metadata, features, traits, errors, ownership, async runtime, unsafe code, tests, examples, benchmarks, release profiles, MSRV, toolchain declarations, standard-library APIs, or public crate APIs are created or changed. Use when this capability is needed.

2026-07-03
skillless
其他计算机职业

Install Claude Code skills from various sources. Use when this capability is needed.

2026-07-03
zdev
网络与计算机系统管理员

| Use when this capability is needed.

2026-07-03
foxguard
信息安全分析师

Apply foxguard's secure-coding patterns when writing or fixing security-sensitive code. Use proactively when handling user input, shelling out, building SQL, doing file I/O, fetching URLs, generating randomness, or touching crypto. Use when this capability is needed.

2026-07-03
openspec-archive-change
软件开发工程师

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.

2026-07-03
generate2dsprite
特效艺术家和动画师

Generate and postprocess general 2D game assets and animation sheets: pixel-art sprites, clean HD map props, creatures, characters, NPCs, spells, projectiles, impacts, props, summons, and transparent GIF exports. Use when Codex should infer the asset plan from a natural-language request, match a reference or map art style, call built-in `image_gen` for solid-magenta raw sheets, and use the local processor only for chroma-key cleanup, frame extraction, alignment, QC, and transparent exports. Use when this capability is needed.

2026-07-03
generate2dsprite
特效艺术家和动画师

Generate and postprocess general 2D game assets and animation sheets: pixel-art sprites, clean HD map props, creatures, characters, NPCs, spells, projectiles, impacts, props, summons, and transparent GIF exports. Use when Codex should infer the asset plan from a natural-language request, match a reference or map art style, call built-in `image_gen` for solid-magenta raw sheets, and use the local processor only for chroma-key cleanup, frame extraction, alignment, QC, and transparent exports. Use when this capability is needed.

2026-07-03
optimize-protocol
软件开发工程师

Autonomous framework engineer — reads VibeHQ post-run analysis, understands root causes of multi-agent coordination failures, then designs and implements real code changes (new features, refactors, architectural improvements) to fix them. Not parameter tuning — actual engineering. Use when this capability is needed.

2026-07-03
office-design-toolkit
桌面出版专家

Bộ kỹ năng Office (DOCX/PPTX/XLSX/PDF) và Design Toolkit tích hợp từ file người dùng cung cấp. Use when this capability is needed.

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

This skill activates during: Use when this capability is needed.

2026-07-03
git-workflow
软件开发工程师

Git workflow discipline — branch decisions before a task, an incremental local-commit rhythm (no immediate push), the six-section PR description, on-demand issue creation, and post-merge cleanup (local branch + remote ref + remote branch). Enforces no direct commits to main, isolated git worktrees (kept outside the repo, under ../ or ~/.worktree/), and pushing only after the whole feature is locally verified. TRIGGER when the user starts any non-main branch task (build a feature / fix a bug / open a branch), prepares to commit/push/open a PR, or cleans up after a merge. | Git 开发流程纪律——覆盖"开始任务前的分支决策"、"阶段性本地 commit 节奏(不立即 push)"、"PR 描述六段式规范"、"按需建 issue 策略"、"合并后清理(本地分支 + 远程引用 + 远程分支)"。强制要求:禁止 main 直接提交、worktree 必须与 repo 隔离存放(置于 ../ 或 ~/.worktree/ 下)、整个功能本地验证后才推送。TRIGGER when:用户开始任何非 main 分支开发任务("做个新功能"/"改 bug"/"开个分支"),或准备 commit/push/开 PR,或 PR 合并完成需要清理时。 Use when this capability is needed.

2026-07-03
golang-constraints
软件开发工程师

Whole-lifecycle constraints for Go backend projects — spanning coding, docs, PRD, planning, design, and review; a unified three-layer architecture, no over-abstraction, no transitional schemes, tests subordinate to production design (no wrapping production vars or adding interfaces just for tests — when a mock is needed, prefer an existing low-level injection point). | Go 后端项目全生命周期规范约束:贯穿编码、文档、PRD、规划、设计、review;统一三层架构、禁过度抽象、禁过渡方案、测试服从生产设计(禁为测试包装 var 或新增 interface,需要 mock 时优先用已有低层注入点)。 Use when this capability is needed.

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

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices. Use when this capability is needed.

2026-07-03
vue-constraints
软件开发工程师

Hard stack and toolchain constraints for frontend projects — the default stack is unified as Vue 3 + TypeScript + Vite + Tailwind CSS; bun is the default package manager (mandatory for new projects), while existing projects with another lockfile (e.g. package-lock.json) keep their current manager without forced migration. TRIGGER when creating a frontend project, editing package.json / vite.config.* / tailwind.config.* / tsconfig.json / .vue / .ts / .tsx, running a frontend build or install command, or the user mentions frontend / vue / vite / tailwind / npm install / yarn add / pnpm. | 前端项目技术栈与工具链强制约束——默认技术栈统一为 Vue 3 + TypeScript + Vite + Tailwind CSS;包管理器默认 bun(新项目强制),既有项目若已存在其它 lockfile(如 package-lock.json)则跟随现有工具,不强制迁移。TRIGGER when:新建前端项目、编辑 package.json / vite.config.* / tailwind.config.* / tsconfig.json / .vue / .ts / .tsx 文件、运行前端构建或安装命令、用户提到"前端"/"vue"/"vite"/"tailwind"/"npm install"/"yarn add"/"pnpm" 等场景。 Use when this capability is needed.

2026-07-03
goblintown-sidecar
其他计算机职业

Use when the user wants Codex to install, register, verify, configure, or use Goblintown as a local Codex MCP sidecar or composer extension for Single Goblin calls, full rites, planner DAGs, provider checks, or Tank-backed local Warren workflows.

2026-07-03
migrate-next-themes
软件开发工程师

Migrate a Next.js App Router project from next-themes to ssr-themes. Use when replacing next-themes providers and hooks, removing mounted theme guards, and choosing between a minimal client-bootstrap migration and a maximal SSR-aware migration. Use when this capability is needed.

2026-07-03
python-fastapi-ops
软件开发工程师

FastAPI web framework patterns. Triggers on: fastapi, api endpoint, dependency injection, pydantic model, openapi, swagger, starlette, async api, rest api, uvicorn. Use when this capability is needed.

2026-07-03
python-pytest-ops
软件质量保证分析师与测试员

pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises. Use when this capability is needed.

2026-07-03
rust-ops
软件开发工程师

Rust development patterns, ownership, async, error handling, and ecosystem. Use for: rust, cargo, ownership, borrow checker, lifetime, tokio, serde, trait, Result, Option, async rust, crate, derive, impl, enum, pattern matching, Arc, Mutex, Send, Sync, thiserror, anyhow, clap, axum, sqlx, reqwest, rayon, tracing. Use when this capability is needed.

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

Use boneyard-js to add, configure, debug, or rebuild skeleton screens. Triggers when working with Skeleton components, bones JSON, the boneyard CLI, fixtures, leafTags, snapshotConfig, skeleton loading states, or boneyard.config.json. Use when this capability is needed.

2026-07-03
django-api-developer
软件开发工程师

Use when implementing django functionality with production-grade patterns and safeguards.

2026-07-03
django-backend-expert
软件开发工程师

Use when implementing django functionality with production-grade patterns and safeguards.

2026-07-03
django-expert
软件开发工程师

Use when implementing django functionality with production-grade patterns and safeguards.

2026-07-03
django-orm-expert
数据库架构师

Use when implementing django orm functionality with production-grade patterns and safeguards.

2026-07-03
django-pro
软件开发工程师

Use when implementing django functionality with production-grade patterns and safeguards.

2026-07-03
fastapi-expert
软件开发工程师

Use when implementing fastapi functionality with production-grade patterns and safeguards.

2026-07-03
fastapi-pro
软件开发工程师

Use when implementing fastapi functionality with production-grade patterns and safeguards.

2026-07-03
flutter-expert
软件开发工程师

Use when implementing flutter functionality with production-grade patterns and safeguards.

2026-07-03
golang-expert
软件开发工程师

Use when implementing golang functionality with production-grade patterns and safeguards.

2026-07-03
golang-pro
软件开发工程师

Use when implementing golang functionality with production-grade patterns and safeguards.

2026-07-03
graphql-architect
软件开发工程师

Use when graphql decisions involve architecture boundaries, integration tradeoffs, and scale planning.

2026-07-03
graphql-expert
软件开发工程师

Use when implementing graphql functionality with production-grade patterns and safeguards.

2026-07-03
kubernetes-architect
网络与计算机系统管理员

Use when kubernetes decisions involve architecture boundaries, integration tradeoffs, and scale planning.

2026-07-03
kubernetes-expert
网络与计算机系统管理员

Use when implementing kubernetes functionality with production-grade patterns and safeguards.

2026-07-03
langchain-expert
软件开发工程师

Use when implementing langchain functionality with production-grade patterns and safeguards.

2026-07-03
当前展示该仓库 Top 40 / 21,054 个已收集 skills。