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

claude-code-presets

claude-code-presets contém 40 skills coletadas de 1a2b3cw, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
40
Stars
0
atualizado
2026-07-12
Forks
0
Cobertura ocupacional
6 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

team-command-check
Analistas de garantia de qualidade de software e testadores

Execute the check workflow from this AI development team preset. Use when the user writes /check, asks for check, or wants the corresponding team process in Codex.

2026-07-12
team-command-dev
Desenvolvedores de software

Execute the dev workflow from this AI development team preset. Use when the user writes /dev, asks for dev, or wants the corresponding team process in Codex.

2026-07-12
team-command-fix
Desenvolvedores de software

Execute the fix workflow from this AI development team preset. Use when the user writes /fix, asks for fix, or wants the corresponding team process in Codex.

2026-07-12
team-command-plan
Desenvolvedores de software

Execute the plan workflow from this AI development team preset. Use when the user writes /plan, asks for plan, or wants the corresponding team process in Codex.

2026-07-12
team-command-project-preset
Desenvolvedores de software

Execute the project-preset workflow from this AI development team preset. Use when the user writes /project-preset, asks for project-preset, or wants the corresponding team process in Codex.

2026-07-12
team-command-review-all
Analistas de garantia de qualidade de software e testadores

Execute the review-all workflow from this AI development team preset. Use when the user writes /review-all, asks for review-all, or wants the corresponding team process in Codex.

2026-07-12
team-command-ship
Desenvolvedores de software

Execute the ship workflow from this AI development team preset. Use when the user writes /ship, asks for ship, or wants the corresponding team process in Codex.

2026-07-12
team-command-standup
Desenvolvedores de software

Execute the standup workflow from this AI development team preset. Use when the user writes /standup, asks for standup, or wants the corresponding team process in Codex.

2026-07-12
debugging
Desenvolvedores de software

系统化调试方法(语言无关)——复现、缩小范围、定位根因、修复、验证。具体工具按技术栈。

2026-07-11
testing
Analistas de garantia de qualidade de software e testadores

测试方法(语言无关)——TDD、测试金字塔、Mock 原则、覆盖率哲学、反模式。具体测试工具(Vitest / pytest)见所用预设。

2026-07-10
skill-curator
Outras ocupações de informática

Evaluate, adapt, or create Claude Code/Codex skills, agents, commands, hooks, and preset contributions from external repositories or internal ideas. Use when the user asks to borrow GitHub skills, compare mature AI coding team projects, import community agents, design a new skill, audit SKILL.md quality, or decide whether a third-party skill should be adopted.

2026-07-07
skill-curator
Outras ocupações de informática

Evaluate, adapt, or create Claude Code/Codex skills, agents, commands, hooks, and preset contributions from external repositories or internal ideas. Use when the user asks to borrow GitHub skills, compare mature AI coding team projects, import community agents, design a new skill, audit SKILL.md quality, or decide whether a third-party skill should be adopted.

2026-07-07
app-performance
Desenvolvedores de software

Diagnose and improve Expo/React Native mobile performance including startup, lists, images, animations, JS thread work, bundle size, network retries, and production-build profiling.

2026-07-06
device-verification
Desenvolvedores de software

Build a device verification matrix and validate React Native or Expo changes across Expo Go, development builds, simulators, emulators, real devices, deep links, permissions, and release builds.

2026-07-06
rn-upgrade
Desenvolvedores de software

Plan and execute React Native or Expo SDK upgrades, dependency migrations, prebuild/bare compatibility checks, native module updates, and post-upgrade validation.

2026-07-06
app-navigation
Desenvolvedores de software

Design and implement Expo Router navigation, auth flows, tabs, stacks, route params, and deep links for mobile apps.

2026-07-06
app-release
Desenvolvedores de software

Prepare Expo React Native apps for EAS builds, internal distribution, App Store submission, Google Play submission, and release gate checks.

2026-07-06
app-testing
Analistas de garantia de qualidade de software e testadores

Plan and implement React Native tests with unit tests, React Native Testing Library, Maestro flows, and native capability mocks.

2026-07-06
mobile-ui
Desenvolvedores web

Build and review React Native mobile UI with safe areas, touch states, keyboard handling, accessibility, and platform-aware polish.

