fixture-generator

Installation
SKILL.md

Fixture Generator

A specialized skill for generating CakePHP test fixtures that perfectly match migration schemas and follow project-specific conventions.

Generation Principles

1. Schema-First Approach

Always generate fixtures from migration files:

  • Migration is the single source of truth
  • Extract column definitions, types, and constraints
  • Preserve all NOT NULL requirements
  • Include all columns defined in migration

2. Configure::read() Integration

Installs
10
GitHub Stars
2
First Seen
Jan 27, 2026
fixture-generator — masanao-ohba/claude-manifests