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

lifeodyssey

Repository-level view of 40 collected skills across 9 GitHub repositories.

skills collected
40
repositories
9
updated
2026-06-24
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

Showing top 8 of 19 collected skills in this repository.
clean-code-comments
software-developers

Use when deciding whether, how, or where to write code comments — applies Clean Code comment principles

2026-04-23
clean-code-error-handling
software-developers

Use when designing or reviewing exception handling, error boundaries, or error propagation patterns — applies Clean Code error handling principles

2026-04-23
clean-code-functions
software-developers

Use when designing, reviewing, or refactoring functions — applies Clean Code function principles for small, focused, well-argumented functions

2026-04-23
clean-code-naming
software-developers

Use when choosing names for variables, functions, classes, or modules — applies Clean Code naming principles for clear, intention-revealing identifiers

2026-04-23
clean-code
software-developers

Routes to Clean Code sub-skills for naming, functions, comments, and error handling based on Robert C. Martin's Clean Code

2026-04-23
refactoring-code-smells
software-developers

Detects code smells and recommends specific refactorings. Covers the 22 canonical code smells from Fowler's Refactoring with Python examples.

2026-04-23
refactoring-composing-methods
software-developers

Techniques for breaking down and reorganizing methods: Extract Method, Inline Method, Replace Temp with Query, Introduce Explaining Variable, Split Temporary Variable, Replace Method with Method Object, Substitute Algorithm. All with Python before/after examples.

2026-04-23
refactoring-moving-features
software-developers

Techniques for moving behavior and data between classes: Move Method, Move Field, Extract Class, Inline Class, Hide Delegate, Remove Middle Man. All with Python before/after examples.

2026-04-23
Showing top 8 of 10 collected skills in this repository.
Showing 9 of 9 repositories
All repositories loaded