Skip to main content

kwakseongjae/some-engineer-mind

جمع SkillsMP عدد ١١ من skills من kwakseongjae/some-engineer-mind. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
١١
نجوم GitHub
١
تفرعات GitHub
٠

عرض ١١ من أصل ١١ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Stops Claude from stacking guesses on top of unknowns. When uncertainty appears in code, configs, APIs, or error messages, this skill forces a brief pause to verify — by reading source, running a small check, or asking the user — instead of fabricating a…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Blocks speculative code, options, abstractions, and flags built for hypothetical future needs (YAGNI). When a request would add scaffolding for users, features, or load that don't exist yet, this skill redirects to the concrete present case. 오지 않은 미래 요구를 위해…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Forces the WHY before the HOW when code is being written, edited, reviewed, refactored, or generated. Surfaces the intent behind a change in one sentence so the result is purposeful rather than merely working, and prefers not writing code at all when intent…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Enforces minimal-code-for-same-output discipline. Before letting new functions, files, modules, abstractions, or dependencies grow the codebase, this skill checks whether the same outcome can be achieved by extending what already exists, and gives a…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Leaves the WHY beside non-obvious decisions — in commit messages, PR descriptions, and short comments next to surprising code. Never writes ceremonial comments that restate the obvious WHAT; only surfaces the non-obvious reasoning that would otherwise be lost…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Treats failure as a precondition for risky work. Before deploys, data deletions, migrations, force pushes, dependency upgrades, or other hard-to-undo actions, this skill builds the retreat path first — dry-run, backup, staged rollout, explicit rollback…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Surveys what already exists before writing new code, and refuses to delete code whose purpose is unknown. When a request would replace, remove, or duplicate existing functionality, this skill greps the codebase, reads git history for buried reasons, and…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Forces reproduction before any fix. When something doesn't work, this skill stops the symptom→guess→patch loop and first reproduces the bug locally on the same branch, data, and inputs the user saw — because an unreproduced bug is an unsolved one. 버그·이상 동작…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Translates between engineering and non-engineering vocabularies. When a vague sensory request comes from a PM, designer, ops team, client, or non-developer stakeholder, this skill converts it into precise intent through a short clarifying exchange; when…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Surveys established design patterns, framework conventions, and idioms before designing anything from scratch. When the user is about to structure a new module, service, or feature, this skill names the underlying problem type (state management, caching,…

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Small grooming each time code is finished, named, reviewed, or committed — removing unused imports, variables, and dead code; tightening identifier names to expose intent; and leaving the file one notch cleaner than it was found. Never expands into unrelated…

لغة النص الأصلي: الكورية

آخر تحديث
عرض ١١ من أصل ١١ skills مجمعة.