panda-create-user

Create a demo user and company on a local Panda development server via curl.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/luigiinred/dotfiles --skill panda-create-user
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: panda-create-user
Source: https://github.com/luigiinred/dotfiles/tree/main/dot_cursor/skills/panda-create-user
Command: npx skills add https://github.com/luigiinred/dotfiles --skill panda-create-user

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of demo users and companies on a local Panda development server, streamlining the process of setting up test environments.

Core Features & Use Cases

  • Demo User Creation: Generates a new demo account with customizable options.
  • Authentication: Handles authentication against the local dev server.
  • Use Case: When a user needs to quickly spin up a new test account or company for demonstrating features or testing integrations on the local Panda environment.

Quick Start

Run the bash script to create a demo user with default settings.

Frequently Asked Questions about panda-create-user

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

FAQPage Schema
How do I create a demo user on a local Panda development server?▼

To create a demo user on a local Panda development server, run the provided bash script which authenticates against the server and submits the demo account form to return login credentials for the new account.

Can I customize the demo account details when creating a local Panda test user?▼

Yes, you can customize the demo account during creation by specifying options such as state, benefits, employee count, and whether to include contractors in the curl command parameters.

Do I need any external dependencies to generate a Panda demo account locally?▼

No external dependencies are required to generate a Panda demo account locally, as the Skill relies solely on standard curl commands executed through a bash script to authenticate and submit the form.

What is the best way to automate setting up a test company for local development?▼

The best way to automate setting up a test company for local development is using a bash script that sends curl commands to authenticate and submit demo account forms, returning login credentials automatically.

Why does my local dev server demo account creation fail during authentication?▼

Local dev server demo account creation fails during authentication if the local Panda server is not running or accessible, as the curl commands need a valid local endpoint to submit the demo account form.