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

adamentwistle

عرض على مستوى المستودعات لـ 37 skills مجمعة عبر 3 مستودعات GitHub.

skills مجمعة
37
مستودعات
3
محدث
2026-07-14
مستكشف المستودعات

المستودعات و skills الممثلة

ambiguity-commit
مطوّرو البرمجيات

Resolve ambiguous requests by investigating, choosing the best-supported reading, and stating the interpretation — instead of guessing silently or blocking on questions. Use whenever a request has multiple plausible readings or an unstated parameter (which file, which env, how thorough, what format).

2026-07-07
api-surface-care
مطوّرو البرمجيات

Treat any change to a public or shared interface — exported functions, HTTP endpoints, CLI flags, config formats, event/message schemas, DB schemas — as a contract change with consumers you can't see. Use before modifying anything other code depends on.

2026-07-07
calibrated-recommendation
مطوّرو البرمجيات

When recommending between options, match the strength of the claim to the strength of the evidence — commit when evidence is clear, say it's a coin flip when it is. Use whenever the user asks "which should I use", "what's the best way", "A or B?", or you're proposing a design choice.

2026-07-07
codebase-orientation
مطوّرو البرمجيات

Fast recon before changing unfamiliar code — instructions → manifest → tree → trace one flow end-to-end → git archaeology → imitate the newest precedent. Use when starting in a repo or module you haven't touched this session, or before designing against an existing architecture.

2026-07-07
concurrency-reasoning
مطوّرو البرمجيات

Async/concurrent/streaming discipline — five questions (overlapping runs, check-then-act, mutation across await, response ordering, cancellation), idempotent retries, shared-state audit, race amplification. Use for async fan-out, streams/SSE, jobs, caches, or flaky timing-smell bugs.

2026-07-07
context-checkpoint
مطوّرو البرمجيات

Externalize working state to files so long tasks survive context compaction and interruption. Use at the start of any task likely to exceed ~30 minutes or span many files, and again whenever a major phase completes or the plan changes.

2026-07-07
cross-platform-care
مطوّرو البرمجيات

Write scripts and file handling that survive the machine they didn't develop on — path separators, shell dialects, line endings, case-sensitivity, missing tools. Use when writing shell scripts, CI steps, path manipulation, file I/O, or install/setup instructions others will run.

2026-07-07
data-loss-guard
مطوّرو البرمجيات

Stop-and-check protocol before any destructive or hard-to-reverse operation — rm, overwrite, force-push, reset --hard, DROP, bulk delete, killing processes. Use the moment a planned action would destroy state that cannot be trivially recreated.

2026-07-07
عرض أهم 8 من أصل 35 skills مجمعة في هذا المستودع.
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات