k6 load testing expertise for performance validation and analysis
Creates and executes k6 load test scripts for performance validation and metrics analysis.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdThis skill provides expert-level capabilities for k6-based performance testing, enabling load test scripting, execution, metrics analysis, and integration with monitoring systems.
performance-testing.js - Performance test implementationapi-testing.js - API performance validationcontinuous-testing.js - CI/CD performance gatesk6 - Load testing tool{
kind: 'skill',
skill: {
name: 'k6-performance',
context: {
action: 'execute-load-test',
script: 'tests/performance/load.js',
vus: 100,
duration: '5m',
thresholds: {
'http_req_duration': ['p(95)<500']
}
}
}
}
The skill can execute k6 scripts locally or configure cloud execution for distributed load testing.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.