원클릭으로
b2c-plugin-docs-viewer
b2c-plugin-docs-viewer에는 taurgis에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Design stable oclif command output contracts with clean --json stdout, stderr diagnostics, and structured error codes. Use when adding or refactoring command output, exit behavior, or automation-facing error handling.
Improve Playwright scraping robustness for docs extraction with resilient waits, fallback strategy, and traceable debugging. Use when scraper behavior is flaky, slow, or failing on site structure changes.
Apply maintainability guardrails for TypeScript Node CLI code: small modules, strict contracts, safe URL policy, and automation-safe errors. Use when refactoring or extending lib and command code.
Write reliable Vitest tests for oclif command run paths using deterministic mocking and clear stdout/stderr assertions. Use when adding command tests, refactoring mocks, or fixing flaky unit tests.
Build, configure, and troubleshoot oclif CLI plugins (commands, hooks, plugin bundles). Use when creating new oclif plugins, wiring package.json, or linking plugins for local development.
Create and extend Salesforce B2C Developer Tooling CLI plugins (commands, hooks, middleware, scaffolds). Use when adding B2C CLI extensions, registering hooks, or troubleshooting plugin loading.