Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
adamentwistle
Perfil de creador de GitHub

adamentwistle

Vista por repositorio de 37 skills recopiladas en 3 repositorios de GitHub.

skills recopiladas
37
repositorios
3
actualizado
2026-07-14
explorador de repositorios

Repositorios y skills representativas

ambiguity-commit
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Mostrando las 8 principales de 35 skills recopiladas en este repositorio.
Mostrando 3 de 3 repositorios
Todos los repositorios cargados