character-create

Create a game character with customizable ship, credits, and onboarding state.

412|67|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/pipecat-ai/gradient-bang --skill character-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: character-create
Source: https://github.com/pipecat-ai/gradient-bang/tree/main/.claude/skills/character-create
Command: npx skills add https://github.com/pipecat-ai/gradient-bang --skill character-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a new game character for an authenticated user with options to customize ship, credits, and onboarding skip, enabling rapid setup for gameplay.

Core Features & Use Cases

  • Create a character via the public user_character_create edge function
  • Customize credits and ship type via SQL updates
  • Manage onboarding state to skip or include tutorial quests as desired

Quick Start

Run /character-create with environment, name, email, and password, and optionally include credits and ship to create a new character.

Frequently Asked Questions about character-create

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

FAQPage Schema
How do I create a new game character for an authenticated user via an edge function?

To create a new game character for an authenticated user, invoke the character-create workflow via a public user_character_create edge function call. Provide environment, name, email, and password, and optionally include credits and ship to initialize the profile.

Can I customize starting credits and ship type during game character creation?

Yes, you can customize starting credits and ship types during game character creation. The workflow applies SQL updates to set these specific values, allowing rapid setup for gameplay with customized loadouts instead of using default configurations.

How do I skip onboarding quests when generating a new game character?

To skip onboarding quests when generating a new game character, use the optional onboarding controls provided by the character-create workflow. This manages the onboarding state to skip tutorial quests, enabling rapid setup for immediate gameplay.

Does game character creation work across both local and cloud environments?

Game character creation works across both local and cloud environments. The character-create workflow supports edge function calls and SQL updates for credits and ship types, applying onboarding state customization with sensible defaults in either deployment scenario.

What inputs do I need to run the character-create workflow?

Running the character-create workflow requires environment, name, email, and password inputs to authenticate the user. You can optionally include credits and ship parameters to bypass default settings and customize the initial game character profile.

Why use SQL updates after calling the edge function for character creation?

SQL updates are used after calling the edge function for character creation to directly modify and customize credits and ship types. This two-step process ensures the authenticated user's profile is accurately configured with specific starting attributes.