fantasia-archive
Structured development playbooks for a worldbuilding desktop app
All Skills in This Repository (13)
Pure Emerald Level Indicatorsfantasia-changelog-en-us
Synchronize the English in-app changelog with package.json version and apply semver patch bumps.
fantasia-i18n
Organize Vue i18n locale modules and TypeScript message schemas.
fantasia-quasar-vue
Scaffold Vue 3 and Quasar UI with layouts, pages, router, and Pinia stores.
fantasia-release-build
Automate production Electron builds with electron-builder and Quasar integration.
fantasia-testing
Automate Fantasia Archive testing across Vitest and Playwright workflows.
fantasia-plan-documents
Creates and updates .cursor/plans documents with timestamp and package version metadata.
fantasia-electron-main
Orchestrate Electron main process lifecycle and window management for Fantasia Archive.
fantasia-dev-setup
Set up Fantasia Archive environments with Node.js, Yarn, and Quasar Electron builds.
git-conventional-commits
Organize working tree changes into conventional Git commits with per-commit approval.
fantasia-sqlite-main
Configure per-user SQLite storage and migrations in Electron main process.
fantasia-markdown-dialogs
Render markdown-backed dialogs in Fantasia UI with Quasar QMarkdown and i18n strings.
fantasia-worldbuilding-domain
Align AI suggestions with Fantasia Archive's worldbuilding domain terminology and data models.
Frequently Asked Questions
FAQPage SchemaHow to install Fantasia Archive skills?βΌ
Run `npx skills add vishiri/fantasia-archive --all -g -y` in your terminal to install all skills in this suite globally.
What is Fantasia Archive?βΌ
It is an open-source worldbuilding database manager built with Vue 3, Quasar, and Electron, and these skills help an agent develop and maintain its codebase correctly.
How do these skills help with testing?βΌ
They define a fast scoped check after each edit and a full verification gate before commits, covering lint, types, unit tests, Playwright, and Storybook.
Do these skills work with Cursor and Claude Code?βΌ
Yes. All skills follow the universal SKILL.md standard and run in Cursor, Claude Code, and other compatible coding environments.
Can the agent handle releases and changelogs?βΌ
Yes. Dedicated skills manage version-synced changelogs, conventional commits, and production Electron builds for Windows, macOS, and Linux.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core