Loading...
Loading...
Found 293 Skills
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
How to effectively test the application, always use when writing tests
Test Organization Helper - Auto-activating skill for Test Automation. Triggers on: test organization helper, test organization helper Part of the Test Automation skill category.
Spec-driven development framework for ecommerce features. Orchestrates from intent to implementation via structured specs and task breakdown. Triggers on "/spec.plan", "/spec.refine", "/spec.clarify", "/spec.tasks", "/spec.run", "I want to build", "I want to add", "create spec", "feature spec", "new feature", "implement feature".
Create work-order with minimal context for isolated subagent execution, optionally linked to GitHub issue
Refactor code after tests pass. The "Refactor" phase of Red-Green-Refactor.
Non-negotiable code quality standards for testing, structure, naming, error handling, and documentation
Test quality guard - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies.
Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation
Agent testing methodology - run agents with test inputs, observe outputs, iterate until outputs are accurate and well-structured.
Phase-level implementation workflow for builder agents. Handles reading phase files, finding references, invoking domain skills, implementing all steps, and running verification (tests + typecheck). Preloaded into builder agents via skills: field — not user-invocable.
Add new features to Syncpack including commands and validation logic. Use when implementing new CLI commands, adding InstanceState variants, or extending version group behaviour.