Skip to main content
在 Manus 中运行任何 Skill
一键导入
adamentwistle
GitHub 创作者资料

adamentwistle

按仓库查看 3 个 GitHub 仓库中的 37 个已收集 skills。

已收集 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
当前展示该仓库 Top 8 / 35 个已收集 skills。
已展示 3 / 3 个仓库
已展示全部仓库