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

YoussefSalem582

Repository-level view of 30 collected skills across 4 GitHub repositories.

skills collected
30
repositories
4
updated
2026-07-09
repository explorer

Repositories and representative skills

add-api
software-developers

Wire a backend endpoint end-to-end through the ApiClient envelope, ApiException->Failure mapping. Use when connecting a new API route.

2026-07-09
add-feature
software-developers

Scaffold a Clean Architecture feature (domain, data, presentation) with manual DI, routing, and translations. Use when creating a new feature module.

2026-07-09
dart-add-unit-test
software-quality-assurance-analysts-and-testers

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

2026-07-09
dart-collect-coverage
software-quality-assurance-analysts-and-testers

Collect coverage using the coverage packge and create an LCOV report

2026-07-09
dart-fix-runtime-errors
software-developers

Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.

2026-07-09
dart-resolve-package-conflicts
software-developers

Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.

2026-07-09
dart-run-static-analysis
software-developers

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

2026-07-09
dart-use-pattern-matching
software-developers

Use switch expressions and pattern matching where appropriate

2026-07-09
Showing top 8 of 18 collected skills in this repository.
Showing 4 of 4 repositories
All repositories loaded