jeremylongshore / mock-generator
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/mock-generator && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2393" && unzip -o skill.zip -d .claude/skills/mock-generator && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/mock-generator/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Mock Generator - Auto-activating skill for Test Automation. Triggers on: mock generator, mock generator Part of the Test Automation skill category.
0 views
0 installs
Skill Content
--- name: mock-generator description: | Mock Generator - Auto-activating skill for Test Automation. Triggers on: mock generator, mock generator Part of the Test Automation skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <jeremy@intentsolutions.io> --- # Mock Generator ## Purpose This skill provides automated assistance for mock generator tasks within the Test Automation domain. ## When to Use This skill activates automatically when you: - Mention "mock generator" in your request - Ask about mock generator patterns or best practices - Need help with test automation skills covering unit testing, integration testing, mocking, and test framework configuration. ## Capabilities - Provides step-by-step guidance for mock generator - Follows industry best practices and patterns - Generates production-ready code and configurations - Validates outputs against common standards ## Example Triggers - "Help me with mock generator" - "Set up mock generator" - "How do I implement mock generator?" ## Related Skills Part of the **Test Automation** skill category. Tags: testing, jest, pytest, mocking, tdd