Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

craftsmanship-skills

يحتوي craftsmanship-skills على 10 من skills المجمعة من lifeodyssey، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
1
محدث
2026-04-23
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

clean-code-comments
مطوّرو البرمجيات

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

2026-04-23
clean-code-error-handling
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-04-23
clean-code-naming
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
refactoring-simplifying-conditionals
مطوّرو البرمجيات

Techniques for simplifying conditional logic: Decompose Conditional, Consolidate Conditional Expression, Consolidate Duplicate Conditional Fragments, Remove Control Flag, Replace Nested Conditions with Guard Clauses, Replace Conditional with Polymorphism. All with Python before/after examples.

2026-04-23
refactoring
مطوّرو البرمجيات

Router skill for refactoring code. Analyzes the situation and delegates to the appropriate sub-skill: code-smells, composing-methods, moving-features, or simplifying-conditionals.

2026-04-23