keystone.guru
Laravel codebase for World of Warcraft dungeon route planning
All Skills in This Repository (37)
Pure Emerald Level Indicatorstoggl-timesheet
Generates a Toggl-compatible CSV timesheet from git commits and Claude session history.
mdt-export
Convert DungeonRoute objects into compressed, base64-encoded MDT-compatible strings.
seeder-load
Wire new models into the dungeon seeder import pipeline with RelationParsers.
toggl-timesheet-merge
Merge multiple Toggl timesheet CSV files and resolve conflicts.
create-release
Generate release changelogs, GitHub release issues, and git tags from squash-merged commits.
hotfix
Upload changed PHP, Blade, and lang files to an S3 bucket for in-place hotfixing.
mdt-import
Convert compressed base64 MDT strings into DungeonRoute objects.
headless-browser-verify
Verify keystone.guru pages with headless Chrome to catch errors and take screenshots.
admin-artisan-command
Generate routes, views, and translations for Artisan commands in Laravel admin panels.
pennant-development
Defines, checks, and activates feature flags in Laravel applications using Laravel Pennant.
javascript-in-blade-files
Integrate JavaScript into Laravel Blade templates with dependency management.
project-backend-structure
Explain the Laravel backend architecture and directory conventions of Keystone.guru.
Frequently Asked Questions
FAQPage SchemaHow to install keystone.guru?โผ
Run `npx skills add RaiderIO/keystone.guru --all -g -y` in your terminal to install all skills in this suite globally.
What is Keystone.guru used for?โผ
It is the source code of a website where World of Warcraft players build, share, and discover Mythic Plus dungeon routes on interactive maps.
How do I run tests in this repository?โผ
All PHP commands run inside Docker, for example `docker compose exec -T app php artisan test --compact`. Running PHP directly on the host machine is not supported.
Can AI coding agents work on this codebase?โผ
Yes. The AGENTS.md and CLAUDE.md files give agents strict environment rules, Docker-based commands, and project conventions so they produce review-ready changes.
Does Keystone.guru support Mythic Dungeon Tools strings?โผ
Yes. It offers full import and export support for Mythic Dungeon Tools strings, plus SimulationCraft string generation for route optimization.
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