den-docker-chrome-verify

Start the Den Docker stack and verify sign-up and worker creation via Chrome.

63|8|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/different-ai/the-factory --skill den-docker-chrome-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: den-docker-chrome-verify
Source: https://github.com/different-ai/the-factory/tree/main/.opencode/skills/den-docker-chrome-verify
Command: npx skills add https://github.com/different-ai/the-factory --skill den-docker-chrome-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of starting the Den Docker environment and verifying its functionality through a simulated user flow in Chrome.

Core Features & Use Cases

  • Environment Setup: Launches the necessary Docker containers for the Den application.
  • End-to-End Verification: Simulates user actions like sign-up and worker creation to ensure the Den flow is operational.
  • Use Case: Developers can quickly spin up the Den environment and confirm that a new user can successfully sign up and create a worker, catching regressions early.

Quick Start

Run the den-docker-chrome-verify skill to start the Den Docker stack and verify the local Den flow through the browser.

Frequently Asked Questions about den-docker-chrome-verify

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

FAQPage Schema
How do I verify the Den Docker flow via Chrome browser automation?

You can verify the Den Docker flow by running shell scripts that launch the Docker stack and simulate Chrome browser interactions for user sign-up and worker creation. This validates the local Den operational flow.

What is the best way to test Den application sign-up and worker creation locally?

Testing Den application sign-up and worker creation locally is best done by spinning up the Docker environment and executing an end-to-end Chrome browser verification. This catches regressions early by simulating user actions.

Does the Den Docker Chrome verification require any external dependencies?

No external dependencies are required to run the Den Docker Chrome verification. It operates independently using included scripts and references to manage environment setup and browser automation.

How do I set up the Den Docker environment for local development testing?

To set up the Den Docker environment for local development testing, execute the provided shell scripts. These scripts launch the necessary Docker containers to initiate the Den application stack.

Why is my local Den environment sign-up flow not working after Docker setup?

If your local Den environment sign-up flow is not working, running the end-to-end Chrome verification script can identify failures. It validates the operational flow by testing user sign-up and worker creation.