Skip to main content
Run any Skill in Manus
with one click
alexsandrocruz
GitHub creator profile

alexsandrocruz

Repository-level view of 16 collected skills across 2 GitHub repositories.

skills collected
16
repositories
2
updated
2026-01-23
repository explorer

Repositories and representative skills

brainstorming
marketing-managers

Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation

2025-10-23
condition-based-waiting
software-quality-assurance-analysts-and-testers

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

2025-10-23
defense-in-depth
software-developers

Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible

2025-10-23
executing-plans
software-developers

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

2025-10-23
finishing-a-development-branch
software-developers

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2025-10-23
receiving-code-review
software-developers

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2025-10-23
requesting-code-review
software-quality-assurance-analysts-and-testers

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding

2025-10-23
root-cause-tracing
software-developers

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

2025-10-23
Showing top 8 of 15 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded