framework:make:story

Community

Automate test fixture creation with reusable scenarios.

Authoratournayre
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the repetitive manual work of creating test fixtures by automatically generating structured Story classes with predefined scenarios, saving developers hours of setup time.

Core Features & Use Cases

  • Automated Story Generation: Creates complete Story classes with build methods and predefined test scenarios.
  • Fixture Orchestration: Automatically manages dependencies between different entity stories.
  • Named States: Generates reusable named instances for consistent testing across your codebase.
  • Use Case: Imagine you need to test an e-commerce application. Use this Skill to automatically generate Product, Category, User, and Order stories with realistic test data and proper relationships.

Quick Start

Use skill framework:make:story to create a Product story with default scenarios.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: framework:make:story
Download link: https://github.com/atournayre/claude-marketplace/archive/main.zip#make-story

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository