Loading...
Loading...
Found 2,344 Skills
Quick reference for n8n patterns. Full docs /AGENTS.md
TypeScript-specific coding conventions and type system patterns. Always load this skill when writing or reviewing TypeScript code.
Use when vitest performance optimization including fast execution, watch mode, and parallelization strategies.
This skill provides expert-level guidance for Test-Driven Development (TDD) in VS Code extension development following t-wada methodology. Use when writing tests before implementation, creating comprehensive test suites, implementing Red-Green-Refactor cycles, or improving test coverage for extension components like WebViews, terminal managers, and activation logic.
Modern TypeScript project architecture guide for 2025. Use when creating new TS projects, setting up configurations, or designing project structure. Covers tech stack selection, layered architecture, and best practices.
[Implementation] ⚡⚡⚡ Implement a feature [step by step]
Vitest 3 Features skill
Chai assertion library for JavaScript. Use for JS assertions.
Use when executing superspec tasks to enforce strict TDD for behavior changes and allow NON-TDD exceptions only for doc/config/generated/format-only work with mechanical verification.
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 test-first development, or requests TDD workflow.
Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.
Testing Library for React 19 - render, screen, userEvent, waitFor, Suspense. Use when writing tests for React components with Vitest.