Skip to main content
Run any Skill in Manus
with one click
GitHub repository

dungeon-master

dungeon-master contains 6 collected skills from ak--47, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
1
updated
2026-07-07
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

powertools
software-developers

Use when any task needs the Mixpanel Power Tools API ("use powertools") — schema export (get-schema), event volumes, project CRUD, query methods, macros, or snapshotting a prod project's schema to copy it into a dungeon. Companion to create-project (which handles provisioning specifically).

2026-07-07
verify-dungeon
software-quality-assurance-analysts-and-testers

Use when a dungeon's hooks need verification before pushing data to Mixpanel — runs the dungeon at full scale, evaluates the dungeon's `stories` export with the mechanical story runner (verify-stories.mjs), validates schema integrity (catches flag-stamping), and reports per-hook NAILED/STRONG/WEAK/NONE/INVERSE verdicts. LLM investigation is reserved for failures and duckdb-type assertions.

2026-07-05
create-dungeon
software-developers

Use when authoring a new dungeon-master config from an app description — designs events, funnels, properties, identity model, and macro/soup. SCHEMA ONLY; engineered story trends + hooks are added separately by write-hooks.

2026-07-05
write-hooks
software-developers

Use when an existing dungeon needs engineered story trends or "magic number" patterns — writes the `hook` function using atom helpers and high-level patterns. Adds no new event flags; never mutates the schema.

2026-07-05
analyze-soup
software-developers

Use when investigating TimeSoup parameters, diagnosing event-distribution shape, or comparing soup configs — runs a dungeon locally and analyzes time distribution at week/day/hour/minute granularities, producing a soup-analysis.md diagnostic report.

2026-07-04
create-project
software-developers

Use when an existing dungeon needs a real Mixpanel project provisioned before sending data — creates the project, sets timezone UTC, mints a scoped service account, adds the dungeon's group keys, uploads business context (AI context), and writes the resulting credentials back into the dungeon so it "just runs". Follows create-dungeon / write-hooks / verify-dungeon.

2026-07-04