UNPKG

metacoding

Version:

Cross-agent workflow skill for modern coding agents with gated planning, testing, verification, and handoff defaults

8 lines (6 loc) 390 B
# JavaScript Guidance - Preserve clarity over abstraction; prefer straightforward control flow and small modules. - Be explicit about runtime validation, error paths, and async behavior. - Keep browser and server concerns separated. - Verify observable behavior with focused tests or reproducible manual checks. - Update user-facing or operational notes when the behavior surface changes.