Step-by-step guide for adding a new tool or service to @webiny/stdlib.
webiny/stdlib
SkillsMP has collected 5 skills from webiny/stdlib. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
How dependency injection works in @webiny/stdlib — abstractions, implementations, features, and container wiring.
Testing conventions for @webiny/stdlib — container setup, tmpdir patterns, browser environment directives.
Guided feature development for @webiny/stdlib using the DI abstraction → implementation → feature → index pattern. Use when adding a new tool, service, or feature to any slice (common, node, browser). Enforces TDD, file conventions, barrel exports, README…
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.