fake-content
Installation
SKILL.md
Fake Content Skill
Generate realistic fake content using @faker-js/faker. Create contextually appropriate sample data for prototypes and development.
Philosophy
- Realistic over generic - Use proper names, realistic prices, believable text
- Contextually appropriate - Match content to the page purpose
- Consistent within context - Same person name throughout a section
- Locale-aware - Match content to page language
Setup
Install faker as a dev dependency:
npm install @faker-js/faker --save-dev