- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
production
by pluginagentmarketplace
Unit testing, performance optimization, security implementation, Play Store deployment.
verification-before-completion
by HJewkes
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Connection Pooling
by AmnadTaowsoam
Connection pooling is a technique used to maintain a cache of database
product-spec
by vibery-studio
Convert product briefs, websites, documents into structured product specs. Generates modular markdown files for landing pages, guides, marketing.
5d-sdd
by tapania
"5D Spec-Driven Development - A complete methodology for building software through structured phases. Use when: (1) User wants to build something non-trivial, (2) User mentions '5D' or 'spec-driven development,' (3) Starting a new project or feature that needs careful planning, (4) User wants a structured approach to development. This skill orchestrates the full workflow across 10 phases from orientation to reflection."
Alphago Architecture
by AmnadTaowsoam
AlphaGo Architecture is the God-Mode protocol that applies Monte Carlo
Skill Generator
by AmnadTaowsoam
The Meta-Skill Generator is the foundational cognitive engine that instructs
route-tester
by mamba-mental
Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functionality, or debugging authentication issues. Includes patterns for using test-auth-route.js and mock authentication.
argocd
by tylertitsworth
"Argo CD GitOps on Kubernetes — Applications, ApplicationSets, sync policies, multi-cluster, Helm/Kustomize sources, RBAC, Source Hydrator, PreDelete hooks, KEDA integration, and troubleshooting. Use when deploying or managing apps via GitOps. NOT for CI pipelines or image builds."
protocol
by michavie
Expert MultiversX Protocol Knowledge. Use for understanding sharding, consensus, token standards (ESDT), and network parameters.
planning-validate
by drillan
Validates planning artifacts (spec.md, plan.md, data-model.md, contracts/) for quality, completeness, and consistency. Checks for mandatory sections, cross-artifact consistency, and constitution compliance. Always run after /speckit.plan completes.
playwright-testing
by C0ntr0lledCha0s
Automatically activated when user works with Playwright tests, mentions Playwright configuration, asks about selectors/locators/page objects, or has files matching *.spec.ts in e2e or tests directories. Provides Playwright-specific expertise for E2E and integration testing.
kueue
by tylertitsworth
"Kueue — ClusterQueues, ResourceFlavors, fair sharing, preemption, TAS, MultiKueue. Use when managing batch workload queuing and GPU quotas on K8s. NOT for Volcano."
Git Workflow
by AmnadTaowsoam
Git workflow encompasses practices, patterns, and strategies for using
receiving-code-review
by HJewkes
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
zig
by AnthemFlynn
Comprehensive Zig development support with deep understanding of allocators, comptime, error unions, build.zig patterns, and C interoperability. Use this skill for any Zig programming task including: (1) Writing new Zig code with proper allocator patterns, (2) Debugging allocator and memory issues, (3) Comptime metaprogramming and generic data structures, (4) build.zig configuration and cross-compilation, (5) C library wrapping and FFI, (6) Error handling with error unions and errdefer, (7) Testing with Zig's built-in test framework. Triggers on: .zig files, build.zig, build.zig.zon, zig commands, mentions of allocators, comptime, or Zig-specific concepts.
anchor-project-scaffold
by SanctifiedOps
Set up a production-ready Anchor workspace: program/client layout, env config, testing, and build hygiene. Use when starting new Anchor projects or re-baselining repos.
catchup
by robzolkos
Catch up on codebase changes by reviewing the diff from master and reading relevant spec files.
serverless
by pluginagentmarketplace
Serverless computing with AWS Lambda, Azure Functions, Google Cloud Functions, and edge computing
mermaidjs-v11
by vibery-studio
Create diagrams and visualizations using Mermaid.js v11 syntax. Use when generating flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, Gantt charts, user journeys, timelines, architecture diagrams, or any of 24+ diagram types. Supports JavaScript API integration, CLI rendering to SVG/PNG/PDF, theming, configuration, and accessibility features. Essential for documentation, technical diagrams, project planning, system architecture, and visual communication.
slidev
by marcoshaber99
Use this skill when working with Slidev presentations. Helps with slide syntax, frontmatter configuration, layouts, animations, code highlighting, diagrams, themes, and exporting. Prevents common mistakes like incorrect asset paths, deprecated features, and non-existent layouts.
planning-validate
by drillan
Validates planning artifacts (spec.md, plan.md, data-model.md, contracts/) for quality, completeness, and consistency. Checks for mandatory sections, cross-artifact consistency, and constitution compliance. Always run after /speckit.plan completes.
analyzing-docs
by C0ntr0lledCha0s
Expert at analyzing documentation quality, coverage, and completeness. Auto-invokes when evaluating documentation health, checking documentation coverage, auditing existing docs, assessing documentation quality metrics, or analyzing how well code is documented. Provides frameworks for measuring documentation effectiveness.
verification-before-completion
by liauw-media
"Use when finishing any task. Final checklist before marking complete. Ensures nothing forgotten, all tests pass, documentation updated."