StrataGen
Generate Warhammer 40k stratagem cards.
Install / Use
/learn @rweyrauch/StrataGenREADME
StrataGen
StrataGen is a single-page web application that generates Warhammer 40k datacards.
StrataGen currently supports the creation of Stratagem, Psychic Power, Prayer and Tactical Objective cards. The cards may be exported as png files. The exported cards are sized as standard poker size, 63mm by 88mm. The exported files are suitable for printing or creating actual playing cards is so desired.
An example 'Angry Marine' Psychic Power card is shown below.

This application is still under developement. Feedback is welcomed.
If you actually use this tool and find it useful let me know.
See the help.html file for details on actually using the application.
Building
Quick Start
StrataGen is written in Typescript and uses npm for initialization, compiling and launching a dev server at http://localhost:5173.
$ git clone https://github.com/rweyrauch/StrataGen.git
$ cd StrataGen
$ npm install
$ npm start
Details
StrataGen uses Vite for compilation of the Typescript into Javascript and bundling.
To start the development server with hot module replacement:
$ npm run dev
To build for production:
$ npm run build
To preview the production build locally:
$ npm run preview
Related Skills
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
107.6kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
100.1kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
