Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

skills-registry

skills-registry contém 21,054 skills coletadas de tomevault-io, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
21,054
Stars
0
atualizado
2026-07-03
Forks
0
Cobertura ocupacional
162 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

cate-theme
Desenvolvedores de software

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
Administradores de redes e sistemas de computador

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
Desenvolvedores web

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

2026-07-03
code-review
Analistas de garantia de qualidade de software e testadores

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

2026-07-03
flutter-code-change
Desenvolvedores de software

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
Desenvolvedores de software

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
Outras ocupações de informática

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

2026-07-03
zdev
Administradores de redes e sistemas de computador

| Use when this capability is needed.

2026-07-03
foxguard
Analistas de segurança da informação

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
Desenvolvedores de software

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
Artistas de efeitos especiais e animadores

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
Artistas de efeitos especiais e animadores

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
Desenvolvedores de software

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
Editores de desktop

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
Desenvolvedores de software

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

2026-07-03
git-workflow
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Outras ocupações de informática

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-07-03
django-backend-expert
Desenvolvedores de software

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

2026-07-03
django-expert
Desenvolvedores de software

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

2026-07-03
django-orm-expert
Arquitetos de banco de dados

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

2026-07-03
django-pro
Desenvolvedores de software

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

2026-07-03
fastapi-expert
Desenvolvedores de software

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

2026-07-03
fastapi-pro
Desenvolvedores de software

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

2026-07-03
flutter-expert
Desenvolvedores de software

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

2026-07-03
golang-expert
Desenvolvedores de software

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

2026-07-03
golang-pro
Desenvolvedores de software

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

2026-07-03
graphql-architect
Desenvolvedores de software

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

2026-07-03
graphql-expert
Desenvolvedores de software

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

2026-07-03
kubernetes-architect
Administradores de redes e sistemas de computador

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

2026-07-03
kubernetes-expert
Administradores de redes e sistemas de computador

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

2026-07-03
langchain-expert
Desenvolvedores de software

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

2026-07-03
Mostrando as 40 principais de 21,054 skills coletadas neste repositório.