🧠 @pokujs/skills is a Poku skill repository for agents and contributors working with Poku tests.
Tip
Use this repository when you need accurate guidance for writing tests, explaining Poku's execution model, or debugging assertions, configuration, and integration setups.
npx skills add pokujs/skills- SKILL.md: entry point, overview, and quick reference
- assertions.md: assertion APIs and examples
- background-services.md: processes, ports, and readiness helpers
- configuration.md: configuration options, reporters, and CLI flags
- patterns.md: unit, integration, and end-to-end testing patterns
- writing or debugging tests with Poku
- explaining how test files execute and isolate state
- checking assertion APIs and runtime-specific behavior
- working with background services in integration or e2e tests
- looking up configuration and CLI options
SKILL.mdis the main entry point and should stay concise- supporting files hold the detailed reference material that would otherwise make the skill too large
- the repository is intended to be read incrementally: overview first, then the focused reference file for the task at hand
Keep SKILL.md aligned with the supporting reference files so the overview and deeper reference material do not drift apart.