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

hamr0

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

skills collected
12
repositories
2
updated
2026-06-16
repository explorer

Repositories and representative skills

debug-method
software-developers

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

2026-06-16
docs-builder
software-developers

Create or reorganize project documentation with structured /docs hierarchy

2026-06-16
live-canvas
web-and-digital-interface-designers

Conduct design interviews, generate UI variations, and collect live click-to-annotate feedback that streams into the session so edits land without leaving the browser. Use when the user wants rapid iterative UI refinement, not just batched feedback.

2026-06-16
tdd-flow
software-quality-assurance-analysts-and-testers

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

2026-06-16
test-traps
software-quality-assurance-analysts-and-testers

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

2026-06-16
trace-back
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

2026-06-16
verify-done
software-quality-assurance-analysts-and-testers

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-06-16
brainstorming
project-management-specialistsadvertising-and-promotions-managers-112011

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

2026-01-18
Showing top 8 of 11 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded