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

SeemSeam

Repository-level view of 117 collected skills across 5 GitHub repositories.

skills collected
117
repositories
5
updated
2026-07-21
repository explorer

Repositories and representative skills

bug-fix-prove-it
software-quality-assurance-analysts-and-testers

Fix bugs by reproducing the failure first, making the smallest correction, and proving the regression is covered. Use for bug reports, failing tests, and regressions.

2026-06-23
ci-failure-fix
software-quality-assurance-analysts-and-testers

Fix failing tests or CI by reading logs, identifying the smallest failing surface, making a minimal change, and rerunning targeted verification. Use when given CI logs, failing commands, or broken checks.

2026-06-23
code-context-scan
software-developers

Scan relevant source, tests, commands, and existing project patterns before editing code. Use before non-trivial implementation, bug fixing, or refactoring when the right local pattern is unclear.

2026-06-23
fallback-discipline
software-developers

Control error handling, defaults, retries, compatibility paths, and fallback behavior. Use before adding catch blocks, defaults, shims, optional values, retries, or graceful degradation.

2026-06-23
large-file-control
software-developers

Prevent large-file growth and mixed-responsibility edits. Use when adding significant logic to a large file, mixed-purpose module, or file with repeated conditionals.

2026-06-23
minimal-implementation
software-developers

Implement the smallest safe repo-native code change for the requested behavior. Use for feature work, small refactors, and multi-file implementation tasks.

2026-06-23
repo-style-following
software-developers

Follow existing repository style, commands, naming, file layout, test patterns, dependency conventions, and code shape. Use when implementing in an unfamiliar repo or module.

2026-06-23
safe-dependency-change
software-developers

Gate dependency additions, removals, upgrades, and lockfile changes. Use before changing dependencies, package managers, SDKs, generated lockfiles, or install commands.

2026-06-23
Showing top 8 of 71 collected skills in this repository.
Showing top 8 of 32 collected skills in this repository.
Showing top 8 of 9 collected skills in this repository.
Showing 5 of 5 repositories
All repositories loaded