dayuse-commands

Installation
SKILL.md

Dayuse App Commands

Overview

All local development commands for the Dayuse.com project use Python Invoke (prefixed with inv) and must be run through pipenv from the current working directory.

Prerequisites

  • Docker Desktop running
  • pipenv installed (pip install pipenv)

Critical Rules

  1. Always prefix commands with pipenv run to ensure the correct Python environment:
    pipenv run inv <command>
    
  2. Docker containers must be running for most commands. If unsure, run pipenv run inv up first.
  3. Never run inv directly without pipenv run — it may use the wrong Python/invoke version.
Related skills

More from dayuse-labs/skills-portfolio

Installs
10
GitHub Stars
2
First Seen
Feb 17, 2026