From geopol-sim
Execute a geopolitical-forecasting simulation in a workspace previously scaffolded by `scaffold-simulation`. Use when the user wants to "run the simulation", "kick off the forecast", "resume a forecast", or "run geopol". Reads the workspace's .template-id sentinel and dispatches to the correct upstream run command, supporting resume of interrupted runs.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin geopol-simThis skill is limited to using the following tools:
Dispatch-by-sentinel: the same skill works across templates because it reads `.template-id` and looks up the run command in the registry.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
Dispatch-by-sentinel: the same skill works across templates because it reads .template-id and looks up the run command in the registry.
.template-id file; otherwise ask.--resume-latest or --resume <run-id>; both are supported by the upstream templates.scenario.md exists in the workspace, default to the question recorded there..template-id at the workspace root. If missing, stop and tell the user the workspace doesn't look scaffolded — they should run scaffold-simulation first.templates/registry.json by id. If not found, stop — the registry may have been edited. List the known IDs.run_command for fresh, resume_command for resume. Append the user's question (quoted) for fresh runs. Append any overrides the user specified.<workspace>/<reports_dir>/ (the registry says where) and report:
report.pdf (or template-specific equivalent)bundle-run for a shareable artifact, grade-run later when horizons elapse.run_in_background: true for the run command so the user isn't blocked, then poll for completion via the reports dir.