Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

claude-code-presets

claude-code-presets contiene 40 skills recopiladas de 1a2b3cw, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
40
Stars
0
actualizado
2026-07-12
Forks
0
Cobertura ocupacional
6 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

team-command-check
Analistas de garantía de calidad de software y probadores

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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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 garantía de calidad de software y probadores

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

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

2026-07-11
testing
Analistas de garantía de calidad de software y probadores

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

2026-07-10
skill-curator
Otras ocupaciones informáticas

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
Otras ocupaciones informáticas

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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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 garantía de calidad de software y probadores

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

2026-07-06
mobile-ui
Desarrolladores 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
Desarrolladores 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
Desarrolladores de software

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

2026-07-06
architecture
Desarrolladores de software

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

2026-07-03
code-review
Analistas de garantía de calidad de software y probadores

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

2026-07-03
project-planning
Especialistas en gestión de proyectos

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

2026-07-03
team-command-taste
Diseñadores de interfaces web y digitales

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

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

2026-07-03
performance
Desarrolladores de software

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

2026-07-03
ui-prototype
Desarrolladores web

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

2026-06-20
code-review
Analistas de garantía de calidad de software y probadores

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

2026-06-18
testing
Analistas de garantía de calidad de software y probadores

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

2026-06-18
architecture
Desarrolladores de software

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

2026-06-18
project-planning
Especialistas en gestión de proyectos

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

2026-06-18
ai-agents
Desarrolladores de software

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

2026-06-18
data-pipeline
Desarrolladores de software

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

2026-06-18
embedding
Desarrolladores de software

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

2026-06-18
llm-evaluation
Desarrolladores de software

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

2026-06-18
prompt-engineering
Desarrolladores de software

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

2026-06-18
rag-pipeline
Desarrolladores de software

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

2026-06-18
structured-output
Desarrolladores de software

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

2026-06-18
vector-db
Desarrolladores de software

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

2026-06-18