Skip to main content
Run any Skill in Manus
with one click
GitHub repository

vscode-acp-chat

vscode-acp-chat contains 7 collected skills from pengjiantao, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
5
updated
2026-04-26
Forks
1
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

code-simplification
software-developers

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
software-developers

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
software-developers

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

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
software-developers

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
project-management-specialists

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
software-quality-assurance-analysts-and-testers

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