better-all-best-practices
Installation
SKILL.md
better-all Best Practices
Model concurrent work as a dependency graph whose task names define the data flow, so independent operations run together while dependent operations remain explicit, inferred, cancellable, and predictable when failures occur.
Library Sources
- GitHub repository ID:
shuding/better-all - Context7 library ID:
/shuding/better-all - DeepWiki repository ID:
shuding/better-all
Use Context7 for current documentation and DeepWiki for implementation details.
Effective Strategies for better-all
Read the references that apply to the current task before writing or reviewing better-all code.