RaiderIORaiderIOOfficialยท37 Agent Skills Included

keystone.guru

Laravel codebase for World of Warcraft dungeon route planning

Powers Keystone.guru, a website for building and sharing Mythic Plus dungeon routes in World of Warcraft. Handles interactive dungeon maps, route importing, team collaboration, and combat log analysis without manual data wrangling. Gives contributors clear conventions for testing, migrations, and code review so changes ship faster with fewer mistakes.
npx skills add RaiderIO/keystone.guru --all -g -y
Available:

Tells the agent to run all PHP through Docker, never read env secrets, follow the project's Laravel conventions, and consult the domain skills before writing or reviewing code.

All Skills in This Repository (37)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

toggl-timesheet

Generates a Toggl-compatible CSV timesheet from git commits and Claude session history.

Official
Intermediate
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

mdt-export

Convert DungeonRoute objects into compressed, base64-encoded MDT-compatible strings.

Official
Intermediate
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

seeder-load

Wire new models into the dungeon seeder import pipeline with RelationParsers.

Official
Intermediate
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

toggl-timesheet-merge

Merge multiple Toggl timesheet CSV files and resolve conflicts.

Official
Advanced
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

create-release

Generate release changelogs, GitHub release issues, and git tags from squash-merged commits.

Official
Advanced
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

hotfix

Upload changed PHP, Blade, and lang files to an S3 bucket for in-place hotfixing.

Official
Intermediate
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

mdt-import

Convert compressed base64 MDT strings into DungeonRoute objects.

Official
Advanced
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

headless-browser-verify

Verify keystone.guru pages with headless Chrome to catch errors and take screenshots.

Official
Advanced
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

admin-artisan-command

Generate routes, views, and translations for Artisan commands in Laravel admin panels.

Official
Advanced
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

pennant-development

Defines, checks, and activates feature flags in Laravel applications using Laravel Pennant.

Official
Intermediate
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

javascript-in-blade-files

Integrate JavaScript into Laravel Blade templates with dependency management.

Official
Intermediate
๐Ÿ“ฆ In Repo
RaiderIORaiderIO

project-backend-structure

Explain the Laravel backend architecture and directory conventions of Keystone.guru.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’