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

vscode-acp-chat

vscode-acp-chat contiene 7 skills recopiladas de pengjiantao, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
7
Stars
5
actualizado
2026-04-26
Forks
1
Cobertura ocupacional
4 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

code-simplification
Desarrolladores de software

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

2026-04-26
debugging-and-error-recovery
Desarrolladores de software

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

2026-04-26
deprecation-and-migration
Desarrolladores de software

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

2026-04-26
frontend-ui-engineering
Desarrolladores web

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

2026-04-26
incremental-implementation
Desarrolladores de software

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

2026-04-26
planning-and-task-breakdown
Especialistas en gestión de proyectos

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

2026-04-26
test-driven-development
Analistas de garantía de calidad de software y probadores

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

2026-04-26