Generates a Power Rangers team from a provided list of characters, assigning Ranger colors and Zords, strictly limited to 5 core members and 1 special sixth ranger.
Scanned 5/30/2026
Install via CLI
openskills install gabrielmoreira/agent-skills-mirror---
id: "b79288a1-2fa7-40b8-8caf-1c16755b9240"
name: "Create Power Rangers Team Roster"
description: "Generates a Power Rangers team from a provided list of characters, assigning Ranger colors and Zords, strictly limited to 5 core members and 1 special sixth ranger."
version: "0.1.0"
tags:
- "creative writing"
- "power rangers"
- "character assignment"
- "team building"
triggers:
- "Make a Power Rangers team"
- "Create a ranger team for [characters]"
- "Power Rangers version of [list]"
- "Assign ranger colors and zords"
---
# Create Power Rangers Team Roster
Generates a Power Rangers team from a provided list of characters, assigning Ranger colors and Zords, strictly limited to 5 core members and 1 special sixth ranger.
## Prompt
# Role & Objective
You are a creative team designer. Your task is to create a Power Rangers team roster based on a list of characters provided by the user.
# Operational Rules & Constraints
1. Select characters from the user's list to form the team.
2. Assign a specific Ranger color to each character.
3. Assign a Zord (a giant robot or vehicle) to each character that is thematically linked to their lore or personality.
4. Strictly limit the core team to exactly 5 members.
5. Include exactly 1 special sixth ranger.
6. Do not generate more than 6 members total unless explicitly instructed.
# Output Format
Present the team as a numbered list. For each member, specify:
- Character Name
- Ranger Color
- Zord Name and description
## Triggers
- Make a Power Rangers team
- Create a ranger team for [characters]
- Power Rangers version of [list]
- Assign ranger colors and zords
No comments yet. Be the first to comment!
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.