- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
terragrunt-validator
by akin-ozer
Comprehensive toolkit for validating, linting, testing, and automating Terragrunt configurations, HCL files, and Stacks. Use this skill when working with Terragrunt files (.hcl, terragrunt.hcl, terragrunt.stack.hcl), validating infrastructure-as-code, debugging Terragrunt configurations, performing dry-run testing with terragrunt plan, working with Terragrunt Stacks, or working with custom providers and modules.
terragrunt-generator
by akin-ozer
Comprehensive toolkit for generating best practice Terragrunt configurations (HCL files) following current standards and conventions. Use this skill when creating new Terragrunt resources (root configs, child modules, stacks, environment setups), or building multi-environment Terragrunt projects.
gitlab-ci-validator
by akin-ozer
Comprehensive toolkit for validating, linting, testing, and securing GitLab CI/CD pipeline configurations. Use this skill when working with GitLab CI/CD pipelines, validating pipeline syntax, debugging configuration issues, or implementing best practices.
axe-ios-simulator
by NeverSight
iOS Simulator automation using AXe CLI for touch gestures, text input, hardware buttons, screenshots, video recording, and accessibility inspection. Use when automating iOS Simulator interactions, writing UI tests, capturing screenshots/video, or inspecting accessibility elements. Triggers on iOS Simulator automation, AXe CLI usage, simulator tap/swipe/gesture commands, or accessibility testing tasks.
ring:regulatory-templates-gate2
by LerianStudio
Gate 2 sub-skill - validates uncertain mappings from Gate 1 and confirms all field specifications through testing.
ring:dev-implementation
by LerianStudio
Gate 0 of the development cycle. Executes code implementation using the appropriate specialized agent based on task content and project language. Handles TDD workflow with RED-GREEN phases. Follows project standards defined in docs/PROJECT_RULES.md.
ring:dev-frontend-e2e
by LerianStudio
Gate 5 of frontend development cycle - ensures all user flows from product-designer have passing E2E tests with Playwright across browsers.
ring:dev-frontend-performance
by LerianStudio
Gate 6 of frontend development cycle - ensures Core Web Vitals compliance, Lighthouse performance score > 90, and bundle size within budget.
ring:defense-in-depth
by LerianStudio
Multi-layer validation pattern - validates data at EVERY layer it passes through to make bugs structurally impossible, not just caught.
ring:dev-validation
by LerianStudio
Development cycle validation gate (Gate 5) - validates all acceptance criteria are met and requires explicit user approval before completion.
ring:dev-devops
by LerianStudio
Gate 1 of the development cycle. Creates/updates Docker configuration, docker-compose setup, and environment variables for local development and deployment readiness.
ring:dev-frontend-accessibility
by LerianStudio
Gate 2 of frontend development cycle - ensures all components pass axe-core automated accessibility scans with zero WCAG 2.1 AA violations.
ring:dev-sre
by LerianStudio
Gate 2 of the development cycle. VALIDATES that observability was correctly implemented by developers. Does not implement observability code - only validates it.
ring:dev-property-testing
by LerianStudio
Gate 5 of development cycle - ensures property-based tests exist to verify domain invariants hold for all randomly generated inputs.
ring:condition-based-waiting
by LerianStudio
Flaky test fix pattern - replaces arbitrary timeouts with condition polling that waits for actual state changes.
ring:regulatory-templates-setup
by LerianStudio
Initial setup sub-skill - handles template selection and context initialization for the 3-gate regulatory workflow.
ring:dev-unit-testing
by LerianStudio
Gate 3 of development cycle - ensures unit test coverage meets threshold (85%+) for all acceptance criteria using TDD methodology.
epic-permissions
by epicweb-dev
Guide on RBAC system and permissions for Epic Stack
epic-caching
by epicweb-dev
Guide on caching with cachified, SQLite cache, and LRU cache for Epic Stack
epic-ui-guidelines
by epicweb-dev
Guide on UI/UX guidelines, accessibility, and component usage for Epic Stack
epic-database
by epicweb-dev
Guide on Prisma, SQLite, and LiteFS for Epic Stack
epic-security
by epicweb-dev
Guide on security practices including CSP, rate limiting, and session security
epic-testing
by epicweb-dev
Guide on testing with Vitest and Playwright for Epic Stack
epic-react-patterns
by epicweb-dev
Guide on React patterns, performance optimization, and code quality for Epic