Поиск skills
Найдите подходящую возможность для вашего агента.
user-install
Set up babysitter for yourself. Guides you through onboarding — installs dependencies, interviews you about your specialties and preferences, builds your user profile, and configures the best tools for your workflow.
issue-tree-generator
Generate and validate issue trees for structured problem solving with MECE validation
uat-test-generator
Generate UAT test cases from requirements and acceptance criteria with traceability
verification-before-completion
Evidence requirement enforcement ensuring all claims are backed by logs, test results, or exit codes. Zero = success, non-zero = failure. No guessing allowed.
multi-service-orchestration
PM2 process management, backend/frontend cascade execution, parallel worktree builds, and cross-service integration testing.
tdd-enforcement
Red-Green-Refactor TDD methodology with mandatory failing tests, minimal implementation, quality refactoring, and 80% coverage gating.
test-enforcement
Automated test validation, coverage checking, and quality metrics with aggressive defaults
strict-tdd
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
test-driven-development
Test-first development practice where test specifications are written before production code, integrated into plan tasks as mandatory first sub-steps.
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.
interview-simulator
Simulate realistic coding interview experience
test-case-generator
Generate comprehensive test cases including edge cases, stress tests, and counter-examples for algorithm correctness verification. Supports random generation, constraint-based generation, and brute force oracle comparison.
bats-test-scaffolder
Generate BATS test structure and fixtures for shell script testing with setup/teardown, assertions, and mocking.
cli-e2e-test-harness
Set up E2E test harness for CLI applications with process spawning and assertions.
mcp-mock-client
Create mock MCP client for server testing with request/response simulation.
posix-shell-validator
Validate scripts for POSIX compliance with portability checks, bashism detection, and cross-platform compatibility.
tui-test-renderer
Set up testing utilities for TUI components with ink-testing-library and Bubble Tea testing.
characterization-test-generator
Generate characterization tests to capture and verify existing behavior before migration