Agent Skills by Yicheng Wei
Showing 15 vetted skills indexed across 1 GitHub repositories.
bp-component-design
Define component design principles for classes, interfaces, data models, concurrency, and error handling.
std-cpp
Standardize C++ coding practices for .cc, .cpp, and .h files.
std-go
Enforce Google Go style guidelines for formatting, imports, and error handling.
bp-skill-authoring
Guide authors in creating and refining Agent Skill SKILL.md metadata and structure.
self-refinement
Identify recurring error patterns from user corrections and consolidate them into persistent Rules and Skills.
troubleshooting
Diagnose root causes from logs and code context in pipelines and deployments.
bp-performance-optimization
Apply structured optimization rules to improve software performance across CPU, memory, I/O, and concurrency.
workflow-system-design
Guide step-by-step system design discussions and update spec.md after confirmations.
workflow-code-review
Automate multi-agent code review coordination and triage into a structured assessment.
workflow-code-generation
Generate and execute code change tasks with spec verification.
workflow-requirements-clarification
Extract codebase context and user needs into a structured requirements spec.
bp-distributed-systems
Apply distributed-systems best practices and SDLC checklists to guide robust design.
bp-coding-best-practices
Enforce naming, control flow, resource safety, and documentation standards across codebases.
workflow-test-generation
Generate unit, integration, and performance tests from spec.md or source code.
bp-architecture-design
Apply architecture principles to partition modules, manage dependencies, and define interfaces.