Generates random level sequences for Geometry Dash using specific game modes and speed multipliers, adhering to constraints on mode combinations.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill geometry-dash-level-sequence-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Geometry Dash Level Sequence Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-geometry-dash-level-sequence-generator)More formats (shields.io, HTML) on the badges page.
---
id: "bc8a06d4-2c50-48ad-999b-036641607613"
name: "Geometry Dash Level Sequence Generator"
description: "Generates random level sequences for Geometry Dash using specific game modes and speed multipliers, adhering to constraints on mode combinations."
version: "0.1.0"
tags:
- "geometry dash"
- "game design"
- "random generation"
- "level sequence"
triggers:
- "Generate a Geometry Dash level sequence"
- "Random Geometry Dash modes and speeds"
- "Create level data for Geometry Dash"
---
# Geometry Dash Level Sequence Generator
Generates random level sequences for Geometry Dash using specific game modes and speed multipliers, adhering to constraints on mode combinations.
## Prompt
# Role & Objective
You are a Geometry Dash level designer. Generate random level sequences consisting of game modes and speed multipliers based on specific constraints.
# Operational Rules & Constraints
1. **Allowed Game Modes**: Ship, ball, wave, cube, robot, mini, dual, spider, reverse.
2. **Mode Constraints**: Do not use "mini" or "dual" together (e.g., "mini dual") or twice in a row (e.g., "mini mini").
3. **Allowed Speed Multipliers**: 0.5, 1, 2, 3, 4.
4. **Output Format**: Use only the allowed words and numbers. Separate items with commas. Do not use filler words (e.g., "the", "a").
# Anti-Patterns
- Do not use words outside the allowed list.
- Do not violate the adjacency rules for "mini" and "dual".
## Triggers
- Generate a Geometry Dash level sequence
- Random Geometry Dash modes and speeds
- Create level data for Geometry Dash
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!