One-click install
npx skills add https://github.com/Gambitnl/Aralia --skill character-creator-steps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: character-creator-steps
Source: https://github.com/Gambitnl/Aralia/tree/main/skills/character-creator-steps
Command: npx skills add https://github.com/Gambitnl/Aralia --skill character-creator-steps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of modifying the multi-step character creation wizard, ensuring a cohesive and intuitive user experience.

Core Features & Use Cases

  • Step Management: Add, remove, or reorder steps in the character creation flow.
  • State & Logic Updates: Adjust reducer transitions, step visibility, and completion logic.
  • Use Case: When introducing a new race or class that requires specific prerequisites, use this Skill to insert a new step or modify existing conditions to accommodate the new options seamlessly.

Quick Start

Update the character creator flow to add a new step after ability scores.

Frequently Asked Questions about character-creator-steps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new step to a multi-step character creation wizard?

You can reorder character creation steps by adjusting the sequence configuration and updating the associated state transitions. This maintains consistency between the UI progression and the underlying state management logic during the flow.

How does state management work for conditional logic in a character creation flow?

State management for conditional logic relies on reducers to handle step visibility and completion state. By adjusting reducer transitions, you control which creation steps appear based on specific prerequisites or previous user selections.

Can I insert a prerequisite step for a new class in a frontend RPG workflow?

Yes, you can insert a prerequisite step for a new class by adding the step to the flow and modifying the existing conditional logic. This accommodates the new class options seamlessly within the frontend state management.

What is the best way to manage multi-step workflow customization for character creation?

The best way to manage workflow customization is by systematically handling step additions, removals, and reordering while simultaneously updating state transitions and testing frameworks. This ensures a cohesive and intuitive user experience throughout the wizard.