2026-07-06
native-capabilities
Desenvolvedores de software

Add React Native or Expo native capabilities such as camera, media library, location, notifications, files, sharing, and permissions.

2026-07-06
offline-first
Desenvolvedores de software

Design mobile offline behavior, local persistence, cache policy, sync queues, weak-network states, and conflict handling.

2026-07-06
architecture
Desenvolvedores de software

架构设计方法(语言无关)——分层、模块边界、依赖方向、设计模式、何时不要抽象。具体技术栈选型见所用预设的 PRESET.md/rules。

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

单文件代码审查方法,6 个维度逐项检查(正确性、安全性、性能、可维护性、测试、无障碍)。方法语言无关,无障碍仅前端适用。

2026-07-03
project-planning
Especialistas em gestão de projetos

工作分解方法——把需求拆成模块/任务、定优先级、评风险、划 MVP。供 /plan(产品级拆模块)和 Architect-Planner(功能级拆任务)使用。

2026-07-03
team-command-taste
Designers de interfaces web e digitais

Execute the taste workflow from this AI development team preset. Use when the user writes /taste, asks for taste, or wants the corresponding team process in Codex.

2026-07-03
ui-prototype
Desenvolvedores web

UI 原型产出技能,按项目设计方向生成静态 HTML 原型,作为 Builder 的设计契约

2026-07-03
performance
Desenvolvedores de software

性能优化方法(语言无关)——先测量再优化、定位瓶颈、优化热点、验证。具体技术(前端 Core Web Vitals、后端查询、AI 延迟)见所用预设。

2026-07-03
ui-prototype
Desenvolvedores web

UI 原型产出技能,按项目设计方向生成静态 HTML 原型,作为 Builder 的设计契约

2026-06-20
code-review
Analistas de garantia de qualidade de software e testadores

单文件代码审查方法,6 个维度逐项检查(正确性、安全性、性能、可维护性、测试、无障碍)。方法语言无关,无障碍仅前端适用。

2026-06-18
testing
Analistas de garantia de qualidade de software e testadores

测试方法(语言无关)——TDD、测试金字塔、Mock 原则、覆盖率哲学、反模式。具体测试工具(Vitest / pytest)见所用预设。

2026-06-18
architecture
Desenvolvedores de software

架构设计方法(语言无关)——分层、模块边界、依赖方向、设计模式、何时不要抽象。具体技术栈选型见所用预设的 PRESET.md/rules。

2026-06-18
project-planning
Especialistas em gestão de projetos

工作分解方法——把需求拆成模块/任务、定优先级、评风险、划 MVP。供 /plan(产品级拆模块)和 Architect-Planner(功能级拆任务)使用。

2026-06-18
ai-agents
Desenvolvedores de software

构建 AI Agent——Claude 工具调用、智能体循环、多智能体协调(Orchestrator-Worker)、人机回路、安全边界

2026-06-18
data-pipeline
Desenvolvedores de software

文档摄入管道——多格式解析(PDF/MD/HTML)、递归分块、去重、批量摄入 CLI,完整可运行代码

2026-06-18
embedding
Desenvolvedores de software

嵌入模型选型与优化——API vs 本地模型、批量嵌入、Redis 缓存、中文优化

2026-06-18
llm-evaluation
Desenvolvedores de software

LLM 系统评估框架——构建评估数据集、检索/答案质量指标、LLM-as-Judge、CI 集成自动评估

2026-06-18
prompt-engineering
Desenvolvedores de software

Prompt 设计与优化——RAG 模板、Few-shot、Chain-of-Thought、结构化输出、Prompt Injection 防护

2026-06-18
rag-pipeline
Desenvolvedores de software

RAG 管道设计与实现——数据摄入、分块、嵌入、混合检索、重排序到答案生成的完整流程,含常见问题诊断

2026-06-18
structured-output
Desenvolvedores de software

从 LLM 可靠获取结构化 JSON——工具调用强制结构化、Pydantic 验证、失败重试、批量提取

2026-06-18
vector-db
Desenvolvedores de software

pgvector 向量数据库——IVFFlat vs HNSW 索引、混合检索 RRF、Python asyncpg 封装、性能调优

2026-06-18